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

YouTube Music Playlist Pull Error - NoneType object is not iterable #25

Open
wisefella opened this issue Dec 7, 2022 · 0 comments
Open

Comments

@wisefella
Copy link

ENV: Win10, 21H2, Python: 3.10.2

  1. Configure
  1. Attempted to Pull configured playlist
  2. Error: 'NoneType' object is not iterable
  3. Stacktrace:
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
@wisefella wisefella changed the title YouTube Music Playlist Pull Error YouTube Music Playlist Pull Error - NoneType object is not iterable Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant