hackclub / sprig

🍃 Learn to code by making games in a JavaScript web-based game editor.
https://sprig.hackclub.com
MIT License
822 stars 830 forks source link

game upload still doesn't work (infinite loading) #1852

Open Ctrl32 opened 2 weeks ago

Ctrl32 commented 2 weeks ago

See issue https://github.com/hackclub/sprig/issues/1845 The problem should have been fixed but I'm still experiencing the same issue.

Describe the bug when clicking the "run on device button" nothing happens but it stays in the "loading state". On the Sprig hardware, the screen stays the same (the "please upload a game" text)

To Reproduce [I'm using the included usb-micro cable and google chrome] -Go to a Sprig game -click the "run on device" button -select the serial port of the rpi pico

Expected behavior The game gets uploaded to the sprig and I can play it

Actual behavior The button never stops loading and nothing gets uploaded to the Sprig

Screenshots image the "run on device" button never stops loading

What I've tried: -redowloading and reuploading the pico-os.uf2 file -resetting the flash memory and reuploading the pico-os.uf2 file (https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#resetting-flash-memory) -tried the same using microsoft edge -tried a different game -tried a different cable -tried a different usb port

-The pico seems to be fine, the arduino IDE has recognized it and I've managed to run the "blink" program on it.

dkim19375 commented 1 week ago

Also happening to me :/