Plex-Cleaner icon indicating copy to clipboard operation
Plex-Cleaner copied to clipboard

json.decoder.JSONDecodeError: Expecting value: line 1 column 854 (char 853)

Open kingstonwa opened this issue 3 years ago • 1 comments

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)

kingstonwa avatar Apr 06 '23 00:04 kingstonwa

Fyi contacted Qnap support and they said it was my config file and sure enough I replaced with an older backup and now everything works

kingstonwa avatar Apr 08 '23 16:04 kingstonwa