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

get_comment_by_id() throws an exception when passed more than 50 ids #103

Closed
sshivprasad opened this issue Aug 25, 2021 · 1 comment
Closed

Comments

@sshivprasad
Copy link

I have a list of 158 comment thread ids for which I have to extract comment info.
image

However when I pass the list to get_comment_by_id(), it throws an exception
image

#38 - same as the issue here

@MerleLiuKun
Copy link
Member

Yes, Now the id list only accept less than 50. You need call this method more times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants