sbussetti / deluge-siphon

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

Connection manager set to Pi Host can't add torrent. #27

Closed shanep2300 closed 8 years ago

shanep2300 commented 8 years ago

Hello,

I can't right click and send to deluge if connect to the Pi host. But if I drag the torrent into the WebUI, the window client opens and downloads just fine.

If I switch the connection host to the local IP, 127.0.0.1, then right clicking on a torrent is sent to the deluge web just fine.

sbussetti commented 8 years ago

can you give me an example of the "Deluge Server URL" you are using for your Pi?

shanep2300 commented 8 years ago

Deluge Server URL: http://192.168.1.121:8112 Connection Manager Host: 192.168.1.121:58846

sbussetti commented 8 years ago

My extension only talks to the web-ui. Unless you have configured it otherwise, deluged only listens on localhost for connections from deluge-web. If you are running deluge-web on one host, and deluged on another host, you need to ensure that deluged on that other host is listening on a public interface.

shanep2300 commented 8 years ago

Unfortunately, you lost me... I think deluge-web and deluged should be both running from the Pi. If I'm understanding you correctly, there is something wrong on my end causing the right click from deluge-siphon to not work and the deluge-web force opening the windows client if the torrent is dragged and dropped onto deluge-web.

sbussetti commented 8 years ago

This isn't a problem with my extension. If deluge-web and deluged are both running on the same server, your host in connection manager should be 127.0.0.1

sbussetti commented 8 years ago

Lastly, you can't drag and drop torrents into the deluge-web ui -- what is happening when you do that, is that your browser is opening the file locally based on the file-type associations your OS has. Since you also have deluge installed on your local box, it tries to open it -- again not a problem with my extension.