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

Newly created playlists aren't shown in the app #713

Open
Diegovsky opened this issue Apr 11, 2024 · 7 comments
Open

Newly created playlists aren't shown in the app #713

Diegovsky opened this issue Apr 11, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@Diegovsky
Copy link
Collaborator

Describe the bug
See title

To Reproduce
Steps to reproduce the behavior:

  1. Create playlist from the app
  2. Named it whatever you want
  3. It is not added to your playlists in the UI
  4. It exists on the official client

Expected behavior
Playlists should be shown after being created

@Diegovsky Diegovsky added the bug Something isn't working label Apr 11, 2024
@Diegovsky Diegovsky added this to the 4.2 version wishlist milestone Apr 11, 2024
@davidosdr
Copy link

I have the same issue, did you solved it?

@basdp
Copy link

basdp commented Apr 12, 2024

I just installed for the first time, and NO playlists load. Might be same issue. I also noticed this is with most apps that use the Spotify API. Not all though. Maybe the API changed?

@Diegovsky
Copy link
Collaborator Author

I just installed for the first time, and NO playlists load. Might be same issue. I also noticed this is with most apps that use the Spotify API. Not all though. Maybe the API changed?

This is funny. My app shows all playlists I have created, but I have it installed since a long time ago. If you manage to get more information about that, I would be glad to work on a fix!

Note that folders aren't shown in the app. I'm not even sure if it's something exposed by their API.

@Diegovsky
Copy link
Collaborator Author

I have the same issue, did you solved it?

Well, you can restart the app for now. Though, it is more of a hack than a fix.

@paulocoghi
Copy link

Same issue as @basdp. No playlists at all

@FliiFe
Copy link

FliiFe commented May 26, 2024

I'm not sure if those two issues really have the same origin, but I'm in the group of those who can't get any playlist to load at all.

Here is some log from Spot which does suggest a change in API (or something unexpected, at least)

[src/api/cached_client.rs:224:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:224:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 18452)
[src/api/cached_client.rs:224:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:224:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 18452)
[2024-05-26T22:13:37Z ERROR spot::app::components] Spotify API error: invalid type: null, expected a sequence at line 1 column 18452
[src/api/cached_client.rs:224:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:224:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 18452)
[2024-05-26T22:13:38Z ERROR spot::app::components] Spotify API error: invalid type: null, expected a sequence at line 1 column 18452

@potatoes1286
Copy link

potatoes1286 commented Jun 25, 2024

I'm not sure if those two issues really have the same origin, but I'm in the group of those who can't get any playlist to load at all.

Here is some log from Spot which does suggest a change in API (or something unexpected, at least)

[src/api/cached_client.rs:224:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:224:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 18452)
[src/api/cached_client.rs:224:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:224:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 18452)
[2024-05-26T22:13:37Z ERROR spot::app::components] Spotify API error: invalid type: null, expected a sequence at line 1 column 18452
[src/api/cached_client.rs:224:17] &cache_key = "me_playlists_0_30.json"
[src/api/cached_client.rs:224:17] e = Error("invalid type: null, expected a sequence", line: 1, column: 18452)
[2024-05-26T22:13:38Z ERROR spot::app::components] Spotify API error: invalid type: null, expected a sequence at line 1 column 18452

This issue seems to be related to #715, but I dont know how much this is related to the other people in this thread.

Just copying what I said there:

I did some testing on the repo. It doesn't know how to handle playlists with no images, and crashes...

In the meantime while this isn't fixed, add an image or delete any playlists you have that has the default beamed eighth-note image.

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

6 participants