mame82 / duck2spark

Converter for raw RubberDucky payloads to Digispark Arduino IDE Sketch source.
472 stars 95 forks source link

Error Executing #2

Closed rpb-dev closed 7 years ago

rpb-dev commented 7 years ago

C:\Users\Lambda\Downloads\duck2spark-master\duck2spark-master>duck2spark.py -i raw.bin -l 1 -f 2000 Traceback (most recent call last): File "C:\Users\Lambda\Downloads\duck2spark-master\duck2spark-master\duck2spark.py", line 154, in main(sys.argv[1:]) File "C:\Users\Lambda\Downloads\duck2spark-master\duck2spark-master\duck2spark.py", line 122, in main with open(ifile,"read") as f: ValueError: Invalid mode ('read')

C:\Users\Lambda\Downloads\duck2spark-master\duck2spark-master>

mame82 commented 7 years ago

There has been an issue in the file opening mode. Please try the updated master branch. If the error remains please give Details on your python Version and OS.

mame82 commented 7 years ago

@rpborges97 does it work for you? Going to close this issue by the end of the week. I'm not able to reproduce it anymore.

mame82 commented 7 years ago

No feedback