Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "Tautulli.py", line 271, in <module>
  3. main()
  4. File "Tautulli.py", line 200, in main
  5. plexpy.initialize(config_file)
  6. File "/opt/Tautulli/plexpy/__init__.py", line 150, in initialize
  7. verbose=VERBOSE)
  8. File "/opt/Tautulli/plexpy/logger.py", line 275, in initLogger
  9. file_handler = handlers.RotatingFileHandler(filename, maxBytes=MAX_SIZE, backupCount=MAX_FILES)
  10. File "/usr/lib/python2.7/logging/handlers.py", line 117, in __init__
  11. BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
  12. File "/usr/lib/python2.7/logging/handlers.py", line 64, in __init__
  13. logging.FileHandler.__init__(self, filename, mode, encoding, delay)
  14. File "/usr/lib/python2.7/logging/__init__.py", line 920, in __init__
  15. StreamHandler.__init__(self, self._open())
  16. File "/usr/lib/python2.7/logging/__init__.py", line 950, in _open
  17. stream = open(self.baseFilename, self.mode)
  18. IOError: [Errno 13] Permission denied: '/opt/Tautulli/logs/plex_websocket.log'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement