-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug] Missing hash key: "browseEndpoint" (KeyError) #4133
Comments
I can't reproduce the error on any other Invidious instance. It doesn't occur on yewtu.be, and just returns unrelated videos. It seems that searching the "-opPozIBXqM" video ID doesn't work on YouTube as well. |
I found a similar bug just now on vid.puffyan.us for two search terms. They reliably reproduce the key error there but work perfectly on other instances. Maybe it's site-specific due to a different salt being used or random number generator seed at startup or something? Or is the instance name a part of the hash input? It seems the Crystal Language has quite a lot of "Missing hash key" issues, some closed due to inability to reproduce. This might indicate that it's something not specific to iv. |
I got the same bug, well reproducible on 6 (german) instances with 3 different SW versions (2023.12.06-9e8baa35, 2024.01.29-c005ada, 2024.01.10-1c0b420). The backtrace from the first appears a bit more verbose to me. I hope, this may give some more insight:
|
Describe the bug
error when searching for
watch:<specific video code>
.Did not occur on
kpGdeUE26Dk
.Steps to Reproduce
Steps to reproduce the behavior:
watch:-opPozIBXqM
Logs
Title:
Missing hash key: "browseEndpoint" (KeyError)
Date:
2023-10-01T02:17:17Z
Route:
/search?q=watch%3A-opPozIBXqM
Version:
2023.09.18-bb14f79 @ master
Backtrace
Screenshots
Additional context
Instance: yt.artemislena.eu
Browser: Firefox
OS: Windows
The text was updated successfully, but these errors were encountered: