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

General support for problems installing or using Deluge
Post Reply
BoKKeR
New User
New User
Posts: 9
Joined: Sun Jan 15, 2017 11:57 am

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

Post by BoKKeR »

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:

Code: Select all

"{\"method\":\"core.add_torrent_magnet\",\"params\":[\"magnet:?xt=urn:btih:9f9165d9a281a9b8e782cd5176bbcc8256fd1871&dn=ubuntu-16.04.1-desktop-amd64.iso&tr=http://torrent.ubuntu.com:6969/announce&tr=http://ipv6.torrent.ubuntu.com:6969/announce\",{}],\"id\":\"1\"}"
error:

Code: Select all

(500) Internal Server Error.
Post Reply