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

setup_wpa_enterprise.py TypeError: bufsize must be an integer #68

Open
afaideen opened this issue Jun 15, 2023 · 0 comments
Open

setup_wpa_enterprise.py TypeError: bufsize must be an integer #68

afaideen opened this issue Jun 15, 2023 · 0 comments

Comments

@afaideen
Copy link

debian@beaglebone:/var/lib/cloud9$ sudo python3 setup_wpa_enterprise.py
[sudo] password for debian:

Searching For SSID: tamulink-wpa
Scanning for more SSIDS
Traceback (most recent call last):
File "setup_wpa_enterprise.py", line 46, in
subprocess.call("connmanctl", " scan", " wifi") # Runs system command to scan for more ssids
File "/usr/lib/python3.7/subprocess.py", line 323, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.7/subprocess.py", line 677, in init
raise TypeError("bufsize must be an integer")
TypeError: bufsize must be an integer
debian@beaglebone:/var/lib/cloud9$

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