Search found 9 matches

by BoKKeR
Thu May 03, 2018 9:22 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 517526

Re: Deluge 2.0 Beta 1

daemon.info seems to be missing from deluge 2.0 as it returns an error JSON: "message": "Unknown method". Is this something that has been forgotten or just not yet implemented? Thanks
by BoKKeR
Sun Jun 25, 2017 5:14 pm
Forum: Support
Topic: JSON torrent adding fails on 1.3.15-8 [(500) Internal Server Error.]
Replies: 1
Views: 1891

JSON torrent adding fails on 1.3.15-8 [(500) Internal Server Error.]

On 1.3.15-8 running on a Synology NAS I am getting (500) Internal Server Error when I am adding a torrent with a JSON request. the content is set to application/json and it worked before on a older version of deluge. request: "{\"method\":\"core.add_torrent_magnet\",\"p...
by BoKKeR
Sun Jun 25, 2017 4:21 pm
Forum: Support
Topic: Deluge UI/Client Almost Unusable on Synology
Replies: 5
Views: 6659

Re: Deluge UI/Client Almost Unusable on Synology

I dont recommend running deluge ATM with more than 300 torrents on a NAS, it wont work properly.
by BoKKeR
Sun Jun 25, 2017 4:18 pm
Forum: Support
Topic: Deluge not seeding all of my torrents
Replies: 4
Views: 4915

Re: Deluge not seeding all of my torrents

I have a similar issue I msged the tracker first but they could not help me, IPT, I can seed a torrent for straight 30 days and on the tracker it can show up as 8 days.
by BoKKeR
Wed Jan 18, 2017 6:45 pm
Forum: Development
Topic: [JSON API] label.add request
Replies: 7
Views: 9874

Re: [JSON API] label.add request

Actually now I am getting a problem with a few calls because they time out, calls like label.get_labels , how would I go about debugging this ? -L critical dosent return anything. and obviously there is no response.
by BoKKeR
Tue Jan 17, 2017 7:58 pm
Forum: Development
Topic: [JSON API] label.add request
Replies: 7
Views: 9874

Re: lable.add json request

my bad boss just got it to work. Had to implement a decompresser and remake half of my class as I was not working with any response before
by BoKKeR
Mon Jan 16, 2017 5:38 am
Forum: Development
Topic: [JSON API] label.add request
Replies: 7
Views: 9874

Re: lable.add json request

about the error the problem is that I cant get the debug to show json errors. I start deluge-debug.exe -L debug but it does not show any json related errors. I guess I am missing something
by BoKKeR
Sun Jan 15, 2017 7:37 pm
Forum: Development
Topic: [JSON API] label.add request
Replies: 7
Views: 9874

Re: lable.add json request

I looked at the source and it shows that this should work,

Code: Select all

"{"method": "deluge.client.label.add", "params": ["label"], "id": "5"}"
but it wont.
by BoKKeR
Sun Jan 15, 2017 12:05 pm
Forum: Development
Topic: [JSON API] label.add request
Replies: 7
Views: 9874

[JSON API] label.add request

hey I am trying to add a label through a json request and cant get my head around it. "{"method": "label.add", "params": ["label"], "id": "5"}" this dosent work label plugin is enabled. there isnt much documentation on the api to ...