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
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$
The text was updated successfully, but these errors were encountered:
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$
The text was updated successfully, but these errors were encountered: