Aww man, no auto-play of gifs? OK...
slashzero
This was the key that led to to the fix. Thank you!
Its federating to lemmy.ca now. : https://lemmy.ca/c/[email protected]
I tried search for https://lemmy.ca/c/[email protected]
for giggles, and that also had the exact timeout error.
I have no idea what that means, either. I checked all the admin sections, and nothing pending anywhere on my end.
That's a great idea. I will try some other communities.
Yes, I have a few comments in the world of warcraft community on lemmy.ml. When I search for that using the shortcode: [email protected] , I get an immediate response with no results.
Server side, there is a timeout error in the log, but that is timing out in less than a second.
I wonder if instances need to be allowed to interact with lemmy.ml?
It's possible I have something misconfigured... but what I don't know!
Thank you for this. I will look through it now to see what I can learn.
Searched for that ๐ and checked the logs... timeout issue...
ERROR HTTP request{http.method=GET http.scheme="http" http.host=hakbox.social http.target=/api/v3/ws otel.kind="server" request_id=882fc7cd-bb3f-4df7-b6d4-a9bece907745 http.status_code=101 otel.status_code="OK"}: lemmy_server::api_routes_websocket: couldnt_find_object: Request error: error sending request for url (https://links.dartboard.social/.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=hakbox.social http.target=/api/v3/ws otel.kind="server" request_id=882fc7cd-bb3f-4df7-b6d4-a9bece907745 http.status_code=101 otel.status_code="OK" at src/root_span_builder.rs:16
Thanks! I've been searching for known communities I have posts in, but not getting any hits. Using the full shorthand, like: [[email protected]](/c/[email protected])
there are no results.
No, it is not there.
Iโve seen similar behavior (fail fast,) when there are outbound networking issues from any of the service containers. In one instance, lemmy backend was not able to make any outbound connections to any external services. It wild fail in milliseconds and show a timeout error in the logs.
One hypothesis here could be there are sporadic network issues on the lemmy.ml servers. ๐คทโโ๏ธ