Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

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

@wisefella

Description

@wisefella

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions