mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
18 stars 15 forks source link

blocklists/addons-bloomfilters error #227

Closed g-k closed 2 years ago

g-k commented 4 years ago

Trying to debug an addon signature mismatch (https://github.com/mozilla/addons-server/issues/14817) and running into the following error from python autograph.py in autograph-canary (which depends on tls-canary):

2020-07-17 15:40:04 CRITICAL Reader tlscanary.tools.xpcshell_worker Invalid output from worker <subprocess.Popen object at 0x7fdc9a2ab580>: console.warn: services.settings: Error retrieving the getLastModified timestamp from blocklists/addons-bloomfilters RemoteSettingsClient Message: UnknownError: IndexedDB: blocklists/addons-bloomfilters getLastModified() IndexedDB:   The operation failed for reasons unrelated to the database itself and not covered by any other error code.

Sounds like we might need to:

Hoping to work on this a bit when I have some time, but if there are other changes landing I can wait or rebase on them.

g-k commented 4 years ago

cc @arroway FYI

Rob--W commented 4 years ago

Is this a consistently reproducible error? UnknownError in the error message below doesn't look like a normal error, but more like data corruption in IndexedDB internals.

2020-07-17 15:40:04 CRITICAL Reader tlscanary.tools.xpcshell_worker Invalid output from worker <subprocess.Popen object at 0x7fdc9a2ab580>: console.warn: services.settings: Error retrieving the getLastModified timestamp from blocklists/addons-bloomfilters RemoteSettingsClient Message: UnknownError: IndexedDB: blocklists/addons-bloomfilters getLastModified() IndexedDB: The operation failed for reasons unrelated to the database itself and not covered by any other error code.

g-k commented 4 years ago

It failed for me locally the couple times I tried, but might be fixed now.

On Thu, Jul 23, 2020 at 10:07 AM Rob Wu notifications@github.com wrote:

Is this a consistently reproducible error? UnknownError in the error message below doesn't look like a normal error, but more like data corruption in IndexedDB internals.

2020-07-17 15:40:04 CRITICAL Reader tlscanary.tools.xpcshell_worker Invalid output from worker <subprocess.Popen object at 0x7fdc9a2ab580>: console.warn: services.settings: Error retrieving the getLastModified timestamp from blocklists/addons-bloomfilters RemoteSettingsClient Message: UnknownError: IndexedDB: blocklists/addons-bloomfilters getLastModified() IndexedDB: The operation failed for reasons unrelated to the database itself and not covered by any other error code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mozilla/tls-canary/issues/227#issuecomment-663027786, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXKLPCW2V5JPGGM2V5CMTR5A7Z5ANCNFSM4O6OUGBA .