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

zero tracks? #12

Closed
gingerlime opened this issue Jul 9, 2023 · 1 comment · Fixed by #13
Closed

zero tracks? #12

gingerlime opened this issue Jul 9, 2023 · 1 comment · Fixed by #13
Labels
bug Something isn't working

Comments

@gingerlime
Copy link
Contributor

Thanks for creating spotify-to-musi. I'm having trouble importing tracks into musi however. The playlist gets imported and I can see the playlist and image in musi, but always with zero tracks

$ spotify-to-musi transfer --playlist https://open.spotify.com/playlist/3UhlWCPM8wFFmAESUcqQRg
SPOTIFY: Loaded Playlist () [0 tracks]
YOUTUBE: Loaded Playlist ()
Querying Spotify [ Playlists ] ...       ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Querying Spotify [ Playlist Tracks ] ... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Querying YouTube...                      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   0% -:--:--
MUSI CODE: 2a45vez
MUSI IMPORT:: MERGE

Is the problem with spotify-to-musi or with the musi restore?

@hexiro
Copy link
Owner

hexiro commented Jul 10, 2023

Hi! Sorry about this! I noticed this issue a little while ago but haven't found a solution yet.

EDIT: I found the bug! Spotify updated its schema and I relied on that part of the schema for the tracks to load so all tracks silently failed to be constructed. I updated the code so that It should now error if that happens again so the issue will be more obvious.

@hexiro hexiro added the bug Something isn't working label Jul 10, 2023
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