friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
397 stars 161 forks source link

Does not work with NM 1.10.X #36

Closed aaronovz1 closed 6 years ago

aaronovz1 commented 6 years ago

NetworkManager 1.10.X now uses a pager for most of the nmcli output. This breaks parsing. See https://bugzilla.gnome.org/show_bug.cgi?id=791808

I think if each nmcli command is prefixed with PAGER= as mentioned in the bug comments, this should get around the problem.

friedrith commented 6 years ago

Ok could be useful to set environment variable PAGER to "". Do you find it correct ?

aaronovz1 commented 6 years ago

According to the latest comments on that bug ticket it seems there shouldn't be an issue because node-wifi is using the --terse option which should disable pager. I think this might be a non issue and can be closed.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.