You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: