-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Channel page doesn't load when HTTP Basic Auth is active #599
Comments
I cannot reproduce this one the channel page loads fine on my server with basic auth. Care to share the invidious server version ? |
I edited my first post. I confirmed described tests a moment ago. Clipious' logs without HTTP Auth Basic:
Apache's logs without HTTP Auth Basic:
Clipious' logs with HTTP Auth Basic:
Apache's logs with HTTP Auth Basic:
|
How did you get this version of invidious ? I pulled images this morning and I am still on 2024.08.26-4782a67 |
I did 'git pull' && 'make' yesterday. I did this because I wanted to make sure I was testing on the current version of Invidious. But I am sure that this kind of bug also existed on the current official release of Invidious (v2.20240825.2). |
I see. I'm not sure how to reproduce this. Do you use the following parameters on your server ?
I realized I don't use those. |
I don't use these parameters either. I've attached my Invidious configuration. |
Describe the bug
In the context of problem ID 598, I did some tests.
I created a new user and disabled HTTP Basic Auth on Invidious server. I logged in via Clipious as a new user (cookie). There were no problems loading the channel pages. I loaded at least a few of them.
Then I enabled HTTP Basic Auth on Invidious server and cleared the Clipious data and cache. In Clipious I added the same server with login details for HTTP Basic Auth. I logged in as the same user (cookie). In this case I couldn't open the channel pages (see logs below).
That user never logged via token or asking for token.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The channel page should load as if you were connecting to the server without HTTP Basic Auth.
Screenshots
none
Smartphone (please complete the following information):
Additional context
[INFO] [Service] - 2024-09-21 21:14:39.632724 - calling https://xxxxxxxxxx/api/v1/trending?region=US
[INFO] [Service] - 2024-09-21 21:14:39.681168 - Response from GET https://xxxxxxxxxx/api/v1/popular, status: 200
[INFO] [Service] - 2024-09-21 21:14:40.550929 - Response from GET https://xxxxxxxxxx/api/v1/trending?region=US, status: 200
[INFO] [Service] - 2024-09-21 21:15:10.352193 - calling https://xxxxxxxxxx/api/v1/auth/subscriptions
[INFO] [Service] - 2024-09-21 21:15:10.515448 - Response from GET https://xxxxxxxxxx/api/v1/auth/subscriptions, status: 403
[SEVERE] [Service] - 2024-09-21 21:15:10.515827 - Error while calling service: Unexpected char 'B' at line 1, column 1
The text was updated successfully, but these errors were encountered: