Closed
Bug 1210480
Opened 9 years ago
Closed 9 years ago
UnrecoverableError instead of TryLaterError when Syncto is not running
Categories
(Firefox OS Graveyard :: Sync, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S8 (02Oct)
People
(Reporter: mbdejong, Assigned: mbdejong)
References
Details
Attachments
(1 file)
I'm seeing an UnrecoverableError instead of TryLaterError when Syncto is not running when testing with https://github.com/michielbdejong/gaia/blob/26b2694cee343ae4e7130aa7a98d72ae2e158eeb/apps/sync/README.md#trying-out-the-sync-app
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8668861 -
Flags: review?(ferjmoreno)
Assignee | ||
Comment 2•9 years ago
|
||
This also covers the case where instead of Syncto, you run `python -m SimpleHTTPServer` on http://localhost:8000/ (which might be a reasable simulation of an AWS maintenance page), because then the CORS headers are missing, and to Kinto.js this looks like a NetworkError.
Updated•9 years ago
|
Attachment #8668861 -
Flags: review?(ferjmoreno) → review+
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•