forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugthird-partyAwaiting action on a third party for a fix or an answer to a requestAwaiting action on a third party for a fix or an answer to a requestusb
Milestone
Description
CircuitPython version
Adafruit CircuitPython 8.2.6 on 2023-09-12; Adafruit CircuitPlayground Express with samd21g18
Code/REPL
# Write your code here :-)
print("Hello World!")
Behavior
Code stopped by auto-reload. Reloading soon.
soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
OSError: [Errno 5] Input/output error
Code done running.
Description
- Error on each save
Additional information
On a fresh installation of MacOS sonoma every time that code.py is saved a OSError: [Errno 5] Input/output error pops up, eventually the code runs but it takes about 15 seconds, I have tried disabling USB Stores and spotlight with:
defaults write DSDontWriteUSBStores -bool false
sudo mdutil -i off -d /Volumes/CIRCUITPY/
No luck
choas
Metadata
Metadata
Assignees
Labels
bugthird-partyAwaiting action on a third party for a fix or an answer to a requestAwaiting action on a third party for a fix or an answer to a requestusb