I am getting a ton of errors in my single-user lemmy install. It’s likely a configuration issue but I can’t figure it out.
When I try to search for a remote community, I get this error:
srv-lemmy-1 | 2023-06-21T05:49:22.923593Z WARN lemmy_server::root_span_builder: couldnt_find_community: Failed to resolve actor for lemmy@lemmy.ml
srv-lemmy-1 | 0: lemmy_apub::fetcher::resolve_actor_identifier
srv-lemmy-1 | at crates/apub/src/fetcher/mod.rs:16
srv-lemmy-1 | 1: lemmy_apub::api::read_community::perform
srv-lemmy-1 | with self=GetCommunity { id: None, name: Some("[email protected]"), auth: Some(Sensitive) }
srv-lemmy-1 | at crates/apub/src/api/read_community.rs:30
srv-lemmy-1 | 2: lemmy_server::root_span_builder::HTTP request
srv-lemmy-1 | with http.method=GET http.scheme="http" http.host=lem.amd.im http.target=/api/v3/community otel.kind="server" request_id=299619ee-3e51-4833-9311-84f1182aaa3f
srv-lemmy-1 | at src/root_span_builder.rs:16
srv-lemmy-1 | LemmyError { message: Some("couldnt_find_community"), inner: Failed to resolve actor for lemmy@lemmy.ml, context: "SpanTrace" }
and then nothing comes up in search
If I search a few times, I can usually get something to trigger (though no logging occurs at the WARN level) and pictrs starts downloading.
Search will still show nothing but then i can got to /c/[email protected] and it will appear.
Any ideas?
You must log in or register to comment.