-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sanity Check Failed Echo Framework #64
Comments
I had the same issue but I solved it after debugging the token in and token out. The problem is, that the current code just expects from the new binary that the returned token is the only thing returned by the program. My program unfortunately used a deprecated function, which will be returned by go by default. I edited the warning "sanity check failed" for the input and output token. As you can see the input token is bb49a04d65de655a, however, the output of the program is the warning + the correct token. You can use my forked repo to test the token output:
After removing the warning, the program continues updating. I think two points have to be fixed here:
|
See pull-request #72 |
I also encountered the same problem. Due to a relatively short time frame, I had to find another way to find a library that was relatively easy to use and just met my non pending process update needs. Please refer to:"https://www.mianshigee.com/project/inconshreveable-go-update/" |
im trying to integrate with Echo framework https://echo.labstack.com/
i got this log, and code changes doesnt work when i try to hit using postman
The text was updated successfully, but these errors were encountered: