this post was submitted on 24 Jun 2023
37 points (100.0% liked)
LemmyRS: Meta
2 readers
1 users here now
Goal
Meta is primarily to talk about the state of lemmyrs.org and the communities within it.
Potential moderator(s) and administrator(s) shall use this to discuss responsibilities.
Rules [Developing]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, the lemmy container kept running into:
despite the fact that:
So you can see that it was unconditionally trying to create a local_site and running into a DB constraint error. I further narrowed it down to this piece of code:
At this point I gave up because I couldn't really tell why
LocalSite::read(pool).await.is_ok()
was, well...not ok.