notpike / The-Fonz

TouchTunes Wireless Remote Sniffer/Transmitter for the Yard Stick One
Other
165 stars 24 forks source link

Brute force mode - TypeError: can't concat str to bytes #13

Open jasonmichaeljones opened 2 years ago

jasonmichaeljones commented 2 years ago

I hope it is not just because i am some huge n00b,, but i get the a typing error associated with attempts to concatenate strings and bytes. I am on python 3.10.4.

Terminal output below:

"What day is today?" asked Pooh "It's the day we burn this motherf***** to the ground." squeaked Piglet "My favorite day." said Pooh

<*> BRUTE FORCE IN PROGRESS... Traceback (most recent call last): File "/home/jason/The-Fonz/./The_Fonz.py", line 435, in mainMenu() File "/home/jason/The-Fonz/./The_Fonz.py", line 257, in mainMenu txMenu() File "/home/jason/The-Fonz/./The_Fonz.py", line 274, in txMenu bruteMenu() File "/home/jason/The-Fonz/./The_Fonz.py", line 387, in bruteMenu bruteForceThisDude(value, keyButton) File "/home/jason/The-Fonz/./The_Fonz.py", line 197, in bruteForceThisDude if len(groupCommand) <= 255-len(part + coolDown): TypeError: can't concat str to bytes ===== RESETUP set from recv thread libusb: debug [libusb_get_device_descriptor]
Segmentation fault