-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 add qBittorrent (invalid base url) #187
Comments
What is the base URL that you are entering? |
I've tried a few different things. First I tried http://localhost:port, but realized that might not be working because Kapowarr is running in a container. I then tried http://subdomain.whatbox.ca:port (subdomain and port redacted), but that didn't work. I then tried https://qbittorrent.subdomain.box.ca (subdomain redacted) since Whatbox allows for proxying via a specific subdomain. None of them worked.On Oct 9, 2024, at 7:53 AM, Casvt ***@***.***> wrote:
What is the base URL that you are entering?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Do you get "Invalid base URL or version too low; at least v4.1"? Or "Can't connect; invalid base URL"? The first means it was able to connect, but received a 404 Not Found. The second means an error when trying to make the request, suggesting an invalid URL. Is your qBittorrent instance at least v4.1? |
I'm running qBittorrent v.4.6.6. The exact error I'm getting is "Can't connect; invalid base URL". I'm not sure what else to do because the URLs I'm putting in there are exactly the same as what I use to access the webUI for qBittorrent. |
Can you set the log level to DEBUG in the settings, then reproduce the problem, then share the produced logs? |
Sure thing. Below are the logs. I tried adding qBittorrent via all the URLs that it's accessible by. I did redact the logs to replace the actual URLs and ports with [HOST 1], [HOST 2], and [PORT]. Let me know if you require that specific information.
|
In the browser, when you go to You're running using Docker. Does the container maybe somehow not have access to "the outside"? When you run the container using an extra port mapping, with something like |
I get the message |
Description of the bug
Can't add qBittorrent to download clients (invalid base url)
To Reproduce
Expected behaviour
I expect the download client to be added.
Version info
Kapowarr version v1.0.0
Python version 3.8.17.final.0
Database version 27
Database location /app/db/Kapowarr.db
Data folder /app
Running docker-compose.yml via Podman on Gentoo based linux box.
Additional context
I have tried using multiple different base urls (all of which work with other -arr apps. I'm not really sure how to further troubleshoot/diagnose.
The text was updated successfully, but these errors were encountered: