spot icon indicating copy to clipboard operation
spot copied to clipboard

An error occured. Check logs for details!

Open Ekaums opened this issue 1 year ago • 3 comments

I am trying to play a playlist from the play button, however I get the error "An error occured. Check logs for details!" I have two questions:

  1. Where can I find these logs for details?

  2. I saw this PR was made to resolve the issue. Note that the play button works fine for albums however I get the error message on playlists. Is this just for me or is this a known issue?

Ekaums avatar Aug 03 '24 19:08 Ekaums

same here; fedora flatpak

AlexW00 avatar Jun 20 '25 17:06 AlexW00

Spot logs stuff to stdout or stderr (I'm not sure which one, and can't be bothered to test it). Just run it in a terminal, and (optionally) set RUST_BACKTRACE=full:

flatpak run --env=RUST_BACKTRACE=full dev.alextren.Spot

ondras12345 avatar Jun 20 '25 17:06 ondras12345

Spot logs stuff to stdout or stderr (I'm not sure which one, and can't be bothered to test it). Just run it in a terminal, and (optionally) set RUST_BACKTRACE=full:

flatpak run --env=RUST_BACKTRACE=full dev.alextren.Spot

this is the error im getting, when clicking a playlist (from sidebar) > play button (main screen):

-1; natural size must be >= min size
[2025-06-20T17:50:29Z ERROR spot::app::components::playlist_details::playlist_details_model] Unable to start playback because songs is empty

AlexW00 avatar Jun 20 '25 17:06 AlexW00