You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to load any video redirects to error page. Sometimes switching instances works, but only for a few videos.
Steps to Reproduce
Click on title of video.
Logs
Title: `The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException)`
Date: `2024-03-30T04:55:10Z`
Route: `/watch?v=ZX8BECFpqQw`
Version: `2024.03.08-99a5e9c @ master`
<details>
<summary>Backtrace</summary>
<p>
The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException)
from /usr/share/crystal/src/hash.cr:1080:49 in 'try_fetch_streaming_data'
from src/invidious/videos/parser.cr:112:10 in 'extract_video_info:video_id'
from /usr/share/crystal/src/hash.cr:1185:13 in 'fetch_video'
from src/invidious/videos.cr:379:13 in 'get_video:region'
from src/invidious/routes/watch.cr:55:15 in 'handle'
from lib/kemal/src/kemal/route.cr:13:9 in '->'
from src/invidious/helpers/handlers.cr:30:37 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from src/invidious/helpers/handlers.cr:94:12 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from src/ext/kemal_static_file_handler.cr:106:14 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'handle_client'
from /usr/share/crystal/src/fiber.cr:146:11 in 'run'
from ???
</p>
</details>
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to load any video redirects to error page. Sometimes switching instances works, but only for a few videos.
Steps to Reproduce
Logs
The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException)
from /usr/share/crystal/src/hash.cr:1080:49 in 'try_fetch_streaming_data'
from src/invidious/videos/parser.cr:112:10 in 'extract_video_info:video_id'
from /usr/share/crystal/src/hash.cr:1185:13 in 'fetch_video'
from src/invidious/videos.cr:379:13 in 'get_video:region'
from src/invidious/routes/watch.cr:55:15 in 'handle'
from lib/kemal/src/kemal/route.cr:13:9 in '->'
from src/invidious/helpers/handlers.cr:30:37 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from src/invidious/helpers/handlers.cr:94:12 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from src/ext/kemal_static_file_handler.cr:106:14 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'handle_client'
from /usr/share/crystal/src/fiber.cr:146:11 in 'run'
from ???
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: