mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #116] [Bug Report] Playlist Item Exists, Item Track is None #102
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SkilletWarez on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/116
Originally assigned to: @Googolplexed0 on GitHub.
C:\Users\ERL>zotify https://open.spotify.com/playlist/37i9dQZF1DWVjrTQlvqTHF
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "c:\users\erl.local\bin\zotify.exe_main.py", line 6, in
sys.exit(main())
~~~~^^
File "C:\Users\ERL\pipx\venvs\zotify\Lib\site-packages\zotify_main.py", line 140, in main
args.func(args, modes)
~~~~~~~~~^^^^^^^^^^^^^
File "C:\Users\ERL\pipx\venvs\zotify\Lib\site-packages\zotify\app.py", line 78, in client
perform_query(args)
~~~~~~~~~~~~~^^^^^^
File "C:\Users\ERL\pipx\venvs\zotify\Lib\site-packages\zotify\app.py", line 69, in perform_query
raise e
File "C:\Users\ERL\pipx\venvs\zotify\Lib\site-packages\zotify\app.py", line 44, in perform_query
Query(Zotify.DATETIME_LAUNCH).request(urls).execute()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\ERL\pipx\venvs\zotify\Lib\site-packages\zotify\api.py", line 1686, in execute
self.parse_direct_metadata(*self.fetch_direct_metadata(direct_reqs_objs))
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ERL\pipx\venvs\zotify\Lib\site-packages\zotify\api.py", line 1510, in parse_direct_metadata
obj.parse_metadata(item_resp)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "C:\Users\ERL\pipx\venvs\zotify\Lib\site-packages\zotify\api.py", line 1219, in parse_metadata
track_or_ep[ADDED_AT] = item[ADDED_AT]
~~~~~~~~~~~^^^^^^^^^^
TypeError: 'NoneType' object does not support item assignment
@Googolplexed0 commented on GitHub (Nov 17, 2025):
I ran the same command and did not experience this issue. At the time you saw this, did the playlist have local files in it?
@SkilletWarez commented on GitHub (Nov 17, 2025):
I rerun the command using the updated branch.. it worked. I dont know why it never worked previously