-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
🐛 Firefly III] Addon not starting #1343
Comments
Hi, could you please try disabling the watchdog and restarting? Thanks |
Hi Without watchdog, I get the same issue, but the logs below instead.
|
This is supervisor's log but do you have anything also in the addon log of either Firefly III or Mariadb ? I can't replicate this issue. If there is no addon logs at all, you might try : restarting mariadb addon first (in case it's dependency is not working) ; changing firefly iii port before restarting (if it is a port incompatibility) ; rebooting the device (in case of random issue); or running Currently it's quite challenging to understand what would be the issue... Edit : looks like a supervisor issue home-assistant/supervisor#4961 |
Thanks |
And you have no logs in either firefly iii nor mariadb? |
Firefly III logs say "No errors have been reported" |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Just for sake of leaving no stone unturned could you please post your log? Just to be sure thanks. In case there is an exit 1 in one of the startup script that firefly doesn't see |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
FireflyIII doesn't start anymore, everything used to be fine a couple days ago.
Getting the following errors when trying to start the fireflyIII addon.
After disabling watchdog, the logs changed to the following:
2024-04-11 22:08:35.544 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_db21ed7f_fireflyiii application
2024-04-11 22:08:39.799 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-3457' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1418> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/addons/addon.py", line 1432, in watchdog_container
await self._restart_after_problem(event.state)
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2024-04-11 22:08:39.803 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/alexbelgium/fireflyiii-aarch64 with version 6.1.13
2024-04-11 22:11:49.250 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_db21ed7f_fireflyiii application
2024-04-11 22:12:08.552 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4433' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1418> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/addons/addon.py", line 1432, in watchdog_container
await self._restart_after_problem(event.state)
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2024-04-11 22:12:08.555 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/alexbelgium/fireflyiii-aarch64 with version 6.1.13
2024-04-11 22:13:16.681 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_db21ed7f_fireflyiii application
2024-04-11 22:13:31.744 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/alexbelgium/fireflyiii-aarch64 with version 6.1.13
Reproduction steps
Addon Logs
Architecture
No response
OS
HAos
The text was updated successfully, but these errors were encountered: