-
Notifications
You must be signed in to change notification settings - Fork 132
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
Panic when try to UploadSaveBigFilePart #50
Comments
Hey @blez! Could you please test your code on this branch? You can switch it in two ways, if you using go mod, add commit hash (@6582c6e), if not, you can just checkout branch manualy:
If this wont help, ping me, i'll look more deep in this bug. Reason is that in tl schema boolan is an object, like struct, class or sort of, but in go boolean is fixed std type, so that's why decoder panicing. |
I have already tried it.
Did not work |
Sorry, my previous comment was false alert. With https://github.com/xelaj/mtproto/tree/new_decoder_refactoring branch I do not have same error. But still does not work. I've created another issue |
@blez glad to hear this! Also, go get must called as |
When I do
I always got an error
The text was updated successfully, but these errors were encountered: