Handle timeouts when uploading images
Bug #1157352 reported by
Emilien Klein
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nautilus Image Manipulator |
New
|
Undecided
|
Unassigned |
Bug Description
It could happen that an external website times out, either when uploading the file, or waiting for it to be verified.
Each call to `urllib2.urlopen` should have it's timeout parameter set, and the code should handle the timeout gracefully (i.e. retrying or showing an error message to the user).
To post a comment you must log in.