You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use this IDE to connect my circuitpython banana picoW. There is no problem with the running of the code, which is very smooth. But when I try to click Save, an error pops up:
Error
Error: Traceback (most recent call last):
File "", line 8, in
OSError: [Errno 30] Read-only filesystem
Additional context
However, "Save" function is available in thonny.
The text was updated successfully, but these errors were encountered:
sunshinewithmoonlight
changed the title
Error: Traceback (most recent call last): File "<stdin>", line 8, in <module> OSError: [Errno 30] Read-only filesystem
Unable to Save Files in CircuitPython on BPI-PicoW-S3 Due to Read-Only Filesystem Error
Oct 17, 2024
Describe the bug
I use this IDE to connect my circuitpython banana picoW. There is no problem with the running of the code, which is very smooth. But when I try to click Save, an error pops up:
Error
Error: Traceback (most recent call last):
File "", line 8, in
OSError: [Errno 30] Read-only filesystem
Setup
Expected behavior
To save a python file.
Actual Screenshots / Logs
Additional context
However, "Save" function is available in thonny.
The text was updated successfully, but these errors were encountered: