Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to automatically log in to qBittorrent #1324

Open
iferencz opened this issue Apr 12, 2024 · 1 comment
Open

Unable to automatically log in to qBittorrent #1324

iferencz opened this issue Apr 12, 2024 · 1 comment

Comments

@iferencz
Copy link

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!

@LinuxServer-CI
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Non-Docker Issues
Development

No branches or pull requests

2 participants