Skip to content

Instantly share code, notes, and snippets.

@IliaMManolov
Created January 6, 2018 17:03
Show Gist options
  • Save IliaMManolov/e2490820f89109bcce39a573c7228471 to your computer and use it in GitHub Desktop.
Save IliaMManolov/e2490820f89109bcce39a573c7228471 to your computer and use it in GitHub Desktop.
Firefox Habitica Errors Full

Webconsole context has changed The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. background.html Unchecked lastError value: Error: The storage API will not work with a temporary addon ID. Please add an explicit addon ID to your manifest. For more information see https://bugzil.la/1323228. ExtensionCommon.jsm:407 The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. options.html Unchecked lastError value: Error: The storage API will not work with a temporary addon ID. Please add an explicit addon ID to your manifest. For more information see https://bugzil.la/1323228. ExtensionCommon.jsm:407 The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. popup.html TypeError: can't access dead object[Learn More] background.js:85:17 EventDispatcher.prototype.trigger moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/background.js:85:17 triggerCharacterChange moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/background.js:1344:13 EventDispatcher.prototype.trigger moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/background.js:85:17 getBackgroundData moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/popup.js:86:17 init moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/popup.js:59:17 moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/popup.js:220:38 i moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/vendor/jquery-2.2.0.min.js:2:27060 fireWith moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/vendor/jquery-2.2.0.min.js:2:27828 ready moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/vendor/jquery-2.2.0.min.js:2:29619 J moz-extension://6f90e7e9-18e0-4c82-966f-ea7f9cb88390/vendor/jquery-2.2.0.min.js:2:29804 error occurred while processing 'sources: TypeError: can't access dead object Stack: createNonSourceMappedActor@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/utils/TabSources.js:299:1 createSourceActors/<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/utils/TabSources.js:387:19 process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:922:23 walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:806:7 scheduleWalkerLoop/<@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:742:11 Line: 299, column: 1 main.js:1655 _unknownError resource://devtools/server/main.js:1655:5 _queueResponse/responsePromise< resource://devtools/server/main.js:1673:25 reject resource://devtools/shared/deprecated-sync-thenables.js:50:41 then resource://devtools/shared/deprecated-sync-thenables.js:26:51 resolve resource://devtools/shared/deprecated-sync-thenables.js:77:11 reject resource://devtools/shared/deprecated-sync-thenables.js:51:16 process resource://gre/modules/Promise-backend.js:925:21 walkerLoop resource://gre/modules/Promise-backend.js:806:7 bound walkerLoop self-hosted:950:17 bound walkerLoop self-hosted:950:17 scheduleWalkerLoop/< resource://gre/modules/Promise-backend.js:742:11 Webconsole context has changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment