Search found 3 matches

by doctor_d
Sat Nov 17, 2018 10:19 am
Forum: Development
Topic: javascript (node) RPC request issue
Replies: 5
Views: 6558

Re: javascript (node) RPC request issue

Nice job, man! Maybe I'll give it a try.
by doctor_d
Wed Sep 12, 2018 1:14 pm
Forum: Development
Topic: javascript (node) RPC request issue
Replies: 5
Views: 6558

Re: javascript (node) RPC request issue

I guess you're right. I ended up using JohnDoee Py library since I didn't have the time to port rencode to js.
by doctor_d
Tue Mar 06, 2018 8:17 am
Forum: Development
Topic: javascript (node) RPC request issue
Replies: 5
Views: 6558

javascript (node) RPC request issue

Hello deluge forum, I'm struggling to make my own rpc client using nodejs based on this one: https://github.com/JohnDoee/deluge-client The connection seems to work (if I turn off the daemon and run the code I clearly get a connection error) but when I send the request I get no answer (.on('data' fun...