Open sgitkene opened 6 years ago
I am actually not sure. Unfortunately I don't have a Windows machine to test it. So sorry! I hope someone in the community can help!
The addon doesn't seem to run on my linux machine unfortunately:
Mozilla firefox on Manjaro Linux (with GNOME) I get this in the firefox console:
urlbar_XBL_Destructor chrome://browser/content/urlbarBindings.xml:146:9
insertWidgetBefore resource:///modules/CustomizableUI.jsm:1290:5
buildArea resource:///modules/CustomizableUI.jsm:848:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:765:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:3176:5
toolbar_XBL_Constructor chrome://browser/content/customizableui/toolbar.xml:48:11
1526247479332 addons.webextension.{87dfccf4-b6eb-4297-948a-ac6fd273cbb5} WARN Please specify whether you want browser_style or not in your browser_action options.
......................$$$$$$$$$$......................
..................$$$$$$$ $$$$$$$$..................
...............$$ $$$ $$$$$$$$$ $$...............
.............$$ $$$$ $$$$$$$$$$$$ $$.............
.............$$ $$$$$$$$$$$$$$$$$$ $$.............
...............$$ $$$$$$$$$$ $$...............
.................$$$ $$$.................
.....................$$$$$$$$$$$$.....................
background.js:1:5345
[Permissions][<<] storage - webRequest - downloads background.js:18:253
IndexedDB UnknownErr: ActorsParent.cpp:599 (unknown)
[Options][<<] already exist. background.js:1:5056
[DB][<<] error background.js:1:4546
Object { _e: Error, name: "UnknownError", message: "The operation failed for reasons un…", inner: UnknownError, stack: "", 1 more… } background.js:1:4598
initDB/< moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:1:4598
callListener moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:17464
endMicroTickScope moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:18821
wrap/< moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:20188
alert() is not supported in background windows; please use console.log instead. background.js:1:4628
There has been an error. Database was not initiated. background.js:1:4628
[DB][<<] opened background.js:1:4711
Unhandled rejection: OpenFailedError: UnknownError The operation failed for reasons unrelated to the database itself and not covered by any other error code.
create@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:16:19380
_promise/p</p_<@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:16:20357
executePromiseTask@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:15283
Promise@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:11853
_promise/p<@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:16:20196
usePSD@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:20570
newScope@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:20414
_promise@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:16:20157
tempTransaction@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:30529
tempTransaction/<@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:30417
callListener@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:17400
endMicroTickScope@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:18821
wrap/<@moz-extension://97fd18a3-c9c3-4b07-b220-78088c0b0b32/js/background.js:15:20188
background.js:15:19787```
Hi, I tried exporting and importing my data selfie (consumption data). Upon importing it on a new pc I get the following error:
There has been error. Please make sure your file is a valid json and try importing again.
I checked that it is valid JSON. Could it be that my data is simply too big? It is around 350kB.
I am using Data Selfie 0.1.1 updated 20 March '18 on Firefox 59.0.3 (64-bit) on Windows 10.