Closed g-k closed 2 years ago
cc @arroway FYI
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.
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 .
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):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.