this post was submitted on 25 Jun 2023
11 points (100.0% liked)

/0

1560 readers
2 users here now

Meta community. Discuss about this lemmy instance or lemmy in general.

Service Uptime view

founded 1 year ago
MODERATORS
 

Couldn't even get past the start. Immediately failed with

lemmy_1     | thread 'main' panicked at 'Failed to load settings file, see documentation (https://join-lemmy.org/docs/en/administration/configuration.html): LemmyError { message: None, inner: ExpectedF64 at 6:26 at "\n    database: ", context: SpanTrace [] }', crates/utils/src/settings/mod.rs:20:20

if anyone can help, lemme know.

top 9 comments
sorted by: hot top controversial new old
[–] spacedogroy@feddit.uk 10 points 1 year ago (2 children)

Is it an issue of a bad value in a config file (check line 6, column 26)?

[–] db0@lemmy.dbzer0.com 8 points 1 year ago

That was it! Thanks a lot mate!

[–] db0@lemmy.dbzer0.com 4 points 1 year ago

Oh that could be. Lemme check

[–] TWeaK@lemm.ee 1 points 1 year ago (1 children)
[–] db0@lemmy.dbzer0.com 2 points 1 year ago

I don't think that's the problem. Something is going wrong with the docker compose

[–] Zedd00@lemmy.dbzer0.com 1 points 1 year ago (1 children)

Check the permissions on your settings file. The location should be listed on line 20 of mod.rs.

[–] db0@lemmy.dbzer0.com 2 points 1 year ago (1 children)

I did. I even gave it 744. No help

[–] Zedd00@lemmy.dbzer0.com 1 points 1 year ago (1 children)

Did you check the folder permissions? Did you run the upgrade script with the same account you installed with?