-
Notifications
You must be signed in to change notification settings - Fork 27
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
"Unexpected end of JSON input" When trying to get all videos from a user ... #10
Comments
@palmthree-studio for what it's worth, I'm getting the same thing getting video info... |
Hey @palmthree-studio and @weisensee, You are getting this error because the api which is used by the library to fetch the videos without watermark is down. I have been looking for alternatives for some time now. Will be fixed soon 🤘🏼 |
If the api is only down to download the videos without watermark, is there maybe a way to get the videos with watermark? I am only interested in the data from the videos of a user. I don't need the videos themselves. Is there any way to customize the repository somewhere so you can use that for this? |
@naseif I also get the |
Same error for python implementations |
Fixed in 6a8bea4, Please update the library to the latest version |
looks like the issue's back, using 1.4.1 |
I'm still having the same issue, also using 1.4.1. |
Hello,
I've tried anything that I can, but I am never able to get all videos from a user ...
I always have this error : invalid json response body at https://api2.musical.ly/aweme/v1/aweme/detail/?aweme_id=7144372530571267333 reason: Unexpected end of JSON input. type: 'invalid-json';
This is my code :
Can you help me to figure it out ?
Thanks !
The text was updated successfully, but these errors were encountered: