Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Invalid initial data json, YT Music Support ? #91

Open
Shabinder opened this issue Jul 11, 2021 · 1 comment
Open

Error: Invalid initial data json, YT Music Support ? #91

Shabinder opened this issue Jul 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Shabinder
Copy link

PlaylistID: RDAMVMkgJHhww8Ejc

CODE:

val ytDownloader = YoutubeDownloader()

val request = RequestPlaylistInfo("RDAMVMkgJHhww8Ejc")
val response = ytDownloader.getPlaylistInfo(request)

println(response.status())
println(response.error())

OUTPUT:

error
com.github.kiulian.downloader.YoutubeException$BadPageException: Invalid initial data json

image

Actually, this Playlist link is from Youtube Music and generally, most of the YT MUSIC content is also viewable on Youtube ... but as you can see some is not...

Can you try to include YT Music support too? If that's possible... 👀

@Shabinder Shabinder changed the title Error: Invalid initial data json Error: Invalid initial data json, YT Music Support ? Jul 11, 2021
@sealedtx
Copy link
Owner

@Shabinder it might be possible, i will look

@sealedtx sealedtx added the enhancement New feature or request label Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants