persepolisdm / Persepolis-WebExtension

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

Chrome Extension : Interrupt downloads option automatically turns off on every boot #30

Open mashrufehsan opened 4 years ago

mashrufehsan commented 4 years ago

System Details:

Issue Description and steps to reproduce:

mashrufehsan commented 4 years ago

image

mashrufehsan commented 4 years ago

image

Antxl commented 4 years ago

It seems to be caused by the extension failing to connect to the persepolis. Maybe the file name doesn't match or whatever. So I just annotated the corresponding part of the code like this... image<SendInitMessage()> Now it won't turn off on startup, and the browser launches much faster than before XD...

Antxl commented 4 years ago

emmm...I forgot to say it lays in "background.js"...

JafarAkhondali commented 4 years ago

@Antxl Which operation system are you using?

Antxl commented 4 years ago

I'm using win10 x64, and actually a Chromium-core(v78) browser.

JafarAkhondali commented 4 years ago

We got a known bug in windows that is the cause of this exception ...