Bug Report: tzdata_release_updater ArgumentError in Plausible Container Logs #4577
Replies: 3 comments 12 replies
-
👋 @onluha Thank you for the report. It's already been fixed :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
And which plausible docker version do I have to run for that? |
Beta Was this translation helpful? Give feedback.
11 replies
-
I don't think it terminates the Plausible process. It only terminates the updater, which should be safe to ignore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description: When running the Plausible container, an error related to the tzdata_release_updater occurs, causing the process to terminate. The issue stems from the tzdata library (version 1.1.1), where an argument passed is not in the expected tuple format, leading to an ArgumentError.
Logs:
[error] GenServer :tzdata_release_updater terminating
** (ArgumentError) errors were found at the given arguments:
:erlang.element(1, :error)
(tzdata 1.1.1) lib/tzdata/util.ex:223: Tzdata.Util.to_int/1
(tzdata 1.1.1) lib/tzdata/parser.ex:38: Tzdata.Parser.process_rule/1
...
Steps to reproduce: I used this docker compose file: https://raw.githubusercontent.com/coollabsio/coolify/main/templates/compose/plausible.yaml
Beta Was this translation helpful? Give feedback.
All reactions