sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
81 stars 22 forks source link

Using "add" or "add with options" does nothing (Synology DS918+) #83

Open strikedamic opened 4 years ago

strikedamic commented 4 years ago

Hi, thank you for this plugin!

I've installed it in my Chrome (81.0.4044.122) to quickly add torrents to my Deluge install (via SynoCommunity) sitting on my Synology NAS 918+. Unfortunately, it won't work. I correctly add the WebUI path and give it the right password (as proven by the fact that I can click on the browser extension > WebUI and it perfectly loads the Deluge WebUI), but torrents won't "land" in the list. There is no alert whether transmission of the torrent link (!) was successful or experienced an error, I just right click on a torrent link > delugesiphon > Add or Add with Options and nothing happens.

Please advise, thank you!

Redsandro commented 3 years ago

I have the same problem. When inspecting the "background page" console, it appears that there are CORS issues. More specifically, XMLHttpRequest is blocked due to deluge json api not returning a Access-Control-Allow-Origin header.

Is there any way this can be configured? Or does this extension only work for deluge instances hosted on the same machine?