You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the Termux app, install Node.js (latest and lts) and run Node.js - the call to os.networkInterfaces() works.
However when I build Node.js myself using the Termux Docker images (./build-package.sh openssl nodejs), each call to os.networkInterfaces() fails with A system error occurred: uv_interface_addresses returned Unknown system error 13 (Unknown system error 13) on my Android 11 system.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I use the Termux app, install Node.js (latest and lts) and run Node.js - the call to
os.networkInterfaces()
works.However when I build Node.js myself using the Termux Docker images (
./build-package.sh openssl nodejs
), each call toos.networkInterfaces()
fails withA system error occurred: uv_interface_addresses returned Unknown system error 13 (Unknown system error 13)
on my Android 11 system.Can someone help me what I might miss? I used https://github.com/termux/termux-app/blob/master/app/src/main/AndroidManifest.xml as a reference if I miss some permissions, but I think
should be enough to access the network interfaces
Beta Was this translation helpful? Give feedback.
All reactions