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

[Bug] Index out of bounds (IndexError) - video page #3722

Closed
r4gn4r0ek opened this issue Apr 2, 2023 · 0 comments · Fixed by #3825
Closed

[Bug] Index out of bounds (IndexError) - video page #3722

r4gn4r0ek opened this issue Apr 2, 2023 · 0 comments · Fixed by #3825
Labels
bug Something isn't working

Comments

@r4gn4r0ek
Copy link

Describe the bug

Steps to Reproduce

**Title: Index out of bounds (IndexError)
Date: 2023-04-02T00:05:09Z
Route: /watch?v=rkXVjO1rB7Y
Version: 2023.04.01-8abbfd2 @ master

Backtrace

Index out of bounds (IndexError)
  from /usr/share/crystal/src/indexable.cr:914:29 in '[]'
  from /usr/share/crystal/src/string.cr:5054:15 in 'parse_video_info'
  from src/invidious/videos/parser.cr:92:12 in 'extract_video_info:video_id'
  from src/invidious/videos.cr:377:10 in 'fetch_video'
  from src/invidious/videos.cr:365:13 in 'get_video:region'
  from src/invidious/routes/watch.cr:63: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:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28: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:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'process'
  from /usr/share/crystal/src/http/server.cr:500:5 in '->'
  from /usr/share/crystal/src/fiber.cr:146:11 in 'run'
  from ???

**

Screenshots

Additional context

@r4gn4r0ek r4gn4r0ek added the bug Something isn't working label Apr 2, 2023
@unixfox unixfox changed the title [Bug] Index out of bounds (IndexError) [Bug] Index out of bounds (IndexError) - video page Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant