soxfor / qbittorrent-natmap

The objective of this container is to run a script that requests a port forward (via NAT-PMP) from the VPN provider and upon success changes the listening port of the qBittorrent client when running in Docker
133 stars 17 forks source link

update: README.md - add warning for password with special characters #5

Closed Krapaince closed 1 year ago

soxfor commented 1 year ago

Hi @Krapaince

Thank you for the PR.

I'll try and change the qbt_login function to use --data-urlencode in the curl command as does the qbt_changeport Maybe that will actually fix the issue you might have been having?

Krapaince commented 1 year ago

Hi,

Even better if you fix the issue and encode the password properly (got an issue with a password with a & character inside).