-
Notifications
You must be signed in to change notification settings - Fork 19
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
Latest java-client fails with IllegalStateException #526
Comments
Hi @jimshowalter, could you please provide full debug logs? the 403 error means incorrect api key, so just want to see the whole request and the rest of debug lines. Thanks |
Will try to get that to you today. |
The developer who ran into this problem is currently buried working to deadline on a product GA, but he'll try to get the information to you soon. |
Not sure how useful this is, but this is all of the logs:
|
Did something in 4.13.1 change how to authenticate? |
Something in 4.13.0...4.13.1 causes this to happen in our tests:
SplitFetcherImp: RefreshableSplitFetcher failed: Problem fetching splitChanges since -1: java.lang.IllegalStateException: Could not retrieve splitChanges since -1; http return code 403
(The RefreshableSplitFetcher should be SplitFetcherImpl, as reported separately in #525.)
If we force the version to 4.13.0, the problem goes away.
The text was updated successfully, but these errors were encountered: