tomphttp / bare-server-node

TompHTTP Bare server in the Node runtime
GNU General Public License v3.0
72 stars 122 forks source link

ipaddr.js issue #21

Closed 0xkkl closed 1 year ago

0xkkl commented 1 year ago

Something broke... Error: ipaddr: the address has neither IPv6 nor IPv4 format at ipaddr.parse (/node_modules/ipaddr.js/lib/ipaddr.js:929:19) at GetAddrInfoReqWrap.callback (/node_modules/@tomphttp/bare-server-node/dist/createServer.js:35:50) at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:131:8) at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17)

e9x commented 1 year ago

This was already fixed in v1.2.6 https://github.com/tomphttp/bare-server-node/releases/tag/v1.2.6 Update your bare server.

0xkkl commented 1 year ago

i did use 1.2.6

e9x commented 1 year ago

double check your package.json