-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error: reqwest::Error #7
Comments
Hi @madejackson, thanks for reporting this bug. I will need a few more information to be able to work on this.
|
Hi Mateo, Thanks for investigating this. So it doesn't really matter unfortunately. The Error is present for all inputs and the bazarr log stays empty (also true with debugging enabled in bazarr settings):
|
Thanks for looking into it. In order to further debug what went wrong, can you please kindly provide the following information:
|
Yes no Problem, Here you go: Episodes for series with ID 1: Movies (length 100): Headers:
|
I'm experiencing an issue that looks similar to his
my config.json looks like
Something that might be relevant is that the base URL of Bazarr is not Thanks in advance! |
Thank you for reaching out! I am working on reproducing this bug. Additionally, I will improve the error reporting procedure in v1.4 which will help detecting what went wrong. |
I have the exact same issue with a base URL |
Exactly the same error here, also using a base URL bazarr is accessible from < IP address >/bazarr Bazarr Bulk CLI v0.1.4 |
Short update, i was able to fix it on my side. I used a base docker image to talk directly to bazarr, bypassing traefik (woahbase/alpine-ssh) I just installed it the manual way inside this container and run the bb commands and it works. |
I understand the problem now, and will push a fix soon. Thanks |
…ing any leading or trailing slashes from the base url
fix(#7): add "base" key in config to specify base url
v0.1.5 is released including the fix for base URL. You can set your base URL in the config.json file. Example: {
"host": "0.0.0.0",
"protocol": "http",
"apiKey": "<YOUR_API_KEY>",
"port": "6767",
"baseUrl": "bazarr" <- OPTIONAL field (may include trailing/leading slash)
} Thanks for your involvement in resolving this problem. |
I get following Error trying to run any command:
Bazarr is V1.4.2 on k3s behind traefik with authentik (/api is excluded from authentik)
{ "host": "bazarr.local.REDACTED", "protocol": "https", "port": "443", "apiKey": "REDACTED" }
Tried from Pop!OS 22.04 with bazarr-bulk 0.1.2 (installed automatically or manually, same issue)
The text was updated successfully, but these errors were encountered: