wifi-control-node icon indicating copy to clipboard operation
wifi-control-node copied to clipboard

Error for connect on windows 10

Open leo-def opened this issue 6 years ago • 2 comments

I can scan for wi-fi connections but when i try to connect to it, I got a message Encountered an error while acquiring network interface connection state: [object Object] I would like at least to see witch error is throwing

leo-def avatar Sep 09 '19 04:09 leo-def

Puedo buscar conexiones wi-fi, pero cuando intento conectarme a él, recibo un mensaje que Encountered an error while acquiring network interface connection state: [object Object] me gustaría al menos ver que se produce un error de bruja

Duplicate of #

proyectosdevitech avatar Aug 07 '20 03:08 proyectosdevitech

Same error even when i use scan or get interface state or any other function. I can't get the error is always a object.

CODE: var WiFiControl = require('wifi-control');

// Initialize wifi-control package with verbose output WiFiControl.init({ debug: true, iface: 'wlan0', connectionTimeout: 10000 });

var ifaceState = WiFiControl.getIfaceState();

TERMINAL: WiFiControl: Debug mode set to: true WiFiControl: AP connection attempt timeout set to: 10000ms WiFiControl: Wireless interface manually set to wlan0. WiFiControl: Encountered an error while acquiring network interface connection state: [object Object]

ghost avatar Sep 08 '20 14:09 ghost