Welcome aboard! Folks over on the /r/startrek subreddit were talking about finding a community on lemmy.
Slashzero
- 2 Posts
- 42 Comments
Aww man, no auto-play of gifs? OK…
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoThis was the key that led to to the fix. Thank you!
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoIts federating to lemmy.ca now. : https://lemmy.ca/c/wow@lemmy.ml
I tried search for
https://lemmy.ca/c/wow@lemmy.ml
for giggles, and that also had the exact timeout error.
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoI have no idea what that means, either. I checked all the admin sections, and nothing pending anywhere on my end.
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoThat’s a great idea. I will try some other communities.
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoYes, I have a few comments in the world of warcraft community on lemmy.ml. When I search for that using the shortcode: !wow@lemmy.ml , 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?
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoIt’s possible I have something misconfigured… but what I don’t know!
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English2·2 years agoThank you for this. I will look through it now to see what I can learn.
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoSearched 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:social@links.dartboard.social): 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: "!social@links.dartboard.social", 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
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoThanks! I’ve been searching for known communities I have posts in, but not getting any hits. Using the full shorthand, like:
!wow@lemmy.ml
there are no results.
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoNo, it is not there.
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English1·2 years agoThank you for helping me try to figure this out! I’ve tried full and shortcode but don’t get any results.
I’ve searched for communities here on lemmy.ml I know exist via shortcode but not getting any results.
Slashzero@lemmy.mlOPtoLemmy Support@lemmy.ml•Have an instance running, now what?English2·2 years agoPlease let me know if it isn’t working. My block & allow lists are empty.
Slashzero@lemmy.mltoLemmy Support@lemmy.ml•Help Troubleshooting Email Verification on Self Hosted4·2 years agoI spent the last few hours trying to get mail working on my instance. Eventually I set up postfix on my linux host and had the lemmy docker container use that. Happy to say it is working.
Slashzero@lemmy.mltoLemmy Support@lemmy.ml•Help Troubleshooting Email Verification on Self Hosted3·2 years agoDoes the gmail SMTP server have a limit on how many emails can be sent per day?
You need to put the container name inside the docker network as the host.
I was not sure what you meant by this. The closest possibly was this?
lemmy-ui: image: dessalines/lemmy-ui:0.17.4-rc.4 networks: - lemmyinternal environment: # this needs to match the hostname defined in the lemmy service - LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536 # set the outside hostname here - LEMMY_UI_LEMMY_EXTERNAL_HOST=localhost:1236 - LEMMY_HTTPS=true depends_on: - lemmy restart: always
I changed
localhost:1236
to myFQDM:1236
and it did not seem to have any impact either way. Maybe it did? I honestly don’t know. But, I thank you for the help anyway!
I’m trying Brevo right now which has a free SMTP relay allowing 300 emails every 24 hours. The Brevo admin console shows green, relay setup and verified (adding some TXT DNS entries on my domain registrar).
As far as I can tell, everything is setup, and lemmy.hjson has the email block with the correct smtp-relay address, port, user and password.
I bring lemmy down and back up to pick up the new settings, but when I go add an email address to my user profile and click save, I get an error:
email_send_failed: Connection error: time out 0: lemmy_api::local_user::save_settings::perform
I tried updating to the latest lemmy release candidates for both BE and UI, too. No difference.
GoDaddy, nothing free, but they have office 365 for $1.99 (USD) a month.
I’ll check out Gandi, but assume you can only use their relay if you registered the domain through them?
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. 🤷♂️