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

NameError #2

Open
Abondened opened this issue Mar 2, 2016 · 2 comments
Open

NameError #2

Abondened opened this issue Mar 2, 2016 · 2 comments

Comments

@Abondened
Copy link

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.

@bitCoder64
Copy link

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.

@RavSS
Copy link

RavSS commented Mar 9, 2018

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().

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

3 participants