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

No playlists in "Add to Playlist" dialog #311

Closed
DawnPaladin opened this issue Oct 16, 2023 · 2 comments · Fixed by #484
Closed

No playlists in "Add to Playlist" dialog #311

DawnPaladin opened this issue Oct 16, 2023 · 2 comments · Fixed by #484
Labels
bug Something isn't working

Comments

@DawnPaladin
Copy link

Expected Behavior

I can right-click a track, click "Add to Playlist", and select a playlist to add the track to.

Current Behavior

The "Playlists" box is dead. The cursor doesn't change on hover, and nothing happens when I click in it.

image

In the console, I see:

renderer.js:2295 GET http://10.10.10.5:7777/api/playlist?_end=0&_order=ASC&_sort=name&_start=0&smart=false 500 (Internal Server Error)

The response payload for that request is:

{"error":"no such column: smart"}null

Steps to Reproduce

Right-click a track anywhere in the app and click "Add to Playlist"

Your Environment

  • Application version (e.g. v0.1.0) : 0.4.0
  • Operating System and version (e.g. Windows 10) : MacOS 1.12.1
  • Server and version (e.g. Navidrome v0.48.0) : Navidrome 0.47.5
@DawnPaladin DawnPaladin added the bug Something isn't working label Oct 16, 2023
@DawnPaladin
Copy link
Author

Fixed the issue by updating to Navidrome 0.49.3. It would be nice to have better error handling for this, though.

@jsspen
Copy link

jsspen commented Mar 3, 2024

I just had this happen on 0.5.3. Restarting the client fixed it.

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.

2 participants