Skip to content

Instantly share code, notes, and snippets.

@immerrr
Last active June 21, 2018 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save immerrr/d71f515fd4dd9b39543369bb511afd7f to your computer and use it in GitHub Desktop.
Save immerrr/d71f515fd4dd9b39543369bb511afd7f to your computer and use it in GitHub Desktop.
1password investigation
background.js:1 Uncaught (in promise) DOMException
e.onabort @ background.js:1
background.js:formatted:37437 Uncaught (in promise) DOMException: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
at l.transaction (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:782264)
at pk.getAllAccounts (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1185611)
at uC (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1228916)
at OC (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1234097)
at Object.summon-the-knight (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1247614)
at r (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1194718)
at EventImpl.dispatchToListener (extensions::event_bindings:403:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:138:26)
at EventImpl.dispatch_ (extensions::event_bindings:387:35)
at EventImpl.dispatch (extensions::event_bindings:409:17)
at Event.publicClassPrototype.(anonymous function) [as dispatch] (extensions::utils:138:26)
at messageListener (extensions::messaging:240:29)
at EventImpl.dispatchToListener (extensions::event_bindings:403:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:138:26)
at EventImpl.dispatch_ (extensions::event_bindings:387:35)
at EventImpl.dispatch (extensions::event_bindings:409:17)
at Event.publicClassPrototype.(anonymous function) [as dispatch] (extensions::utils:138:26)
at dispatchOnMessage (extensions::messaging:392:22)
l.transaction @ background.js:formatted:37437
getAllAccounts @ background.js:formatted:57088
uC @ background.js:formatted:59043
OC @ background.js:formatted:59286
summon-the-knight @ background.js:formatted:59888
r @ background.js:formatted:57443
EventImpl.dispatchToListener @ extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ extensions::utils:138
EventImpl.dispatch_ @ extensions::event_bindings:387
EventImpl.dispatch @ extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ extensions::utils:138
messageListener @ extensions::messaging:240
EventImpl.dispatchToListener @ extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ extensions::utils:138
EventImpl.dispatch_ @ extensions::event_bindings:387
EventImpl.dispatch @ extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ extensions::utils:138
dispatchOnMessage @ extensions::messaging:392
async function (async)
OC @ background.js:formatted:59285
summon-the-knight @ background.js:formatted:59888
r @ background.js:formatted:57443
EventImpl.dispatchToListener @ extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ extensions::utils:138
EventImpl.dispatch_ @ extensions::event_bindings:387
EventImpl.dispatch @ extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ extensions::utils:138
messageListener @ extensions::messaging:240
EventImpl.dispatchToListener @ extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ extensions::utils:138
EventImpl.dispatch_ @ extensions::event_bindings:387
EventImpl.dispatch @ extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ extensions::utils:138
dispatchOnMessage @ extensions::messaging:392
Unchecked runtime.lastError while running contextMenus.create: Cannot create item with duplicate id settings
at SM.addItems.e [as addItems] (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1206393)
at SM.init (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1208251)
at chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1246374
at uS (chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/background/background.js:1:1246397)
background.js:formatted:36839 Account handler failed to unlock with Master Password. TypeError: Cannot read property 'encryptedBy' of undefined
at t.n.getMasterPasswordDerivationInfo (background.js:formatted:43864)
at background.js:formatted:58769
at Promise (background.js:formatted:58772)
at new Promise (<anonymous>)
at OM.decryptKeysets (background.js:formatted:58762)
at n.length.startSync.then.then.e (background.js:formatted:58809)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment