MattDGTL/sonarr-radarr-queue-cleaner

docker stops instead of idling.

Closed this issue · 1 comments

i get the following error after the script finished checking:

2023-04-16 07:18:25,988 [INFO]: Finished running media-tools script. Sleeping for 10 minutes.
Traceback (most recent call last):
File "/app/cleaner.py", line 111, in
loop.run_until_complete(main())
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
return future.result()
File "/app/cleaner.py", line 107, in main
await asyncio.sleep(API_TIMEOUT)
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 640, in sleep
if delay <= 0:
TypeError: '<=' not supported between instances of 'str' and 'int'

sorry, my bad. was fiddling with dockerfile to add envs.