Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jasonmichaeljones opened this issue Jul 3, 2022 · 0 comments
Open

Comments

@jasonmichaeljones
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant