Skip to content

Uncaught PermissionError in pathlib.py line 1305 #4958

@Konyakoff

Description

@Konyakoff

Aider version: 0.86.2
Python version: 3.12.3
Platform: Linux-6.8.0-90-generic-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.8.0-90-generic (64bit)
Git version: git version 2.43.0

An uncaught exception occurred:

Traceback (most recent call last):
  File "aider", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "main.py", line 738, in main
    check_version(io, verbose=args.verbose)
  File "versioncheck.py", line 95, in check_version
    VERSION_CHECK_FNAME.touch()
  File "pathlib.py", line 1305, in touch
    fd = os.open(self, flags, mode)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/root/.aider/caches/versioncheck'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions