[GH-ISSUE #641] Empty artists list when searching with filter set to "songs" #434

Closed
opened 2026-02-27 23:00:46 +03:00 by kerem · 0 comments
Owner

Originally created by @xnetcat on GitHub (Aug 18, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/641

Describe the bug
Empty artists list when searching with filter set to "songs"

To Reproduce

from ytmusicapi import YTMusic

client = YTMusic(language="de")

search_term = "PLS282300109"

results = client.search(search_term, filter="songs") # Remove the filter and and artist field will be populated

print(results)

Additional context
image

image

image

Originally created by @xnetcat on GitHub (Aug 18, 2024). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/641 **Describe the bug** Empty artists list when searching with filter set to `"songs"` **To Reproduce** ```python from ytmusicapi import YTMusic client = YTMusic(language="de") search_term = "PLS282300109" results = client.search(search_term, filter="songs") # Remove the filter and and artist field will be populated print(results) ``` **Additional context** ![image](https://github.com/user-attachments/assets/35532c94-59cf-4002-8ec4-1bb7cfb69ae8) ![image](https://github.com/user-attachments/assets/459dcb66-5a4a-4be0-b0a8-ba397c8b55aa) ![image](https://github.com/user-attachments/assets/d6bc9d98-9e10-49f7-9a86-fab1db1cd1e1)
kerem closed this issue 2026-02-27 23:00:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#434
No description provided.