Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ME
menos08642 @lemmy.world
Posts 2
Comments 8
Lemmy Support @lemmy.ml menos08642 @lemmy.world

Unable to federate comments

On my self hosted instance I'm trying to federate to other instances. I can successfully search and pull results but when I subscribe I'm not getting new comments or posts that should be flowing in. In my container logs I see a ton of entries of data being pushed but after every 'received activity' log message I get this:

2023-06-13T01:14:28.701468Z WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Invalid signature on request: /inbox 0: lemmy_server::root_span_builder::HTTP request with http.method=POST http.scheme="http" http.host=myhostname http.target=/inbox otel.kind="server" request_id=3ec133f2-72cf-4229-969b-383f77f59e62 http.status_code=400 otel.status_code="OK" at src/root_span_builder.rs:16 LemmyError { message: None, inner: Invalid signature on request: /inbox, context: "SpanTrace" }

Any thoughts?

1
Ukraine's Armed Forces advance another 1,400 metres on Bakhmut front
  • Ukraine is handing out guns to its citizens on an incredibly casual basis

    That was only the case during the first few weeks when Kyiv was under direct threat and the regular citizenry was trying to defend their homes. Now, all fighters are in the TDF, National Guard, Regular Army or other government agencies.

  • Lemmy Support @lemmy.ml menos08642 @lemmy.world

    Unable to search for other communities on new instance

    I've been trying to setup my own instance to play around with. I've got everything mostly working except I can't search/add other communities. No matter what format I use in the search field I get a 'No Results' message. Looking in the container logs I'm seeing this error message:

    ERROR HTTP request{http.method=GET http.scheme="http" http.host=[myspecialhostname.url] http.target=/api/v3/ws otel.kind="server" request_id=dea385d0-9349-40e6-ae41-fb5cadc2ba91 http.status_code=101 otel.status_code="OK"}: lemmy_server::api_routes_websocket: couldnt_find_object: Request error: error sending request for url (https://lemmy.ml/.well-known/webfinger?resource=acct:[email protected]): operation timed out 0: lemmy_apub::fetcher::search::search_query_to_object_id at crates/apub/src/fetcher/search.rs:17 1: lemmy_apub::api::resolve_object::perform with self=ResolveObject { q: "[email protected]", auth: Some(Sensitive) } at crates/apub/src/api/resolve_object.rs:21 2: lemmy_server::root_span_builder::HTTP request with http.method=GET http.scheme="http" http.host=[myspecialhostname.url] http.target=/api/v3/ws otel.kind="server" request_id=dea385d0-9349-40e6-ae41-fb5cadc2ba91 http.status_code=101 otel.status_code="OK" at src/root_span_builder.rs:16

    Any thoughts as to what I'm doing wrong?

    7