mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #127] KeyError from "search()", missing navigationEndpoint in album result #93
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#93
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 @wsidl on GitHub (Dec 17, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/127
Description
Running a search for track titles also returns album and artist results. "KeyError" is raised before the search function finishes.
Expected behaviour
Current behaviour
Stack Trace:
Additional Points
It does successfully parse many results, but gets stuck on an album entry.
_version.py
@sigma67 commented on GitHub (Dec 18, 2020):
The search query you listed works fine for me. I'm not sure why the album would be missing the browseId.
In your PR you mention the item in question is uploaded or private. How could an uploaded item appear in normal search? As far as I'm aware regular YTMusic songs are strictly separated from uploaded/private items.
Edit: Never mind, I have found another search query to reproduce this.