You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meaning the code is probably trying to parse from null to integer, and there's no default value for Retry-After, nor there is a fallback when it's not present.
The text was updated successfully, but these errors were encountered:
What version are you using?
0.34.1
What did you do?
Hit Horizon too many times too fast.
What did you expect to see?
An understandable error.
What did you see instead?
A NullPointerException error:
By following the error path, I noticed the root issue is in:
https://github.com/stellar/java-stellar-sdk/blob/3dd63dc42a3132388049e6ef7042fa6b3b092c21/src/main/java/org/stellar/sdk/requests/ResponseHandler.java#L31
Meaning the code is probably trying to parse from null to integer, and there's no default value for Retry-After, nor there is a fallback when it's not present.
The text was updated successfully, but these errors were encountered: