You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulling a YT playlist gives the following error and fails the Job:
Job 0 failed: 'singleColumnBrowseResultsRenderer'
Traceback (most recent call last):
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\unitunes\gui\engine.py", line 109, in _process_queue
job.execute()
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\unitunes\gui\engine.py", line 66, in execute
self.pm.pull_playlist(
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\unitunes\main.py", line 205, in pull_playlist
remote_metadata = service.pull_metadata(uri)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\unitunes\services\ytm.py", line 224, in pull_metadata
res = self.wrapper.get_playlist(uri.uri)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\unitunes\services\ytm.py", line 45, in get_playlist
return self.ytm.get_playlist(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\ytmusicapi\mixins\playlists.py", line 68, in get_playlist
results = nav(response,
^^^^^^^^^^^^^
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\ytmusicapi\parsers\utils.py", line 155, in nav
raise err
File "C:\Users\aet\scoop\apps\python\current\Lib\site-packages\ytmusicapi\parsers\utils.py", line 149, in nav
root = root[k]
~~~~^^^
KeyError: 'singleColumnBrowseResultsRenderer'
Finished job 0: Pull testplaylist
YT service seems to be configured correctly.
Installed version: unitunes==2.0.1 (pip)
Python version: 3.12.4
OS version: windows 11 23h2, ubuntu (wsl)
The text was updated successfully, but these errors were encountered:
Pulling a YT playlist gives the following error and fails the Job:
YT service seems to be configured correctly.
Installed version: unitunes==2.0.1 (pip)
Python version: 3.12.4
OS version: windows 11 23h2, ubuntu (wsl)
The text was updated successfully, but these errors were encountered: