Jorman / Scripts

Some script, forked and not to make me crazy!
MIT License
226 stars 28 forks source link

Add url encode instruction to README.md #31

Closed paulora2405 closed 4 months ago

paulora2405 commented 4 months ago

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.

Jorman commented 4 months ago

Hi, thanks for your support, I actually didn't notice these typos! Yes it is true you have to do it this way if you have complex passwords

Thanks for the tip