When attempting to copy the file switch_round.py into my CircuitPython device (drive E: named CIRCUITPY), the file becomes corrupted with strange characters, and the following error message appears:
No puede copiar el archivo debido a un error inesperado. Si sigue recibiendo este error, puede usar el código de error para buscar ayuda para este problema.
Error 0x800701 B1: Se ha especificado un dispositivo que no existe.
Steps to Reproduce:
Connect the CircuitPython device to the computer.
Copy the file switch_round.py from the source directory to the CIRCUITPY drive at directory E:\lib\adafruit_displayio_layout\widgets.
Observe the error message during the copy process.
After copying, open the switch_round.py file on the CIRCUITPY drive.
Actual Behavior:
Error message: No puede copiar el archivo debido a un error inesperado. Si sigue recibiendo este error, puede usar el código de error para buscar ayuda para este problema. Error 0x800701 B1: Se ha especificado un dispositivo que no existe.
The resulting file on the CIRCUITPY drive contains strange characters and appears to be corrupted with NUL and other unexpected characters.
Description:
When attempting to copy the file
switch_round.py
into my CircuitPython device (drive E: named CIRCUITPY), the file becomes corrupted with strange characters, and the following error message appears:Steps to Reproduce:
switch_round.py
from the source directory to the CIRCUITPY drive at directoryE:\lib\adafruit_displayio_layout\widgets
.switch_round.py
file on the CIRCUITPY drive.Actual Behavior:
No puede copiar el archivo debido a un error inesperado. Si sigue recibiendo este error, puede usar el código de error para buscar ayuda para este problema. Error 0x800701 B1: Se ha especificado un dispositivo que no existe.
Additional Information:
Content on the resultant file:
Best regards