Closed
Bug 981294
Opened 11 years ago
Closed 11 years ago
500 Internal server error during ABP sync
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Cloud Services Graveyard
Server: Sync
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: johnp, Assigned: rfkelly)
References
Details
Attachments
(2 files)
After the db schema update in bug 980239 and 980776 the AdblockPlus sync, which previously gave an 404 as described in 980239, now results in a "POST fail 500 Internal Server Error". Complete startup&sync log attached.
Reporter | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rfkelly
Assignee | ||
Comment 1•11 years ago
|
||
To guess, I'd say that ABP is triggering some edge-case of the protocol but the actual error is being masked by https://github.com/mozilla-services/mozservices/commit/b539ba083ac2235194ed7570289a7665d07fea15 which turns it into a 5XX rather than a 4XX. I'll try to reproduce locally.
Assignee | ||
Comment 2•11 years ago
|
||
Unable to reproduce so far, for me adblockplus syncs successfully on both stage and prod environments.
Johannes, do you have any particular settings/configuration of adblockplus that I might try to help reproduce?
Flags: needinfo?(johnp)
Reporter | ||
Comment 3•11 years ago
|
||
Oh, forgot to mention I'm using the latest AdblockPlus Development build.
Didn't try in a clean profile though. Will try that now to be sure nothings magically interfering...
Flags: needinfo?(johnp)
Reporter | ||
Comment 4•11 years ago
|
||
FWIW, reproduced on a clean local profile with the same sync account.
Reporter | ||
Comment 5•11 years ago
|
||
Just checked, the latest development build should be the same as the latest release build according to the ABP dev changelog. Therefore, downloaded the stable 2.5.1 build and got the same error. Checked all modified config entries regarding adblock and sync but found nothing particularly interesting.
One thing I could think of not being very common is Fanboys Ultimate Filter list which weights more than 1MB, but I would think just the link would be synced and not the content:
https://secure.fanboy.co.nz/r/fanboy-ultimate.txt
I'll also attach a .txt with a list of my ABP Filters and a list of preferences from prefs.js containing "adblock" or "sync".
Assignee | ||
Comment 7•11 years ago
|
||
Linking server-side deployment bug; I'm hoping this update will turn the 500 error into something a little more useful.
Assignee | ||
Comment 8•11 years ago
|
||
The server deploy is complete and we fixed some corrupt data in the "collections" table (which is what seemed to be causing the 500 error). Can you please try syncing adblockplus again?
Flags: needinfo?(johnp)
Reporter | ||
Comment 9•11 years ago
|
||
I can confirm adblockplus sync works now. Thanks for the quick fix.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(johnp)
Resolution: --- → WORKSFORME
Assignee | ||
Comment 10•11 years ago
|
||
Switching to RESOLVED/FIXED because this was a legitimate bug. Thanks for the report and your patience!
Resolution: WORKSFORME → FIXED
Updated•2 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•