-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with complex password #31
Comments
Hi, the error here doesn't seem to come from the password but rather autokuma being unable to parse a message from uptime kuma, please run autokuma with the env var set to Note that this log might contain sensible information, so do not just copy and paste it here. Please also provide the version of autokuma and uptime kuma you are using. |
Hi, Here is an extraction of the log :
kuma: autokuma: |
Looks like there is a problem parsing DateTimes, the only place where this is used is in maintenances and autokuma expects them to be in Iso8601 format. I'm not sure how a differently formatted date might've ended up there and what format it is in. Can you check your logs contain a message with the |
Having the same issue =/ |
Same issue |
Same issue, even when I disable auth |
Hi,
I am trying to install autokuma in docker but i think there is a problem with complex password :
The log :
my docker compose :
my (fake) .env :
test without quote and double quote ( docker compose tried to parse the pass).
The text was updated successfully, but these errors were encountered: