mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #327] No BrowseId in ytmusic.get_watch_playlist when running repl.it #254
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#254
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 @lmjaedentai on GitHub (Dec 11, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/327
I use
get_watch_playlistto get to lyrics asBrowseIdinget_lyricsWhen I run this code in my pc, i can get the result I want
But when I run this code in repl.it, the result is None
When I passed a valid BrowseId in
get_lyricsin repl.itI still cant get the result, but same code in my pc can get the result (the lyrics) I want
How can I solve this error?
@sigma67 commented on GitHub (Dec 11, 2022):
From the limited information you have given it seems likely that there is a difference between the two environments, like different credentials
@lmjaedentai commented on GitHub (Dec 11, 2022):
Yes that's all I know. Is the reason possible to be repl.it rate-limit by official youtube music api? Therefore, ytmusicapi cannot return the correct value
@sigma67 commented on GitHub (Dec 12, 2022):
I don't think that's the issue. As the lyrics key is None, it seems that your instance is not properly authenticated. Can you get other library endpoints, like get_library_playlists in repl.it?