-
Notifications
You must be signed in to change notification settings - Fork 3k
too many arguments in call to r.DecodeBytes #298
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
Comments
I'm having the same issue. Should we use |
The cause of the issue is the wrong version of |
I had the same issue as reported in #293. I also opened golang/dep#1207 in the dep repository to track the issue, as it seems like it's a dep problem. As I reported in those issues, I was able to get dependencies working properly by using glide (for now). |
For those who can't\don't want to change dependency tools, we added the following to our
|
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Hello there,
I'm having a strange issue with the client code, check info below.
Client version:
v4.0.0
Go/Dep version:
Log:
Example of code:
What I did wrong? Error definitely depends on
github.com/ugorji/go/codec
. Do I need to install specific hash or something like that?The text was updated successfully, but these errors were encountered: