menos08642

joined 1 year ago
[–] menos08642 1 points 1 year ago

Figured it out. I was needing ProxyPreserveHost On set in my apache virtualhost.

[–] menos08642 1 points 1 year ago

blarg from lemmy.world

 

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?

[–] menos08642 5 points 1 year ago (1 children)

Pixel 7 Pro here.

[–] menos08642 5 points 1 year ago* (last edited 1 year ago)

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.

[–] menos08642 1 points 1 year ago

That did it. Thanks!

 

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]](/c/[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?

[–] menos08642 44 points 1 year ago (10 children)

That's gonna be a disaster. I'm waiting to see how he spins the "why did you lie about your interactions with the Apollo dev?" questions.

[–] menos08642 3 points 1 year ago (1 children)

That's where I'm at with my self hosted, trying to figure out how to federate with other instances. Was there a writeup you were able to follow?