ViperIDE
ViperIDE copied to clipboard
Unable to Save Files in CircuitPython on BPI-PicoW-S3 Due to Read-Only Filesystem Error
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 "
OSError: [Errno 30] Read-only filesystem
Setup
- Board: BPI-PicoW-S3 by Banana Pi
- circuitpython version: 9.1.4
- URL: https://circuitpython.org/board/bpi_picow_s3/
- OS version: Android 13, Chrome on MacOS 14.5
- Browser: Chrome
- Connection type: USB
Expected behavior To save a python file.
Actual Screenshots / Logs
Additional context However, "Save" function is available in thonny.
I repeat this; I have the same issue on Mac OS, web serial connects fine but is not able to save files... Might be that it requires access to the local folder to do so, thats what other web-ide's do atleast