Search found 20 matches

by aidos
Sat Jul 31, 2010 11:35 am
Forum: Development
Topic: Web UI add on: Add Torrent userscript
Replies: 18
Views: 16125

Re: Web UI add on: Add Torrent userscript

Did you change the IP, port and password information in the script ? If you don't, it won't know where to connect. EDIT: Apparently, there is a bug in NinjaKit, the script authenticates fine, but NinajKit doesn't memorize the session cookie, so the following requests to the WebUI are refused. You sh...
by aidos
Tue Jul 06, 2010 5:47 pm
Forum: Plugins
Topic: An improved Deluge userscript for greasmonkey (or others)
Replies: 9
Views: 6730

Re: An improved Deluge userscript for greasmonkey (or others

But if you select a connection in the WebUI, do the script then work ?

To configure a default connection see:
http://forum.deluge-torrent.org/viewtop ... =7&t=26525
or
http://forum.deluge-torrent.org/viewtop ... 55#p137369 .
by aidos
Tue Jul 06, 2010 1:47 am
Forum: Plugins
Topic: An improved Deluge userscript for greasmonkey (or others)
Replies: 9
Views: 6730

Re: An improved Deluge userscript for greasmonkey (or others

Make sure your WebUI is connected to a Deluge daemon before using the script. Due to a bug in Deluge 1.3_rc1, every time you restart the WebUI, you need to manually re-select a daemon to connect to.
by aidos
Mon Jul 05, 2010 11:12 pm
Forum: Plugins
Topic: An improved Deluge userscript for greasmonkey (or others)
Replies: 9
Views: 6730

Re: An improved Deluge userscript for greasmonkey (or others

Well normally you should see a Deluge icon (blue droplet) next to torrent files links. Just click on it, and it will add the torrent to the WebUI queue. Have a look at the screenshot on this page: http://userscripts.org/scripts/show/79003 . Also, you need to edit the script at the top, to enter your...
by aidos
Tue Jun 15, 2010 11:39 am
Forum: Support
Topic: Need some help with Deluge userscript
Replies: 9
Views: 7853

Re: Need some help with Deluge userscript

Well if you're happy that way, I'm happy :)
But it's probably a configuration problem, if it works on my end, it should work on yours. If you want, either post here or PM me your web.conf file, I'll have a look.
by aidos
Mon Jun 14, 2010 10:04 pm
Forum: Support
Topic: Need some help with Deluge userscript
Replies: 9
Views: 7853

Re: Need some help with Deluge userscript

So to make sure I got that right, you restart Deluge, you add a torrent by using the script, it fails with the same error message as before, but when you go to the WebUI page using your browser, you're not asked for a password so you know the script did log in, but you're still requested for a daemo...
by aidos
Sun Jun 13, 2010 8:23 pm
Forum: Support
Topic: Need some help with Deluge userscript
Replies: 9
Views: 7853

Re: Need some help with Deluge userscript

Ah indeed, my bad, I had hardcoded some config values in the script. It's patched now. [Edit] I forgot to comment on the other problem. There is indeed a error like you describe if I follow what you said, and it's because the Web UI doesn't automatically connect to the Deluge daemon like it used to....
by aidos
Sun Jun 13, 2010 2:05 am
Forum: Support
Topic: Need some help with Deluge userscript
Replies: 9
Views: 7853

Re: Need some help with Deluge userscript

I ran some more tests, I really couldn't get it to fail. I just created a UserScripts.org account, and I posted the latest version there : http://userscripts.org/scripts/show/79003 . I doubt it'll make a difference, but you can always try it :) You will need to reinstall the script, as I've changed ...
by aidos
Sun Jun 13, 2010 1:41 am
Forum: Plugins
Topic: An improved Deluge userscript for greasmonkey (or others)
Replies: 9
Views: 6730

Re: An improved Deluge userscript for greasmonkey (or others

Actually I'm the author of the script, I don't know who's the person who posted on UserScripts.org. Anyway, I like your cookie support, but it seemed strange to me that you would try to guess the proper cookie to transfer, just transfer them all. Also, I'm not too sure on your download directory sup...
by aidos
Sat Jun 12, 2010 9:11 pm
Forum: Support
Topic: Need some help with Deluge userscript
Replies: 9
Views: 7853

Re: Need some help with Deluge userscript

The developer is right here :) And I just updated my Deluge to 1.3.0_rc1 to test, and it works fine here. So I think the problem must come from your installation of Deluge, maybe you should try reinstalling. The error message seems to support that, because what it says theoretically can't happen, th...