Advertisement
Guest User

Untitled

a guest
Sep 8th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Permissions on /config and /opt/plex_autoscan restored successfully.
  2.  
  3.  
  4. [cont-init.d] 10-init_user_and_fix_permissions: exited 0.
  5.  
  6.  
  7. [cont-init.d] done.
  8.  
  9.  
  10. [services.d] starting services
  11.  
  12.  
  13. [services.d] done.
  14.  
  15.  
  16. 2020-09-08 10:08:45,686 - INFO - CONFIG [139957380353352]: Using ENV setting PLEX_AUTOSCAN_CONFIG=/config/config.json
  17.  
  18.  
  19. 2020-09-08 10:08:45,686 - INFO - CONFIG [139957380353352]: Using ENV setting PLEX_AUTOSCAN_LOGFILE=/config/plex_autoscan.log
  20.  
  21.  
  22. 2020-09-08 10:08:45,686 - INFO - CONFIG [139957380353352]: Using ENV setting PLEX_AUTOSCAN_LOGLEVEL=INFO
  23.  
  24.  
  25. 2020-09-08 10:08:45,686 - INFO - CONFIG [139957380353352]: Using ENV setting PLEX_AUTOSCAN_QUEUEFILE=/config/queue.db
  26.  
  27.  
  28. 2020-09-08 10:08:45,686 - INFO - CONFIG [139957380353352]: Using ENV setting PLEX_AUTOSCAN_CACHEFILE=/config/cache.db
  29.  
  30.  
  31. Traceback (most recent call last):
  32.  
  33.  
  34. File "/opt/plex_autoscan/scan.py", line 65, in <module>
  35.  
  36.  
  37. conf.load()
  38.  
  39.  
  40. File "/opt/plex_autoscan/config.py", line 293, in load
  41.  
  42.  
  43. cfg, upgraded = self.upgrade_settings(json.load(fp))
  44.  
  45.  
  46. File "/usr/lib/python3.8/json/__init__.py", line 293, in load
  47.  
  48.  
  49. return loads(fp.read(),
  50.  
  51.  
  52. File "/usr/lib/python3.8/json/__init__.py", line 357, in loads
  53.  
  54.  
  55. return _default_decoder.decode(s)
  56.  
  57.  
  58. File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
  59.  
  60.  
  61. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  62.  
  63.  
  64. File "/usr/lib/python3.8/json/decoder.py", line 353, in raw_decode
  65.  
  66.  
  67. obj, end = self.scan_once(s, idx)
  68.  
  69.  
  70. json.decoder.JSONDecodeError: Expecting ',' delimiter: line 140 column 7 (char 3423)
  71.  
  72.  
  73. [cont-finish.d] executing container finish scripts...
  74.  
  75.  
  76. [cont-finish.d] done.
  77.  
  78.  
  79. [s6-finish] waiting for services.
  80.  
  81.  
  82. [s6-finish] sending all processes the TERM signal.
  83.  
  84.  
  85. [s6-finish] sending all processes the KILL signal and exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement