Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for WebRTC ARM64 #37

Closed
akafc7 opened this issue Dec 17, 2024 · 4 comments
Closed

Support for WebRTC ARM64 #37

akafc7 opened this issue Dec 17, 2024 · 4 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@akafc7
Copy link

akafc7 commented Dec 17, 2024

/home/ubuntu/AmebasTS/node_modules/@roamhq/wrtc/lib/binding.js:27
  throw new Error(Could not find wrtc binary on any of the paths: ${paths_to_try});
        ^
Error: Could not find wrtc binary on any of the paths: ../build-linux-arm64/wrtc.node,../build-linux-arm64/Debug/wrtc.node,../build-linux-arm64/Release/wrtc.node,@roamhq/wrtc-linux-arm64,./node_modules/@roamhq/wrtc-linux-arm64,./node_modules/@roamhq/wrtc-linux-arm64/wrtc.node
    at Object.<anonymous> (/home/ubuntu/AmebasTS/node_modules/@roamhq/wrtc/lib/binding.js:27:9)
    at Module._compile (node:internal/modules/cjs/loader:1196:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
    at Object.require.extensions.<computed> [as .js] (/home/ubuntu/AmebasTS/node_modules/ts-node/src/index.ts:1608:43)
    at Module.load (node:internal/modules/cjs/loader:1074:32)
    at Function.Module._load (node:internal/modules/cjs/loader:909:12)
    at Module.require (node:internal/modules/cjs/loader:1098:19)
    at require (node:internal/modules/cjs/helpers:108:18)
    at Object.<anonymous> (/home/ubuntu/AmebasTS/node_modules/@roamhq/wrtc/lib/index.js:23:5)
    at Module._compile (node:internal/modules/cjs/loader:1196:14)
@akafc7 akafc7 added the bug Something isn't working label Dec 17, 2024
@akafc7
Copy link
Author

akafc7 commented Dec 17, 2024

ubuntu@instance-20220716-0418:~/AmebasTS$ uname -m
aarch64
ubuntu@instance-20220716-0418:~/AmebasTS$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04
Codename:       focal

@mertushka mertushka added the question Further information is requested label Dec 17, 2024
@mertushka
Copy link
Owner

@mertushka mertushka changed the title is it possible to use the module arm64 in ubuntu? since i updated my server this error happened Support for WebRTC ARM64 Dec 17, 2024
@mertushka
Copy link
Owner

Also, you can try changing WebRTC module that haxball.js currently uses. I don't prefer them because they are deprecated, you can give it a try.

wrtc
@koush/wrtc

@mertushka
Copy link
Owner

Please follow-up in #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants