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

[debug] Videos: Error when parsing video URL #23

Open
kkwpsi opened this issue Sep 22, 2024 · 1 comment
Open

[debug] Videos: Error when parsing video URL #23

kkwpsi opened this issue Sep 22, 2024 · 1 comment

Comments

@kkwpsi
Copy link

kkwpsi commented Sep 22, 2024

Hello,

I'm using Invidious (2024.09.20-a021b930) and inv_sig_helper on Debian 12 (w/o Docker). Apps are running by the same user. Inv_sig_helper has a unix socket in /home/apps/apps/invidious/tmp/inv_sig_helper.sock. Invidious has a config parameter:

signature_server: /home/apps/apps/invidious/tmp/inv_sig_helper.sock

The programs start. However, at a later stage I do not see that Invidious successfully contacts inv_sig_helper. Nothing appears in the inv_sig_helper journal logs. In turn, in the Invidious logs, when I want to play any clip, many entries appear like:

[info] 302 GET /latest_version?id=<some_id>&itag=18 29.38ms
[debug] Videos: Error when parsing video URL

As a result, with "signature_server" set, no clip can play.
If I remove the "signature_server" setting, Invidious works normally.

Any advice?

@friedkiwi
Copy link
Contributor

The signature server itself doesn't know about the URL being played, this is something that should probably be logged from https://github.com/iv-org/invidious itself. The latest code changes do include additional logging so you can see that invidious is trying to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants