-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bad URL on ExperimentClient.start/fetch #57
Comments
Hi @nebsta sorry for the delay, and thanks for submitting this issue. Not sure why this URL would return this error code...
|
In total we've seen about 860 instances of this happening across 311 users. We're seeing about 20 instances of this exception occurring per day
I did a check and could see that the locale isn't consistent. Just doing a general check I saw users from Australia, Britain and Germany
Unfortunately not |
Based on the screenshots provided, the URLs look valid. Is it possible the users just have poor network connectivity, and this error is a red herring? Do you get other errors for connection timouts/DNS resolution errors? |
@bgiori we do have some, but most of those we filter out due to them not being possible for us to resolve. |
Sorry for the delay. Unfortunately I am unable to reproduce this error. Is it possible to get more info from the error passed in the completion? For example, when I turn of my network connectivity and run a test on my mac, I get the following error:
The error returned in your stack trace seems terse: |
We've noticed that we seem to be getting a fair few errors whenever we call the
ExperimentClient.start
/ExperimentClient.fetch
methods.We use Sentry for our error reporting, and we have set it up so that we send most errors through to Sentry whenever we get an error from the start call. You can see the exact details/numbers here via our Sentry reporting:
Note that the error name contains the error code/domain
Based on the error code we're getting in the callbacks, it seems like the error is due to a bad URL (see NSURLErrorDomain codes), though based on the breadcrumbs in Sentry, the url seems to be fine.
The text was updated successfully, but these errors were encountered: