-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Unable to use @signalapp/libsignal-client #598
Comments
We regularly update the version of Node we test against to match Signal-Desktop; currently we're on 20.11.1, but Desktop is already up to 20.18.0. That doesn't mean earlier versions can't work, but in this case I think the |
If I understand correctly, instead of using libsignal-protocol-javascript, I should be using @signalapp/libsignal-client for my web application built with the Vue.js framework, rather than for a desktop application. Please let me know if this understanding is incorrect. As per your suggestion, @jrose-signal, I updated my Node.js version to 20 and re-ran the code, but I am still encountering the same error. Could you kindly advise on how to proceed? |
Oh, sorry, I didn't realize you were building a web application. The modern libsignal-client does not support that; it's a wrapper around a Rust implementation of the Signal protocols and other functionality, so it will only work on Desktop. Signal the organization does not currently support any library for web use. (I don't think we know of anything wrong with libsignal-protocol-javascript, but it is not maintained anymore.) |
I am currently using libsignal-protocol-javascript in my Vue.js project. When I try to migrate to @signalapp/libsignal-client, I encounter the following error:
The error message is:
Is this error message expected, and how can I resolve it?
node version: 18.20.4
Vue version: 3.2.0
The text was updated successfully, but these errors were encountered: