Unable to run
Getting this error while trying to run the script
*** PlexCache *** Traceback (most recent call last): File "/mnt/user/appdata/plexcache/plexcache.py", line 171, in os.symlink(log_file, latest_log_file) # Create a new link to the latest log file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '/mnt/user/appdata/plexcache/plexcache_log_20250212_1457.log' -> '/mnt/user/appdata/plexcache/plexcache_log_latest.log'
Any ideas?
Same here, removed the script completely, added it all again and I get the same error. No data moves and the referenced log file is completely blank.
try the unlink command
unlink /mnt/user/appdata/plexcache/plexcache_log_latest.log
try the unlink command
unlink /mnt/user/appdata/plexcache/plexcache_log_latest.log
That's worked, amazing stuff, thanks