Skip to content

Instantly share code, notes, and snippets.

@bthaile
Created July 17, 2019 19:03
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 bthaile/63d3b249dafae5487ecd2061c0c7897a to your computer and use it in GitHub Desktop.
Save bthaile/63d3b249dafae5487ecd2061c0c7897a to your computer and use it in GitHub Desktop.
Cannot read property 'rollback' of undefined
DB.ts?b8fd:315 Uncaught (in promise) TypeError: Cannot read property 'rollback' of undefined
at DB.eval (DB.ts?b8fd:315)
at step (DB.js:32)
at Object.eval [as next] (DB.js:13)
at fulfilled (DB.js:4)
(anonymous) @ DB.ts?b8fd:315
step @ DB.js:32
(anonymous) @ DB.js:13
fulfilled @ DB.js:4
Promise.then (async)
asyncGeneratorStep @ asyncToGenerator.js?933e:13
_next @ asyncToGenerator.js?933e:25
(anonymous) @ asyncToGenerator.js?933e:32
(anonymous) @ asyncToGenerator.js?933e:21
(anonymous) @ market-trading-histo…nagement.ts?af73:68
(anonymous) @ index.js?020d:8
(anonymous) @ index.ts?0613:29
dispatch @ applyMiddleware.js?a438:35
(anonymous) @ load-account-history.ts?e25a:33
loadTransactions @ load-account-history.ts?e25a:32
(anonymous) @ load-account-history.ts?e25a:20
(anonymous) @ index.js?020d:8
(anonymous) @ index.ts?0613:29
dispatch @ applyMiddleware.js?a438:35
_callee$ @ load-account-data.ts?4ad9:38
tryCatch @ runtime.js?a786:45
invoke @ runtime.js?a786:271
prototype.<computed> @ runtime.js?a786:97
asyncGeneratorStep @ asyncToGenerator.js?933e:3
_next @ asyncToGenerator.js?933e:25
(anonymous) @ asyncToGenerator.js?933e:32
(anonymous) @ asyncToGenerator.js?933e:21
(anonymous) @ load-account-data.ts?4ad9:20
(anonymous) @ index.js?020d:8
(anonymous) @ index.ts?0613:29
dispatch @ applyMiddleware.js?a438:35
Promise.then (async)
loadAccount @ init-augur.ts?a271:99
pollForAccount @ init-augur.ts?a271:48
_callee$ @ init-augur.ts?a271:209
tryCatch @ runtime.js?a786:45
invoke @ runtime.js?a786:271
prototype.<computed> @ runtime.js?a786:97
asyncGeneratorStep @ asyncToGenerator.js?933e:3
_next @ asyncToGenerator.js?933e:25
Promise.then (async)
asyncGeneratorStep @ asyncToGenerator.js?933e:13
_next @ asyncToGenerator.js?933e:25
(anonymous) @ asyncToGenerator.js?933e:32
(anonymous) @ asyncToGenerator.js?933e:21
(anonymous) @ init-augur.ts?a271:171
_callee$ @ initialize.ts?f67c:22
tryCatch @ runtime.js?a786:45
invoke @ runtime.js?a786:271
prototype.<computed> @ runtime.js?a786:97
asyncGeneratorStep @ asyncToGenerator.js?933e:3
_next @ asyncToGenerator.js?933e:25
Promise.then (async)
asyncGeneratorStep @ asyncToGenerator.js?933e:13
_next @ asyncToGenerator.js?933e:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment