Comment 25 for bug 599842

Revision history for this message
Nikke (nmellegard) wrote :

I get the same error with this version as before, I'm afraid:

[tbindicator]: fifopath: /tmp/thunderbird.tbindicator.default-fifo883

Error: uncaught exception: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFileOutputStream.init]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://tbindicator/content/overlay.js :: initIndicators :: line 237" data: no]

The file /tmp/thunderbird.tbindicator.default-fifo883 doesn't get created...

However, running the create fifo command manually works:
python indicator.py /tmp/indicator-fifo-800 mkfifoonly

The pipe-file indicator-fifo-800 now exists in /tmp

I've also tried sprinkling the indicator.py with print statements to see what input it gets. But, running TB from command line, none of the print-outs appear... Should those printouts appear, or might there be some issue with calling the python file (the pythonpath log entry written from overlay.js appears fine, though)?

/N