[UNRELATED] Flashgot (1.5.5.5) stopped working (FF23, linux)
Posted: Fri Aug 16, 2013 1:28 am
Flashgot suddenly stopped working for me. When trying to send a download to my downloader, a little FlashGot progress bar appears, but it stops at about 1/10 (see picture below). And, after several minutes of it not moving (the browser remains usable), a small popup will come asking if I want to stop an unresponsive script:
My downloader is a shell script that fills a queue. The program doesn't even get invoked, as I added a debug message at startup that should pop out if it was started.
The progress bar gets stuck like this:
I tried upgrading to 1.5.5.6rc2 to no success. I don't recall doing any major update inside Firefox before it stopped working (I update addons manually), it...just did.
I have no experience with webdev or browser dev, the line on the stop script dialog seems to indicate it's going on an infinite loop, but I can't figure out why.
Code: Select all
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: jar:file:///home/username/.mozilla/firefox/profile/extensions/%7B19503e42-ca3c-4c27-b1e2-9cdb2170ee34%7D.xpi!/components/flashgotService.js:819
The progress bar gets stuck like this:

I tried upgrading to 1.5.5.6rc2 to no success. I don't recall doing any major update inside Firefox before it stopped working (I update addons manually), it...just did.
I have no experience with webdev or browser dev, the line on the stop script dialog seems to indicate it's going on an infinite loop, but I can't figure out why.