-
Notifications
You must be signed in to change notification settings - Fork 21
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
NullPointerException thrown when listing events #82
Comments
I suspect this is due to an API timeout. We'd welcome a pull request to fix it if you have some time. However, I recommend using a |
this is the endpoint that we're seeing 502s on so I think you're correct @remear. i've got a fix coming for the timeouts but i agree with @remear the callback method is the better way to resolve this and means not having to wait for a fix which is still a few days away. @jeffreyzupka let us know if you want a hand understanding how callbacks work. https://docs.balancedpayments.com/1.1/api/callbacks/#create-a-callback |
@mjallday We haven't seen this issue in 11 days, so I assume a fix has been deployed? |
Hey @jeffreyzupka. Nope, nothing's changed on our end. We're almost complete with the internal migration required to fix the issue but I still see 502 timeouts on that endpoint frequently. |
The following code is intermittently throwing an NPE from this line when listing events. We are using v1.2 of the client.
The text was updated successfully, but these errors were encountered: