-
-
Notifications
You must be signed in to change notification settings - Fork 75
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 loading video - [GET] "/api/videos/aqz-KE-bpKQ": 500 Internal Server Error #2851
Comments
Can you try the dev image? It has a fix for the streaming data thing. |
I'm having the same issue everyday on the official instance, the website works for awhile and then I start to the the error "500 Cannot read properties of undefined (reading 'name')" |
This is because of IP rate limiting by google |
@Klar I have updated the dev image with better error handling. Could you try it again with the latest image? |
Thanks for updating.
I'm gonna try the Youtube Cookie Method to see if this fixes it. https://viewtube.wiki/configuration/advanced/#youtube-cookie |
I tried it like
but still get the samer error message, do I need to make the cookie from the same ip address? |
I still get the error "Sign in to confirm you’re not a bot - This helps protect our community. Learn more" it seems the error message is somehow not correct or my environment variable for youtube cookie is not working. Any way to debug this a bit better? (I don't see the youtube cookie message in my docker logs) |
I think that's a new thing YouTube is doing. It just means they don't trust your IP. |
Are you using a reverse proxy like nginx i have tried it with and without that and its working only without nginx, maybe its the encryption thats getting added |
ok maybe its not that now its not working with or without the proxy again |
I am using haproxy. I haven't changed the setup, only updated the dockerfile version. I will test the same setup on another server (IP) and let you know if it works. |
new IP / Server same error (Sign in to confirm you’re not a bot - This helps protect our community. Learn more) |
i got it working on my home machine what kind of proxy do i need to use to test from my remote server with VIEWTUBE_PROXY_URL? http https socks ? do is put the url like this myproxurl:port or like this http://myproxurl:port |
It supports http, https and socks proxies. For example: VIEWTUBE_PROXY_URL="https://proxy.example.com:8555" |
i got it working for a brief time using a socksproxy to my home network but now its not working again. it loads the thumbnail which it didnt before and the result form api/videos/id looks much more complete but the loading animation wont stop and the play button is not showing even on viewtube.io |
FYI: yt-dlp/yt-dlp#10128 |
Describe the Bug
every video gets the following error:
Steps to Reproduce the Bug
Expected Behaviour
playing video
Device Info
Running 0.16.2, tried on different browsers / devices.
Not sure if it has to do with the setting "Rewrite YouTube Urls"
I get another error when setting it off:
Setting off and site refresh (F5):
viewtube docker log:
The text was updated successfully, but these errors were encountered: