Open putrafajarh opened 3 years ago
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:
go get github.com/nfoerster/overseer@a9d662d
2021/02/08 14:44:28 [overseer master] sanity check failed bb49a04d65de655a WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.
bb49a04d65de655a
After removing the warning, the program continues updating.
I think two points have to be fixed here:
See pull-request https://github.com/jpillora/overseer/pull/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