-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
[Bug]: Duplicate Communities Returned in /community/list endpoint #5486
Comments
I can't go through all those zip files, could you just link the specific json lines. And be sure that the actor_ids are the same. |
@Nutomic Even data changes not caused by user action? |
If you dont pass any sort parameter then it uses hot sort by default, so that could change over time. Does the problem also happen if you pass |
Or better, |
Yeah I will try |
Requirements
Summary
In my Lemmy client Echo at times duplicate entries are returned in the responses. I haven't been able to figure out why sometimes it doesn't return any duplicate entries between pages, and other times it does.
I expect there to be no duplicate entries across pages.
Steps to Reproduce
/api/v3/community/list?type_=Subscribed&page=1
page.Technical Details
https://fishcharliepublicbucket.s3-us-west-2.amazonaws.com/Permanent/b73e23be-97c3-48bb-bdbc-bd9f8e9e88a5/lemmy_log.txt
Ubuntu 22.04.5 LTS
In Docker
N/A. Making direct API calls within mobile app.
I have also attached zip files for requests where it was working, and a set of requests where it wasn't working. If you notice in the first two responses of the one where it wasn't working the
Finance
community (community id: 7) was duplicated across page 1 & page 2. The only difference is in the first page it was index 1, and in the second page it was index 0.https://fishcharliepublicbucket.s3-us-west-2.amazonaws.com/Permanent/b73e23be-97c3-48bb-bdbc-bd9f8e9e88a5/Correct.zip
https://fishcharliepublicbucket.s3-us-west-2.amazonaws.com/Permanent/b73e23be-97c3-48bb-bdbc-bd9f8e9e88a5/DuplicateCommunities.zip
Version
0.19.8
Lemmy Instance URL
eventfrontier.com
The text was updated successfully, but these errors were encountered: