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] Cryptic error message for non-existent playlist #4507

Open
opk12 opened this issue Mar 30, 2024 · 1 comment
Open

[Bug] Cryptic error message for non-existent playlist #4507

opk12 opened this issue Mar 30, 2024 · 1 comment
Labels
bug Something isn't working module:playlists

Comments

@opk12
Copy link

opk12 commented Mar 30, 2024

Describe the bug
When following an old link found on a website that points to a now-deleted playlist, the error message is Could not extract playlistSidebarRenderer which does not explain the real problem and frames it as an Invidious bug.

Steps to Reproduce

  1. Make a playlist.
  2. Check that it works on Invidious.
  3. Delete the playlist.
  4. Open the playlist via Invidious.
  5. Read cryptic error message.
@opk12 opk12 added the bug Something isn't working label Mar 30, 2024
@tealamore
Copy link

This is the line that causes this message:

raise InfoException.new("Could not extract playlistSidebarRenderer.") if !playlist_sidebar_renderer

Seems like we'd just need to change that message to state it's a non-existent playlist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:playlists
Projects
None yet
Development

No branches or pull requests

3 participants