loganhasson / r-u-dead-yet

Automatically exported from code.google.com/p/r-u-dead-yet
33 stars 20 forks source link

Found 0 forms to submit. Please select number of the form to use: #13

Open cinnocen opened 6 years ago

cinnocen commented 6 years ago

Hi I encountered some problems when running RUDY code on Ubuntu 16.04 OS . Instead of having at least one forms from the list, it shows that "Found 0 forms to submit. Please select number of the form to use:" It means that i couldn't proceed to run the code in interactive mode.

rudy1

And I tried a different command but still encountered error message:

rudy2

Can someone assist please? Thank you.

davidhcefx commented 3 years ago

It didn't find a form with input type it accepts. Take a look around line 106: https://github.com/loganhasson/r-u-dead-yet/blob/d2916242ba23eff32aee9b150186d42c10026613/r-u-dead-yet-v2.2.py#L103-L109 In my case, I have a input type=file, so I modified here to make it work.