Can't get timestamped lyrics after browser authentication #835
Unanswered
hamzaozbay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
this issue #828 still continue for me.
4 months ago in my project i can get lyrics with timestamp with oauth authentication. But after oauth changes #813 i changed to browser authentication and right now i can't get lyrics with timestamp but can get without timestamp.
when i try with
yt.get_lyrics(browseId, True)i get error
but this works fine
yt.get_lyrics(browseId, False)what would be the problem? any help would be appreciated
All reactions