Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught OSError in io.py line 352 #2758

Open
ash-rain opened this issue Jan 2, 2025 · 0 comments
Open

Uncaught OSError in io.py line 352 #2758

ash-rain opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ash-rain
Copy link

ash-rain commented Jan 2, 2025

**Opening an issue shouldn't be the default option for CLI **

Aider version: 0.64.1
Python version: 3.12.8
Platform: macOS-12.7.4-x86_64-i386-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 21.6.0 (64bit)
Git version: git version 2.37.1 (Apple Git-137.1)

An uncaught exception occurred:

OSError: [Errno 28] No space left on device

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 606, in main
    check_gitignore(git_root, io)
  File "main.py", line 177, in check_gitignore
    io.write_text(gitignore_file, content)
  File "io.py", line 352, in write_text
    with open(str(filename), "w", encoding=self.encoding) as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device

@paul-gauthier paul-gauthier added the bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants