06-01-2016, 12:43 AM
(05-31-2016, 04:59 AM)Nafetz Wrote: Yes, I did a restart. I tried again today but without success. Im using the version from http://wiki.getnightingale.com/doku.php?...ist_export
I couldn't test the version from github because I get an installation error ("installation script not found" -204)
I just checked the version published there, which seems to work. Sadly, the add-on does not have a debug mode, so I'm unsure how to troubleshoot the issue without modifying the add-on. If you at least know how to read programs and unzip/zip files, you could unzip the xpi (xpi is technically a regular zip file), head over to chrome/content/export_03.js and inject some logging. Then re-zip the extension and install it (there are is a more elegant way using proxy files, though). For logging, use
Code:
Components.classes["@mozilla.org/consoleservice;1"].getService(Components.interfaces.nsIConsoleService).logStringMessage("MESSAGE");
Other than that, I have no idea nor time to debug the issue myself.
Songbird/Nightingale Community Developer and German Translator