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

nmcl: could not creat nmclient object #13

Closed
DeastinY opened this issue Oct 4, 2016 · 2 comments
Closed

nmcl: could not creat nmclient object #13

DeastinY opened this issue Oct 4, 2016 · 2 comments

Comments

@DeastinY
Copy link
Contributor

DeastinY commented Oct 4, 2016

[ric@thinkfat ~]$ whereami learn -l esszimmer -n 100
0%| | 0/100 00:00<?, ?it/s: nmcli-CRITICAL **: Error: Could not create NMClient object: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist

Traceback (most recent call last):
File "/usr/bin/whereami", line 11, in
sys.exit(main())
File "/usr/lib/python3.5/site-packages/whereami/main.py", line 37, in main
learn(args.location, args.num_samples)
File "/usr/lib/python3.5/site-packages/whereami/learn.py", line 22, in learn
new_sample = sample()
File "/usr/lib/python3.5/site-packages/whereami/get_data.py", line 14, in sample
aps = wifi_scanner.get_access_points()
File "/usr/lib/python3.5/site-packages/access_points/init.py", line 67, in get_access_points
results = self.parse_output(out)
File "/usr/lib/python3.5/site-packages/access_points/init.py", line 200, in parse_output
ssid, bssid, quality, security = split_escaped(line, ':')
ValueError: not enough values to unpack (expected 4, got 1)

@DeastinY DeastinY changed the title not enough values to unpack nmcl: could not creat nmclient object Oct 4, 2016
@DeastinY
Copy link
Contributor Author

DeastinY commented Oct 4, 2016

I figured out that (obviously) nmci works with NetworkManager. I masked that 😄
Will be looking into alternatives :)

@DeastinY
Copy link
Contributor Author

DeastinY commented Oct 4, 2016

Opened issue in https://github.com/kootenpv/access_points

@DeastinY DeastinY closed this as completed Oct 4, 2016
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