You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
Trying to run Plexcleaner.py --test on my Qnap and getting the following error below. Any help is appreciated
Loading config file: /share/CACHEDEV1_DATA/Plexcleaner/Cleaner.conf
Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/Plexcleaner/PlexCleaner.py", line 1063, in
options = json.loads(opt_string)
File "/opt/lib/python3.8/json/init.py", line 357, in loads
File "/opt/lib/python3.8/json/decoder.py", line 337, in decode
File "/opt/lib/python3.8/json/decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 854 (char 853)
The text was updated successfully, but these errors were encountered:
Trying to run Plexcleaner.py --test on my Qnap and getting the following error below. Any help is appreciated
Loading config file: /share/CACHEDEV1_DATA/Plexcleaner/Cleaner.conf
Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/Plexcleaner/PlexCleaner.py", line 1063, in
options = json.loads(opt_string)
File "/opt/lib/python3.8/json/init.py", line 357, in loads
File "/opt/lib/python3.8/json/decoder.py", line 337, in decode
File "/opt/lib/python3.8/json/decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 854 (char 853)
The text was updated successfully, but these errors were encountered: