circuitpython / web-editor

Online web editor for CircuitPython
https://code.circuitpython.org
MIT License
29 stars 13 forks source link

Matrix Portal S3 & Feather RP2040 Scorpio - CIRCUITPY drive will not connect to code.circuitpython.org via USB. #203

Open Speedy-VI opened 5 days ago

Speedy-VI commented 5 days ago

CircuitPython Version

Adafruit CircuitPython v9.0.5, Matrix Portal S3, Feather RP2040 Scorpio - all libraries updated with Circup.

Workflow(s)

USB

Browser(s)

Google Chrome Version 126.0.6478.127  (Official Build) (64-bit)

Console Log

VM34:1 Uncaught 
SyntaxError: Unexpected identifier 'API'
    at neweggagent.js:1:10265
    at new Promise (<anonymous>)
    at Object.loadPageScript (neweggagent.js:1:10075)
    at neweggagent.js:1:9228
    at u (neweggagent.js:1:2927)
    at Generator._invoke (neweggagent.js:1:2680)
    at Generator.next (neweggagent.js:1:3286)
    at n (neweggagent.js:1:999)
    at s (neweggagent.js:1:1210)
    at neweggagent.js:1:1269

code.circuitpython.org/:1 Uncaught (in promise) 
Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
code.circuitpython.org/:1 Uncaught (in promise) 
Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

(Not sure if I did this correctly. I clicked on Errors in the console sidebar and copied the contents.)

Steps

1 - open code.ciruitpython.org in the Chrome Browser 2 - Click on USB 3 - Click on Connect to Device 4 - In popup - Click on "CircuitPython CDC control (com26) - Paired" 5 - Click on Connect 6 - Popup window disappears, Spinning Purple Snake appears 7 - Nothing more happens

Description

The following is for the Matrix Portal S3 but the Feather RP2040 Scorpio did the same thing.

I opened code.ciruitpython.org in the Chrome Browser, clicked on USB, then Connect to Device, then in the popup window clicked on "CircuitPython CDC control (com26) - Paired", then Connect. When I do that, the popup window disappears and I get the spinning purple snake. It never prompted me to select the CIRCUITPY drive. It does something because the LEDs on the 64x32 RGB matrix I have attached to the Matrix Portal S3 turn off for a few seconds.

I posted about this on the Adafruit forum. Adafruit rep tannewt responded that this looked like a bug and asked me to report it here. There is more detail in the forum thread. https://forums.adafruit.com/viewtopic.php?t=211722

Additional information

No response

makermelissa commented 1 day ago

Thanks for letting us know. I'll take a look soon.