jcwillox / hassio-rclone-backup

Home Assistant addon to automatically sync backups to remote locations using Rclone
MIT License
120 stars 20 forks source link

Errors - Failed to get 19a172aa_rclone_backup logs, e.callApiRaw is not a function #96

Open blacknell opened 1 week ago

blacknell commented 1 week ago

The problem

rclone is failing to start and when I look at the logs this fails too

I get the error message

Failed to get 19a172aa_rclone_backup logs, e.callApiRaw is not a function

What version of Rclone Backup has the issue?

No response

What version of Home Assistant are you running?

No response

What type of installation are you running?

None

If you're running HA OS/Supervised, what version of the Supervisor are you running?

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

From Supervisor logs

2024-11-07 07:46:24.323 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_19a172aa_rclone_backup application
2024-11-07 07:46:24.982 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/jcwillox/hassio-rclone-backup/aarch64 with version 3.3.2
2024-11-07 07:46:27.672 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.6:8099 ssl:default [Connect call failed ('172.30.33.6', 8099)]
2024-11-07 07:46:30.030 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-5656' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1468> 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 1482, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 291, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00

Additional information

No response