-
Notifications
You must be signed in to change notification settings - Fork 18
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
Wifi List is not working #25
Comments
Hi @BBaek, I actually see the same error ( ´/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport --scan´ |
|
Same issue as the other 2 guys. I think it might be truly because of the deprecated, or soon to be deprecated, "airport --scan" .... Even after fixing the handling of the integers in 287/8 and 291... still the wifilist shows nothing... the debug shows the script working... running helpers.sh and the other relevant src scripts in terminal works fine with no errors... Issue is: Alfred shows nothing in the list... (it used to work on my older mac 🤷) |
Yikes! Bad news. MacOS 14.4 removed the airport utility completely because of a "security concern" and there is no out-of-the-box replacement. Anyone with suggestions on alternatives? Otherwise I'll have to remove that feature completely, which would be a shame. https://www.reddit.com/r/MacOS/comments/1bjjchk/rip_airport_cli_macos_sonoma_144_removes_the/ |
I was looking for a solution to a different problem, but maybe this will help with a solution. Just execute in the console: system_profiler SPAirPortDataType |
Wifi List is not working. This is the alfred workflow debug error log below.
When I type 'wifilist' wifi list does not show.
Alfred 5, Network workflow v1.7
[09:15:01.880] Network[Script Filter] Queuing argument '(null)'
[09:15:01.993] Network[Script Filter] Script with argv '(null)' finished
[09:15:02.000] STDERR: Network[Script Filter] src/helpers.sh: line 287: [: : integer expression expected
src/helpers.sh: line 289: [: : integer expression expected
src/helpers.sh: line 291: [: : integer expression expected
[09:15:02.001] Network[Script Filter]
The text was updated successfully, but these errors were encountered: