Uncaught OSError in pathlib.py line 1313
Author: mrsovooCreated Sep 13, 2026Updated Sep 13, 2026
Aider version: 0.86.2 Python version: 3.12.3 Platform: Linux-6.8.0-48-generic-x86_64-with-glibc2.39 Python implementation: CPython Virtual environment: Yes OS: Linux 6.8.0-48-generic (64bit) Git version: git version 2.43.0
An uncaught exception occurred:
Traceback (most recent call last):
File "pathlib.py", line 1313, in mkdir
os.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/home/plankcla/.aider/caches'
During handling of the above exception, another 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 94, in check_version
VERSION_CHECK_FNAME.parent.mkdir(parents=True, exist_ok=True)
File "pathlib.py", line 1317, in mkdir
self.parent.mkdir(parents=True, exist_ok=True)
File "pathlib.py", line 1313, in mkdir
os.mkdir(self, mode)
OSError: [Errno 28] No space left on device: '/home/plankcla/.aider'
Source: Aider-AI/aider