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

python3 type error for getAPinfo() #11

Open
sdeal-equinoxcomms opened this issue May 13, 2020 · 1 comment
Open

python3 type error for getAPinfo() #11

sdeal-equinoxcomms opened this issue May 13, 2020 · 1 comment

Comments

@sdeal-equinoxcomms
Copy link

There is an error when running getAPinfo() in python3:
>TypeError: a bytes-like object is required, not 'str'
This has also been found by other users

It can be fixed by adding the line
raw_output = raw_output.decode('utf-8')
in between lines 66 and 67 of init.py in the getRawNetworkScan function

@combs
Copy link

combs commented Sep 29, 2020

it looks like this was fixed in PR #4, maybe this can be merged in @jvillagomez ?

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

2 participants