[GH-ISSUE #828] HTTP 400 Error on get_lyrics with timestamp #512

Closed
opened 2026-02-27 23:01:12 +03:00 by kerem · 1 comment
Owner

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:

playlist = yt.get_watch_playlist("2IzNKRg5uZs", limit=1)
browseId = playlist.get("lyrics")
lyrics = yt.get_lyrics(browseId, True)

but this works without timestamps
lyrics = yt.get_lyrics(browseId, False)

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: ``` playlist = yt.get_watch_playlist("2IzNKRg5uZs", limit=1) browseId = playlist.get("lyrics") lyrics = yt.get_lyrics(browseId, True) ``` but this works without timestamps `lyrics = yt.get_lyrics(browseId, False)`
kerem 2026-02-27 23:01:12 +03:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@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=1 doesn't do anything. https://ytmusicapi.readthedocs.io/en/stable/faq.html#why-is-ytmusicapi-returning-more-results-than-requested-with-the-limit-parameter

<!-- gh-comment-id:3513863011 --> @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=1` doesn't do anything. https://ytmusicapi.readthedocs.io/en/stable/faq.html#why-is-ytmusicapi-returning-more-results-than-requested-with-the-limit-parameter
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#512
No description provided.