dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.3k stars 421 forks source link

Pico W "New Script" Malfunction #232

Open FeliXthEca8 opened 7 months ago

FeliXthEca8 commented 7 months ago

Whn clicking the "Submit" button on the NewScript section, the page will crash and you cannot accsess this, or any other pages.

The server should be accepting the new script. This could be a hardware issue though it is not likely. Editing scripts still works.

The bug is major and stops all functionality to the PIco W unless it is unplugged and replugged.

I did try to "Flash Nuke" the pico and reinstalled each script but the bug was still active.

It might have to do with my CIRCUTPY version, ath this time i was using v8.2.9 (The latest LTS at this time)

This was made on 2/7/2024 at 9:15 PM.

FeliXthEca8 commented 7 months ago

*If you need serial logs please let me know

dbisu commented 7 months ago

Yes, serial logs would be helpful. I'll try to look over the weekend.

BS-DevSec commented 6 months ago

I had the same issue, but while trying to do that programmatically with a Python script.

requests.post('192.168.4.1', {'script name': 'test.dd', 'scriptData': 'TESTSTRING'})

As far as I could debug, it seems that the server has a problem responding and running into exceptions. Haven't had that much time to further investigate.

psamx commented 5 months ago

Have you enabled usb drive?