-
Notifications
You must be signed in to change notification settings - Fork 161
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
Unable to detect SSID after update to MacOS Sonoma 14.4 (23E214) #195
Comments
The same problem occurred. node-wifi/src/macOS/scan/command.js Line 2 in 1a4364e
|
Yes, I realized that. I figured out a hack using pyobjc modules for CoreWLAN/CoreLocation. Not a pretty way of doing it, but does the job for the time being. |
I did some research at lunch and found a hint here: Then I found this: Maybe there is a way to use this here? |
I just wanted to chime in and mention that I am also experiencing this issue on my end. After updating to MacOS Sonoma 14.4 (23E214), my system is unable to detect the SSID. Any insights or workarounds would be greatly appreciated. |
Obviously trickier but I managed to work around this by writing a native module that calls this method https://developer.apple.com/documentation/corewlan/cwinterface/scanfornetworks(withssid:)?language=objc It's blocking so be sure to wrap it in a promise/callback, I used a |
how to do? |
FYI: There is a way with system profiler. We did a PR in another repo. |
Expected behavior
The package was detecting networks as expected.
Current behavior
After updating to MacOS Sonoma 14.4, the package is not detecting any networks.
Which are the affected features
Which is your operating system?
MacOS
Environment
MacOS Sonoma 14.4 (23E214)
Version of node-wifi
2.0.16
Steps to Reproduce
Solutions
Is this a bug or a local issue?
The text was updated successfully, but these errors were encountered: