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'm looking into that, but I think we might just have to troll around on the web and in documentation to find the answer to that issue. Keep in mind that the last commit was almost 4 YEARS ago.
Just in case anyone comes across this thread via Google, simply rename the line containing client_sock.recv(1024) to phoneSock.recv(1024). This will later result in another error due to sock.close(), which should be phoneSock.close().
NameError: name 'client_sock' is not defined
in 114-blueBug.py when I changed it from client_sock to phoneSock their wasn't any error but response was also not their.
The text was updated successfully, but these errors were encountered: