Search found 56 matches

by raspdealer
Wed Jul 12, 2017 6:57 pm
Forum: Support
Topic: web update ui method documentation
Replies: 7
Views: 6064

web update ui method documentation

Hi there,

I can't find any documentations with the full list of available parameters for the method web.update_ui.

Is there any full documentation somewhere?

Thanks a lot!
by raspdealer
Sun Jul 02, 2017 2:38 pm
Forum: Support
Topic: Web API Controls
Replies: 6
Views: 3556

Re: Web API Controls

Ok got it!
Is there a method to refresh all torrents trackers also?

Thanks!
by raspdealer
Sat Jul 01, 2017 12:42 pm
Forum: Support
Topic: Web API Controls
Replies: 6
Views: 3556

Re: Web API Controls

Same result with #!/bin/bash sudo curl -c cookies.txt --compressed -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"method": "auth.login", "params": ["password"], "id": 1}' http://192.168.1.104:81...
by raspdealer
Fri Jun 30, 2017 7:38 pm
Forum: Support
Topic: Web API Controls
Replies: 6
Views: 3556

Re: Web API Controls

Thanks Cas! I have tested this: #!/bin/bash sudo curl -c cookies.txt --compressed -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"method": "auth.login", "params": ["password"], "id": 1}' http://1...
by raspdealer
Wed Jun 28, 2017 7:46 pm
Forum: Support
Topic: Web API Controls
Replies: 6
Views: 3556

Web API Controls

Hi,

I would like to know the best way to stop or resume all torrents?
Is there an instruction?

Thanks
by raspdealer
Mon Jun 12, 2017 6:08 pm
Forum: Support
Topic: Json API with PHP to get torrents info
Replies: 3
Views: 5071

Re: Use Json API to get torrents info

I'm dumb.
Adding curl_setopt( $login, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); fixed it.

Thanks!
by raspdealer
Sun Jun 11, 2017 9:22 pm
Forum: Support
Topic: Json API with PHP to get torrents info
Replies: 3
Views: 5071

Json API with PHP to get torrents info

Hi there, Please find below a python script I've made to get my list of torrents: #!/bin/bash sudo curl -c cookies.txt --compressed -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"method": "auth.login", "params": [&...
by raspdealer
Wed May 17, 2017 9:02 pm
Forum: Support
Topic: Debian: NAS Migration from CIFS/SMB to NFS
Replies: 1
Views: 1665

Debian: NAS Migration from CIFS/SMB to NFS

Hi there, I just moved my data and completed torrent from a NAS to another. The new one is managing NFS very fine so I have mounted it like that. Now I want to change the "saved location" to restart them but it's stuck at 0.00%. I had to change the umask to 000 instead of 007 to make it wo...
by raspdealer
Tue May 02, 2017 10:37 pm
Forum: Support
Topic: Deluge: All my default plugins are gone
Replies: 4
Views: 3933

Re: Deluge: All my default plugins are gone

Ok, I think i found the cause.
I have cleaned my builder but not reinstalled properly.

The reboot cleaned and let me in a bad shape.

A rebuild install as deb fixed it.
Thanks for pointing this
by raspdealer
Tue May 02, 2017 10:07 pm
Forum: Support
Topic: Deluge: All my default plugins are gone
Replies: 4
Views: 3933

Re: Deluge: All my default plugins are gone

Just noticed that the python2.7 path you mentionned is just missing. What the hack is that?