-
Notifications
You must be signed in to change notification settings - Fork 83
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
Bug: Integer Overflow Error During Deserialisation #185
Comments
Thanks for reporting this error. Can you explain when this error happened and give us clear instructions on how to reproduce this error? |
@felix-seifert, thanks for having a look. I believe this issue would be fixed by #180. I am successfully using a fork based on that commit personally to work around this issue. |
You cannot force this to happen because it depends on an ID being too big to fit into an Integer which is sheer bad luck. Just for completeness: I just got a similar stacktrace in version 0.2.17 (redacted):
So #180 solves this for Issues but as can be seen, the problem also holds for pull requests. |
The text was updated successfully, but these errors were encountered: