Closed
Bug 1203868
Opened 8 years ago
Closed 8 years ago
SyncEngine not retrieving latest records
Categories
(Firefox OS Graveyard :: Sync, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mbdejong, Unassigned)
References
Details
Attachments
(2 files)
irc log from #fxos-sync attached.
Reporter | ||
Comment 1•8 years ago
|
||
Fixed in https://github.com/michielbdejong/syncto/tree/6-original-ids I think.
Reporter | ||
Comment 2•8 years ago
|
||
I'll leave the ?_since= header commented out in https://github.com/michielbdejong/gaia/tree/1200539-sync-app-integration-tests until the 6-original-ids branch lands into Syncto master, then it should all work together.
Comment 3•8 years ago
|
||
Hi Michiel, After applying Natim's patch at https://github.com/mozilla-services/syncto/pull/19, I still got JSON.parse error. So I provide my patch for fixing the error in SyncEngine. Could you give me a feedback? Thank you!
Attachment #8659970 -
Flags: feedback?(mbdejong)
Reporter | ||
Comment 4•8 years ago
|
||
Comment on attachment 8659970 [details] Fixing JSON.parse error Hi Sean, (In reply to Sean Lee [:seanlee] from comment #3) > After applying Natim's patch at > https://github.com/mozilla-services/syncto/pull/19, I still got JSON.parse > error. > > So I provide my patch for fixing the error in SyncEngine. Could you give me > a feedback? Thank you! RemoteTransformer.decode should never be called with data that does not need decoding. If that is happening then we need to fix that in kinto.js rather than working around it in this way. I also saw JSON.parse errors yesterday morning, but last time I tested with the latest version of https://github.com/michielbdejong/gaia/tree/1200539-sync-app-integration-tests I did not see any JSON parse errors. Can you provide the steps to reproduce?
Attachment #8659970 -
Flags: feedback?(mbdejong) → feedback-
Reporter | ||
Comment 5•8 years ago
|
||
Closing this as UNCONFIRMED since I haven't seen it happen in the last two weeks. Please reopen if we can reproduce it!
Status: NEW → UNCONFIRMED
Ever confirmed: false
Reporter | ||
Updated•8 years ago
|
Assignee: mbdejong → nobody
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•