mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #828] HTTP 400 Error on get_lyrics with timestamp #512
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#512
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 @hamzaozbay on GitHub (Nov 9, 2025).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/828
get_lyrics without timestamp works but with timestamp gives 400: Bad Request error.
latest
To Reproduce
Steps to reproduce the behavior:
but this works without timestamps
lyrics = yt.get_lyrics(browseId, False)@sigma67 commented on GitHub (Nov 10, 2025):
This does not reproduce for me. We have a test for this which is passing.
Also side note,
limit=1doesn't do anything. https://ytmusicapi.readthedocs.io/en/stable/faq.html#why-is-ytmusicapi-returning-more-results-than-requested-with-the-limit-parameter