-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testing issues: Download failures #2
Comments
I think that this is happening because of my use of the reverse proxy: ngrok to serve requests. |
Test cases:
|
To resolve the second issue I'm going to try changing https://developer.apple.com/documentation/foundation/nsurlsessionconfiguration/1408153-timeoutintervalforresource |
For timeout issue, I am planning two more changes:
on an error, I'm going to indicate that the download has to be restarted by the app.
a) Images that are not (yet) downloaded cannot be tapped "through" to see the details. b) Instead, going to prompt the user to see if they want to re-try the download. |
I'm going to hold off on the UI change for now. Downloading is improved and adding complexity to the UI doesn't seem quite merited yet. |
I'm getting issues like: https://docs.google.com/document/d/190FBElJHbzCqvI9-pZGuHOg4jC2gbMh3lB6INCaiQcs/edit#bookmark=id.6xpze2glg563
Each of us using this are using Google Drive I believe. So this reflects a 404 coming back from Google. I don't think I've seen this before. None of the server files have actually been deleted.
iOSBasics
for a very long period of time.This seems to be an issue due to my use of
ngrok
, which I believe doesn't respond in certain cases when overloaded.The text was updated successfully, but these errors were encountered: