-
-
Notifications
You must be signed in to change notification settings - Fork 884
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
Comments are not synced to my lemmy instance #2507
Comments
Did you subscribe to the community before these comments were created? And did were previous posts/comments federated normally? I also dont understand why the curl command fails, seems very strange. Here is how it looks in the database, so the comment is clearly not deleted and ap_id is correct.
The comment https://lemmy.ml/comment/311538 has the same problem, but everything else works fine. |
Hi, both of the Questions yes.. |
It looks like there is a bug with those specific comments. We need a way to reproduce it in order to fix it. |
Should I create a new post from within my instance in a specific community where we could investigate? |
Yes, you can use https://lemmy.ml/c/test or https://voyager.lemmy.ml/ for testing. |
Done: https://lemmy.rimkus.it/post/19785 only difference in this post is, that it has an URL (link to this issue). |
I made a comment there, and lemmy-ui showed an error "Unknown" without further details. Same happens when i edit it, and the comment doesnt get federated. Here is the error log from server:
|
Please tell me if I can do anything on my side to help investigate. e.g is it worth, and if so, is there a way to check if my instance is reachable via websocket? |
It has nothing to do with websocket, but seems to be some weird database problem on lemmy.ml. Could you also make posts in https://voyager.lemmy.ml/c/main and https://ds9.lemmy.ml/c/main to see what happens there? Im also curious if the problem happens with other user accounts from your instance. |
I added a post on voyager.lemmy.ml and ds9.lemmy.ml |
Both of these work fine, so it really seems like a problem with lemmy.ml. Still no clue what could cause this. Could you create a test user on your instance, and post on lemmy.ml with that? |
I've created a new user and made a post in lemmy.ml voyager.lemmy.ml and ds9.lemmy.ml |
I just found the problem, your user was marked as deleted on lemmy.ml. Did you previously delete the account, or do anything unusual with it? @dessalines It seems like lemmy-ui doesnt show any indication that a user was deleted, not even on the profile page. |
The only thing that is special on that user is, that I completely removed my instance (due to messed up database after the postgreSQL version upgrade) and re-created from Scratch (under the same Domain). And added the exact Same Username+email combination. |
@Nutomic wouldn't lemmy update that user after a day, in the same way that it refreshes its pubkey? |
It doesnt update the deleted field. Should that be changed? Im not sure. https://github.com/LemmyNet/lemmy/blob/main/crates/apub/src/objects/person.rs#L163 |
Ya it should. |
Found a bug? Please fill out the sections below. 👍
For front end issues, use lemmy-ui
Issue Summary
I've created a Post on lemmy.ml from the Account of my own instance
Link from my instance: https://lemmy.rimkus.it/post/18380
Link from lemmy.ml: https://lemmy.ml/post/541198
All Comments from Users of lemmy.ml are not synced. Doing the Troubleshooting advice from here:
https://join-lemmy.org/docs/en/administration/troubleshooting.html#other-instances-cant-fetch-local-objects-community-post-etc
for e.g. the comment https://lemmy.ml/post/541198/comment/313692 for which the canonical url is: https://lemmy.ml/comment/313692
'NotFound' is returned. I think this could be the cause that the comments are not synced to my instance.
But why are the comments not accessible by their direct url's?
I'm using the latest productive lemmy 0.16.7 via docker by the way
Thanks and kind regards
Jonny
The text was updated successfully, but these errors were encountered: