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
The application fails during runtime on alpine, since fromSys in both arp and routing is not implemented. Is this a known issue?
Error: Error relocating /app/build/Debug/over-the-wire.node: _ZN11OverTheWire7Routing7fromSysB5cxx11Ev: symbol not found
at Object..node (node:internal/modules/cjs/loader:1725:18)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Module.require (node:internal/modules/cjs/loader:1335:12)
at require (node:internal/modules/helpers:136:16)
at bindings (/app/node_modules/bindings/bindings.js:112:48)
at Object.<anonymous> (/app/lib/bindings.js:2:37)
at Module._compile (node:internal/modules/cjs/loader:1562:14) {
code: 'ERR_DLOPEN_FAILED'
}
The text was updated successfully, but these errors were encountered:
orgads
added a commit
to audiocodes/over-the-wire
that referenced
this issue
Feb 13, 2025
The application fails during runtime on alpine, since
fromSys
in both arp and routing is not implemented. Is this a known issue?The text was updated successfully, but these errors were encountered: