Search found 25 matches

by ElmoTheElk
Tue Aug 24, 2010 8:16 am
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Just posting that the new Deluge 1.3 RC2 seems to have fixed this last problem. Adding via the web UI (and therefore with Transdroid) works again.
by ElmoTheElk
Tue Jun 15, 2010 11:05 am
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Hi! I need some help again. :oops: Some users are starting to use the Deluge 1.3 RC and have reported problems with adding of torrents via my Transdroid Android app. I've tried it myself (with a fresh build version form the code tarball) and experience the same error. When sending the torrent 'add b...
by ElmoTheElk
Wed Dec 09, 2009 12:16 pm
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Thanks for the quick answer; again! I actually tried that first, but with the request: {"id":2,"method":"core.set_config","params":[{"max_upload_speed":2},{"max_download_speed":1}]} The error that is thrown to the console is: [ERROR ] 13:10...
by ElmoTheElk
Wed Dec 09, 2009 9:31 am
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Back again with another question! :-) I am implementing support in my Android app to allow user to set the maximum transfer rates (download and upload). Here is the JSON request I am sending to Deluge: {"id":2,"method":"core.set_config","params":[[{"max_u...
by ElmoTheElk
Mon Oct 05, 2009 8:22 am
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Thanks for that reply. I changed the method call and it works again.
by ElmoTheElk
Thu Sep 17, 2009 9:40 am
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

So, it seems I have another issue with my Deluge support. I'm not sure if you've noticed at all, but removing of torrents doesn't work any more. Actually, when I try to remove a torrent, it sends this RPC command: {"method":"core.remove_torrent","params":[["60d5d82...
by ElmoTheElk
Thu Sep 03, 2009 9:14 am
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Jup, that worked! I replaced the hard-coded 'UTC' text with 'GMT'. (In my SVN version of auth.py, it was only in line 128.) I now get a cookie: Set-Cookie: _session_id=ee26b4ae24a71aae5935a47f3ba80f222324; Expires=Thu, 03 Sep 2009 10:08:24 GMT; Path=/json Which the Apache HttpClient parses just fine...
by ElmoTheElk
Wed Sep 02, 2009 12:06 pm
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Okay, so I am using 'auth.login' now, which returns: {"id": 1, "result": true, "error": null} And indeed it also returns a header row for the cookie: Transfer-Encoding: chunked, Date: Wed, 02 Sep 2009 12:02:59 GMT, Content-Type: application/x-json, Server: TwistedWeb/8....
by ElmoTheElk
Tue Sep 01, 2009 1:17 pm
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Hey damoxc, I have taken a look at this, but confused about what to do. I used to use the auth.login method, which worked fine. I send the password with this request. Now, I have checked out the latest version of Deluge from the trunk, and this (old?) method now gives: {"id": 1, "resu...
by ElmoTheElk
Mon Aug 17, 2009 12:22 pm
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 68297

Re: Android, Remote Only Client

Thanks for letting me know! I will update my client soon.