PlexCache icon indicating copy to clipboard operation
PlexCache copied to clipboard

Unable to run

Open stetv28 opened this issue 11 months ago • 3 comments

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?

stetv28 avatar Feb 12 '25 15:02 stetv28

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.

Hereisphilly avatar Feb 15 '25 22:02 Hereisphilly

try the unlink command

unlink /mnt/user/appdata/plexcache/plexcache_log_latest.log

ezek1el avatar Feb 19 '25 17:02 ezek1el

try the unlink command

unlink /mnt/user/appdata/plexcache/plexcache_log_latest.log

That's worked, amazing stuff, thanks

Hereisphilly avatar Feb 19 '25 22:02 Hereisphilly