[GH-ISSUE #356] API is not returning any search results #282

Closed
opened 2026-02-27 22:08:58 +03:00 by kerem · 3 comments
Owner

Originally created by @Ijazweb on GitHub (Mar 2, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/356

is this working ?

Originally created by @Ijazweb on GitHub (Mar 2, 2023). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/356 is this working ?
kerem 2026-02-27 22:08:58 +03:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@sigma67 commented on GitHub (Mar 2, 2023):

of course it is. provide more details

<!-- gh-comment-id:1451444735 --> @sigma67 commented on GitHub (Mar 2, 2023): of course it is. provide more details
Author
Owner

@Ijazweb commented on GitHub (Mar 2, 2023):

from ytmusicapi import YTMusic

yt_client = YTMusic()

search_results = yt_client.search('abc', 'songs', ignore_spelling=True)

print(search_results)

its only return artists but when change to songs then return empty array

<!-- gh-comment-id:1451518963 --> @Ijazweb commented on GitHub (Mar 2, 2023): ``` from ytmusicapi import YTMusic yt_client = YTMusic() search_results = yt_client.search('abc', 'songs', ignore_spelling=True) print(search_results) ``` its only return artists but when change to songs then return empty array
Author
Owner

@sigma67 commented on GitHub (Mar 2, 2023):

Not sure why that's happening for you, but the exact same call is working 100% fine for me.

<!-- gh-comment-id:1452597224 --> @sigma67 commented on GitHub (Mar 2, 2023): Not sure why that's happening for you, but the exact same call is working 100% fine for me.
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#282
No description provided.