-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
getComments will throw out an error when the comment count of the video is 0 #95
Comments
I changed to the new version. But it didn't work. |
I don't really like the idea of having yet another config file just so we can get all deps from package.json and mark them as external. So let's add them to the build command manually. #95
Sorry about that, I forgot to mark all dependencies as external in the build command. Should be fixed now (d1f2369). |
@LuanRT Can you please check this problem? |
Hi there, it's likely a network error. I haven't changed anything related to that in the latest commits so it might be something else. You can try using the debug parameter ( |
Problem above is a network problem, sorry about that, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Steps to reproduce
Example:
1.find a video that with no coment( for example: Ja2H4xHnX-0 )
2.take its video id and invoke getComents function
Failure Logs
Expected behavior
return normal response with 0 comment count.
Current behavior
throw out an error when the comment count of the video is 0
Version
Default
Anything else?
No response
Checklist
The text was updated successfully, but these errors were encountered: