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 show on sidebar #738

Open
davidosdr opened this issue Dec 8, 2024 · 2 comments
Open

No playlists show on sidebar #738

davidosdr opened this issue Dec 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@davidosdr
Copy link

Describe the bug

After successfully login from the browser into the app, no playlists appear on the sidebar. A popup says check the logs.

To Reproduce
Steps to reproduce the behavior:

Install flathub version 0.5.0

Login from browser

Enter the app

Expected behavior

Playlist are supposed to be on the sidebar

Screenshots
If applicable, add screenshots to help explain your problem.

General information:

  • Distribution: ZorinOS 17 (Ubuntu)
  • Installation method [e. g. built from source, installed from Flathub...]: Flathub
  • Version [e.g. 0.1.0]: 0.5.0
  • Device used [e. g. desktop, phone...]: Desktop

Stack trace:
If applicable, run the application from a terminal and paste relevant log output.

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


(process:2): Adwaita-CRITICAL **: 20:57:42.889: adw_leaflet_set_visible_child: assertion 'contains_child' failed
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
[src/api/cached_client.rs:259:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:259:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 20590)
[2024-12-08T19:57:45Z ERROR spot::app::components] Spotify API error: invalid type: null, expected a sequence at line 1 column 20590
[src/api/cached_client.rs:259:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:259:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 20590)
[2024-12-08T19:57:47Z ERROR spot::app::components] Spotify API error: invalid type: null, expected a sequence at line 1 column 20590
[src/api/cached_client.rs:259:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:259:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 20590)
[2024-12-08T19:57:49Z ERROR spot::app::components] Spotify API error: invalid type: null, expected a sequence at line 1 column 20590

Additional context

I use ZorinOS 17, ubuntu-based distro.

@davidosdr davidosdr added the bug Something isn't working label Dec 8, 2024
@shrapnelnet
Copy link

could you post your whole log? you can see it on a systemd box by typing journalctl -f and opening spot and waiting for the failed API response.

@xou816
Copy link
Owner

xou816 commented Dec 18, 2024

Could you post the content of the me_playlists_0_30.json file or at least the location that triggers the error? it should be in ~/.cache/spot/net or ~/.var/app/dev.alextren.Spot/cache/spot/net for the flatpak version

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

3 participants