I was having trouble executing the script, and it turned out to be due to my password containing a bunch of special characters, which were breaking the curl request.
root@89f7b5247458:/config# ./AddqBittorrentTrackers.sh -l
curl: (22) The requested URL returned error: 403
Current torrents:
This was all I was getting.
This change simply states in the README.md that the password must be URL Encoded. I've also corrected some typos in the qBitTorrent section.
I was having trouble executing the script, and it turned out to be due to my password containing a bunch of special characters, which were breaking the curl request.
This was all I was getting.
This change simply states in the README.md that the password must be URL Encoded. I've also corrected some typos in the qBitTorrent section.