Is there a way to retrieve more than 50 posts from a community? I'm playing around with a bot and trying to grab posts in a community. I can 50 and under, but I cannot grab more than 50 posts.
I get the error:
couldnt_get_posts
I am using the post.list in order to try and grab posts:
lemmy.post.list(1234,None,51,None,None.SortType.New,None)
I don't think this is a server side issue as my rate limits are the defaults and fairly large? Is it something in the library I am not setting?
Is there a way to retrieve more than 50 posts from a community? I'm playing around with a bot and trying to grab posts in a community. I can 50 and under, but I cannot grab more than 50 posts.
I get the error:
couldnt_get_postsI am using the post.list in order to try and grab posts:
I don't think this is a server side issue as my rate limits are the defaults and fairly large? Is it something in the library I am not setting?