lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

Error on deleted user

Open xundeenergie opened this issue 2 years ago • 0 comments

Found a bug? Please fill out the sections below. 👍

For front end issues, use lemmy-ui

Issue Summary

A summary of the bug.

I get a lot of these error-messages, spamming my log.

lemmy_1     | 2022-04-27T16:26:20.565359Z  INFO HTTP request{http.method=POST http.scheme="http" http.host=lemmy.schuerz.at http.target=/inbox otel.kind="server" request_id=2b5e5f8d-64c3-4a3a-b9c6-d57bc2dac9fd}:shared_inbox: lemmy_apub::http: Received shared inbox activity {"@context":"https://www.w3.org/ns/activitystreams","id":"https://mastodon.uno/users/maualbe#delete","type":"Delete","actor":"https://mastodon.uno/u
sers/maualbe","to":["https://www.w3.org/ns/activitystreams#Public"],"object":"https://mastodon.uno/users/maualbe","signature":{"type":"RsaSignature2017","creator":"https://mastodon.uno/users/maualbe#main-key","created":"2022-04-27T16:21:53Z","signatureValue":"ufagWrDMFToUul+HIrp+rQ82HyMw+keaG+/lnXxuWbsj/hxuuzQoH/j8+XM1sc8vZCeXra0mi0LlLcrB+vDqtF5ppT1L8auIoCi5ruURwPuc6zutU3RcMHug+/gWNR8TxuskYHpkIc7qKnnKTUwPoHKBbuQugLVie7
kaaQw3r9qWUznF9CGAK3pJXKpuRtYix+OLOGD02SXiP9BbN4CZdKg5LjhAu2XAorJglRPX6rAqRRmWQ7eRe+vYLtJKnkWKVQihe0gkzXuKwnGrLaFTzVJ0xJCUxcyox2WRq6ZzGXSxZHp1XHRmCrVz5DGQGPRN6r9PiTYMBagS8G5+bfbb1A=="}}
lemmy_1     | 2022-04-27T16:26:20.571099Z  INFO HTTP request{http.method=POST http.scheme="http" http.host=lemmy.schuerz.at http.target=/inbox otel.kind="server" request_id=2b5e5f8d-64c3-4a3a-b9c6-d57bc2dac9fd}:
shared_inbox:receive_activity: lemmy_apub_lib::object_id: Fetching remote object https://mastodon.uno/users/maualbe
lemmy_1     | 2022-04-27T16:26:20.945245Z  WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Fetched remote object https://mastodon.uno/users/maualbe which was d
eleted
lemmy_1     |    0: lemmy_apub::http::receive_activity
lemmy_1     |              at crates/apub/src/http/mod.rs:79
lemmy_1     |    1: lemmy_apub::http::shared_inbox
lemmy_1     |              at crates/apub/src/http/mod.rs:41
lemmy_1     |    2: lemmy_server::root_span_builder::HTTP request
lemmy_1     |            with http.method=POST http.scheme="http" http.host=lemmy.schuerz.at http.target=/inbox otel.kind="server" request_id=2b5e5f8d-64c3-4a3a-b9c6-d57bc2dac9fd http.status_code=400 otel.status
_code="OK"
lemmy_1     |              at src/root_span_builder.rs:16
lemmy_1     |    3: tokio::task::runtime.spawn
lemmy_1     |            with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1     |              at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1     |    4: tokio::task::runtime.spawn
lemmy_1     |            with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1     |              at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1     |    5: tokio::task::runtime.spawn
lemmy_1     |            with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1     |              at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1     |    6: tokio::task::runtime.spawn
lemmy_1     |            with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/arbiter.rs" loc.line=314 loc.col=25
lemmy_1     |              at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1     |    7: tokio::task::runtime.spawn
lemmy_1     |            with kind=block_on task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/task/local.rs" loc.line=468 loc.col=12
lemmy_1     |              at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1     | LemmyError { message: None, inner: Fetched remote object https://mastodon.uno/users/maualbe which was deleted, context: "SpanTrace" }

xundeenergie avatar Apr 27 '22 16:04 xundeenergie