-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue #19
Comments
@DonCappuccin0 Can you send the Spotify playlist you were trying to download? I will try to reproduce the error and fix it |
https://open.spotify.com/playlist/26W48aF16ZoJFGvqjyAKrV?si=1ad9af3c16f04229
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Saturday, December 11th, 2021 at 16:51, C Vamshi Krishna ***@***.***> wrote:
***@***.***(https://github.com/DonCappuccin0) Can you send the Spotify playlist you were trying to download? I will try to reproduce the error and fix it
—
You are receiving this because you were mentioned.
Reply to this email directly, [view it on GitHub](#19 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AW4HETURN3RF5Q5B52LBVPLUQNXRBANCNFSM5J3EJUUA).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).
|
I'll look into it. |
Hey @DonCappuccin0, I've looked into the code and tried to pinpoint the problem, so I think I kinda figured it out. So there's this song 'Astronomy (8th Light)' in the playlist which is greyed out which means it's either not be available in some regions or got removed because of licensing changes. I solved the issue with the code. I'll release a patch update tomorrow. |
@DonCappuccin0 I've updated the code. You can update it locally using: |
i have this error
Looks like something went wrong :(
Traceback (most recent call last):
File "C:\Users\nizar\AppData\Local\Programs\Python\Python39\lib\site-packages\pymusicdl\musicDL.py", line 92, in main
spotify_downloader().interface()
File "C:\Users\nizar\AppData\Local\Programs\Python\Python39\lib\site-packages\pymusicdl\modules\spotify_downloader.py", line 198, in interface
tracks,alburls = self.get_playlist_tracks(sp, plID)
File "C:\Users\nizar\AppData\Local\Programs\Python\Python39\lib\site-packages\pymusicdl\modules\spotify_downloader.py", line 109, in get_playlist_tracks
if len(playlist['items'][i]['track']['album']['images']) == 0:
TypeError: 'NoneType' object is not subscriptable
The error has been logged to logger.log file in 'musicDL downloads' on Desktop for reference
Take a screenshort and raise an issue in github or send it to the devs
The text was updated successfully, but these errors were encountered: