I have enabled remote connections to the daemon, and can connect successfully to it from my windows GUI. I can manually save a torrent file, then add it as a file through the GUI. It fails, however, when I try to either copy the link location or let it open automatically from firefox.
If I let it try to open the torrent automatically I just see a black window flash on the screen and disappear (with no torrent added to the GUI afterwards). If I copy the link location, open the add torrent screen in deluge, select URL, and try to load the URL that way, I just get the following error:
Code: Select all
[Errno 22] invalid mode ('wb') or filename: 'c:\\docume~1\\jeff\\locals~1\\temp\\?page=download&tid=111189'

That was with an example torrent URL of:
http://www.nyaatorrents.org/?page=download&tid=111189
It looks like it's just stripping off the URL from the '?' onwards and appending it to my temp directory. Obviously the file does not exist there.
Any ideas what's wrong?