transmission module - json payload marshall error: io: read/write on closed pipe #1524
Replies: 3 comments
-
There is actually a |
Beta Was this translation helpful? Give feedback.
-
Hi @tolga-balci you can explicitly set a port by adding a That the |
Beta Was this translation helpful? Give feedback.
-
Hi @senorprogrammer - Many thanks for the replies, but unfortunately there is something missing still. Here is my transmission configuration that matches my settings.json:
I started wtfutil with this configuration and I got "No data" in the dashboard. I added one torrent for testing and I got the following error:
I can continue troubleshooting with you continuing from Wednesday onwards. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi Sean,
I have the following configuration in my config.yml:
The transmission module displays the following error:
Before writing this post, I checked a couple of things:
transmission-get.json
*
:However, the same curl request over port 8090 returns HTTP 200 OK:
I think the config file needs a port parameter as well. Not because my setup uses a different port number, but because Transmission's settings.json has the "rpc-port" setting. I believe wtf's Transmission module has to match this setting.
transmission-trace-json.log
However, passing the credentials explicitly to the same curl command succeeds:
transmission-trace-curl-json-file.log
Having everything the same, but receving an HTTP 200 message makes me think that there is a glitch when credentials are supplied in the JSON file.
With all these, my point is that the credentials we are passing to wtfutil within the Transmission module through YML
**
might be causing the issues I am seeing.*
My JSON file might be wrong, which might be why it is failing.**
I did not see references to YML files in Transmission's RPC documentation. The documentation uses JSON format. That's why I used JSON instead of YML with my calls with curl.Apologies for my annoyances over the weekend and many thanks for your patience!
Cheers!
Tolga
Beta Was this translation helpful? Give feedback.
All reactions