We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ENV: Win10, 21H2, Python: 3.10.2
'NoneType' object is not iterable
Job 0 failed: 'NoneType' object is not iterable Traceback (most recent call last): File "C:\Users\johndeo\AppData\Local\Programs\Python\Python310\lib\site-packages\unitunes\gui\engine.py", line 109, in _process_queue job.execute() File "C:\Users\johndeo\AppData\Local\Programs\Python\Python310\lib\site-packages\unitunes\gui\engine.py", line 66, in execute self.pm.pull_playlist( File "C:\Users\johndeo\AppData\Local\Programs\Python\Python310\lib\site-packages\unitunes\main.py", line 209, in pull_playlist remote_tracks = service.pull_tracks(uri) File "C:\Users\johndeo\AppData\Local\Programs\Python\Python310\lib\site-packages\unitunes\services\ytm.py", line 139, in pull_tracks return self.results_to_tracks(tracks) File "C:\Users\johndeo\AppData\Local\Programs\Python\Python310\lib\site-packages\unitunes\services\ytm.py", line 127, in results_to_tracks return list( File "C:\Users\johndeo\AppData\Local\Programs\Python\Python310\lib\site-packages\unitunes\services\ytm.py", line 171, in raw_to_track artists=[AliasedString(value=artist["name"]) for artist in raw["artists"]], TypeError: 'NoneType' object is not iterable Finished job 0: Pull Your Likes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ENV: Win10, 21H2, Python: 3.10.2
'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: