Heimdall icon indicating copy to clipboard operation
Heimdall copied to clipboard

Unable to automatically log in to qBittorrent

Open iferencz opened this issue 1 year ago • 1 comments

The configuration page can be connected to the API, but you still need to log in to open qBittorrent through Heimdall.

docker run -d --name=heimdall \
	-e PUID=1000 \
	-e PGID=1000 \
	-p 1000:80 \
	-p 1001:443 \
        -e http_proxy=http://192.168.10.100:7890 \
	-e https_proxy=http://192.168.10.100:7890 \
	-v /root/config:/config \
	linuxserver/heimdall

By looking at the logs of qBittorrent, it seems that there is a problem with the login IP. The normal login IP is 192.168.10.106, while the Heimdall login IP is 172.17.10.1. I don’t know much about Docker. This seems to be a specific IP for Docker? How to solve this problem?Thanks!

iferencz avatar Apr 12 '24 05:04 iferencz

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

LinuxServer-CI avatar May 12 '24 15:05 LinuxServer-CI

This issue is locked due to inactivity

github-actions[bot] avatar Aug 10 '24 15:08 github-actions[bot]