-
Notifications
You must be signed in to change notification settings - Fork 40
bug - "unauthorized" when accessing webui #42
Comments
Hi, you can fix this with this solution |
i modified the conf file, but still getting the same error
am i missing something else? |
Hum.... perhaps also try adding these lines to your config:
If that fixes it for you, I might need to add these to the default configuration |
mmm no :( |
this is what i get from the chrome console, maybe it can help |
I had the same problem. I changed settings to the following and now it works:
|
unfortunately this doesn't work for me
|
i see, within the logs, the line |
UPDATE: |
It looks like these lines might be the problem, you might want to disable them
if you wanted to configure all of this "correctly", you might want to set |
Amazing! It works fine now. I removed the lines. |
No problem :) |
I am getting an Anything suspicious? |
I get the "unauthorized" error in Safari but I can login with the same URL in Firefox |
Same here, I get "unauthorized" in my Brave Browser but in Edge it works. Maybe try cleaning your cache in Safari @rimclean |
I use qBittorrent in a freenas jail and meet the same problem. I fix this by manually entering the URL into the address bar, such as: 192.168.1.123:8080, instead of using the hyperlink of manage button in the jail. |
how do I do this and make it a persistent fix? I can change the qB.conf file but when I restart the image it changes the file back. |
Afternoon, Is there any update on this as every time I change the qB.conf and restart the docker container, it reverts back. I am having the same issue regarding not being able to access the Web UI as its saying "Unauthorized". |
I don't know if this is your issue, but it seems that while running the container caches the config (I'm guessing to avoid reading it repeatedly if the forwared port should change). It then writes it's cached version (as it existed when the docker started) when you exit. The solution is you edit your config file while the container is stopped. |
Information
thans for the amazing image!
the initialization goes fine, at least the log seems to say that...
suddenly, it says
To control qBittorrent, access the Web UI at http://localhost:8080
(that is under nat to 8088 on the host due to existing binding, maybe it's the cause?)and then accessing from
fqdn:8088
gives meUnauthorized
Current setup
python image on Docker version 19.03.11, on Ubuntu 20.04.1 LTS kernel 5.4.0-54
docker-compose.yml
file ordocker run
command$ docker run --cap-add=NET_ADMIN -d \ -v xxx:/downloads \ -v xxx:/config \ -v /etc/localtime:/etc/localtime:ro \ -e OPENVPN_PROVIDER=PUREVPN \ -e OPENVPN_CONFIG=de2-ovpn-tcp \ -e OPENVPN_USERNAME=xxx \ -e OPENVPN_PASSWORD=xxx \ -e PUID=1000 \ -e PGID=1000 \ -e LAN=192.168.0.0/24 \ -p 8088:8080 \ guillaumedsde/alpine-qbittorrent-openvpn:python
The text was updated successfully, but these errors were encountered: