persepolisdm / Persepolis-WebExtension

WebExtension integration for Persepolis download manager
http://persepolisdm.github.io
GNU General Public License v3.0
73 stars 9 forks source link

Make Interrupt Download enabled by default #40

Open LoveChocoCat opened 3 years ago

LoveChocoCat commented 3 years ago

I always have issue with this extension always reset the interrupt download option everytime i launch firefox. Dowload manager should grab downloads from browser by default.

JafarAkhondali commented 3 years ago

@LoveChocoCat This bug is known and the team is working on it. Here is the summary ( and why it can't be handled from extension alone) :

When the browser starts, the extension sends a request to Persepolis to see if it's up and running.
If Persepolis responds:
The extension would be turned on ( and interrupts downloads )
else The extension would be turned off, otherwise, downloads will be canceled in the browser too!

So when the extension is unsure of Persepolis existence (or availability), it'll not interrupt downloads. It's not possible to handle the situation when Persepolis fails to respond. Sorry but this needs a fix on Persepolis itself