Unexpected response: <h1>401: Unauthorized</h1>Unauthorized User #2019
-
Anyone know what this means? I aim getting this in the docker terminal output/logs I can open the transmission web page however no downloads start, its like the VPN is not up. Synology was working last week
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The PIA provider has a script that automatically requests an open port and set it in Transmission. This is not well enough documented I see. In previous versions of the container all config had to be set with environment variables so then we knew if the user had enabled auth or not. You can either disable the port-forwarder script as the logs say:
Note that we have had some issues when using special characters in either username or password. So if you still have issues with 401 after setting it, check your credentials and consider changing them. |
Beta Was this translation helpful? Give feedback.
-
Yes that fixed it. |
Beta Was this translation helpful? Give feedback.
The PIA provider has a script that automatically requests an open port and set it in Transmission.
This script communicates with Transmission via RPC so when you set a username/password for the WebUI you also have to provide it to the container for it to be able to set the port.
This is not well enough documented I see. In previous versions of the container all config had to be set with environment variables so then we knew if the user had enabled auth or not.
You can either disable the port-forwarder script as the logs say:
If you want to disable this, set environment variable DISABLE_PORT_UPDATER=true
or you can set the username/password like this: