• @smorksA
    link
    12 years ago

    i’m seeing this on my instance as well. as of right now, for this post:

    https://lemmy.ml/post/179265 - 5 comments
    https://lemmy.ca/post/81014 - 2 comments

    not sure if it’s related or not, but just going through my logs, i’m seeing a few warnings similar to this:

    lemmy-lemmy-1  | 2022-02-23T09:59:53.127759Z  WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Header is expired
    lemmy-lemmy-1  |    0: lemmy_apub::http::receive_activity
    lemmy-lemmy-1  |              at crates/apub/src/http/mod.rs:78
    lemmy-lemmy-1  |    1: lemmy_apub::http::shared_inbox
    lemmy-lemmy-1  |              at crates/apub/src/http/mod.rs:40
    lemmy-lemmy-1  |    2: lemmy_server::root_span_builder::HTTP request
    lemmy-lemmy-1  |            with http.method=POST http.scheme="http" http.host=lemmy.ca http.target=/inbox otel.kind="server" request_id=c035e7c0-e8bd-4be0-8aad-34188ca2a875 http.status_code=400 otel.status_code="OK"
    

    a few days ago i was having issues where no comments seemed to be coming over from other instances, but i realized that i forgot to setup time syncing on my server, so i’m guessing my server time was off by more than 10 seconds which was causes federation to not work, according to the docs. but since i got the time sync working, most comments seem to be working, but not all?

        • @smorksA
          link
          12 years ago

          i’m pretty sure searching for it does force it to be “fetched”. you can do the same with comments. but i don’t know why they’re not being federated automatically.

          • Arthur BesseOP
            link
            fedilink
            02 years ago

            i made a few more missing posts appear on other instances by searching for them there, but searching for comment links (to missing comments) hasn’t worked for me yet.

            • @smorksA
              link
              12 years ago

              to search for comments you need to get the comment url, and remove the /post/##### part, so it’s basically just https://[lemmy instance]/comment/#####, and search for that.

              • Arthur BesseOP
                link
                fedilink
                02 years ago

                thanks, that worked, i made a missing comment appear elsewhere.

                oddly the lemmy.ml/comment/xxx URLs are 404 when fetched in my browser, but it did cause the comment to get federated when i searched for a url like that on another instance just now. 🤷