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) #3996

Closed
rodlord5000 opened this issue Jul 19, 2023 · 1 comment
Closed

[Bug] Index out of bounds (IndexError) #3996

rodlord5000 opened this issue Jul 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@rodlord5000
Copy link

Describe the bug
Receiving an Index out of bounds (IndexError) when trying to import a YouTube subscription list CSV as per the instructions at https://docs.invidious.io/export-youtube-subscriptions/

Steps to Reproduce

Go to Subscriptions -> Manage Subscriptions -> Import/Export -> Import YouTube subscriptions, select the file you just downloaded and click on Import

Logs
Title: Index out of bounds (IndexError)
Date: 2023-07-19T09:37:21Z
Route: /data_control?referer=%2Ffeed%2Fpopular
Version: 2023.07.16-69e2eac @ master

Backtrace

Index out of bounds (IndexError)
  from /usr/share/crystal/src/json/parser.cr:117:5 in 'update_data_control'
  from lib/kemal/src/kemal/route.cr:12: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 src/ext/kemal_static_file_handler.cr:112:11 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'
  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 ???

@rodlord5000 rodlord5000 added the bug Something isn't working label Jul 19, 2023
@unixfox
Copy link
Member

unixfox commented Jul 19, 2023

Probably a duplicate of #3593

@unixfox unixfox closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 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

No branches or pull requests

2 participants