yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 167 forks source link

Error when mounting #541

Closed joemarshalljm closed 7 years ago

joemarshalljm commented 7 years ago

After trying to use the re-mount script, I now get this error when trying to mount:

Traceback (most recent call last):
  File "/usr/local/bin/acd_cli", line 9, in <module>
    load_entry_point('acdcli==0.3.2', 'console_scripts', 'acd_cli')()
  File "/usr/local/bin/acd_cli.py", line 1555, in main
    set_log_level(args)
  File "/usr/local/bin/acd_cli.py", line 1153, in set_log_level
    maxBytes=MAX_LOG_SIZE, backupCount=MAX_LOG_FILES)
  File "/usr/lib/python3.4/logging/handlers.py", line 150, in __init__
    BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
  File "/usr/lib/python3.4/logging/handlers.py", line 57, in __init__
    logging.FileHandler.__init__(self, filename, mode, encoding, delay)
  File "/usr/lib/python3.4/logging/__init__.py", line 1006, in __init__
    StreamHandler.__init__(self, self._open())
  File "/usr/lib/python3.4/logging/__init__.py", line 1035, in _open
    return open(self.baseFilename, self.mode, encoding=self.encoding)
PermissionError: [Errno 13] Permission denied: '/var/lib/plexmediaserver/.cache/acd_cli/acd_cli.log'
bu3alwa commented 7 years ago

PermissionError: [Errno 13] Permission denied: '/var/lib/plexmediaserver/.cache/acd_cli/acd_cli.log'

What are the permission of the folder?

yadayada commented 7 years ago

You should check the permissions in that folder or set the ACD_CLI_CACHE_PATH (see the documentation).