After a reboot of my Mac, the docker container running slm will not restart. This had been working. I am using a directory outside of the library container for the slm files and I have it setup to perform backups if that is relevant. The python errors from the container log are these repeated over and over again.
Created: /app/channels_folder/Imports/TV/slm/White Collar (2009)/Season 04/S04E08.strmlnk
Traceback (most recent call last):
File "/app/slm.py", line 5278, in create_backup
shutil.rmtree(os.path.join(dst_dir, old_backup))
File "/usr/local/lib/python3.12/shutil.py", line 759, in rmtree
_rmtree_safe_fd(stack, onexc)
File "/usr/local/lib/python3.12/shutil.py", line 703, in _rmtree_safe_fd
onexc(func, path, err)
File "/usr/local/lib/python3.12/shutil.py", line 686, in _rmtree_safe_fd
with os.scandir(topfd) as scandir_it:
^^^^^^^^^^^^^^^^^
NotADirectoryError: [Errno 20] Not a directory: '/app/program_files/backups/.DS_Store'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/slm.py", line 10342, in <module>
create_backup()
File "/app/slm.py", line 5281, in create_backup
shutil.rmtree(os.path.join(dst_dir, old_backup))
File "/usr/local/lib/python3.12/shutil.py", line 759, in rmtree
_rmtree_safe_fd(stack, onexc)
File "/usr/local/lib/python3.12/shutil.py", line 703, in _rmtree_safe_fd
onexc(func, path, err)
File "/usr/local/lib/python3.12/shutil.py", line 686, in _rmtree_safe_fd
with os.scandir(topfd) as scandir_it:
^^^^^^^^^^^^^^^^^
Thanks for the great product!
Jim