We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
vmsg is looking for index.html in this path: https://woodpeckersnest.space:5281/packages/vmsg/index.html
https://woodpeckersnest.space:5281/packages/vmsg/index.html
while my plugins are under https://woodpeckersnest.space:5281/conversejs/dist/plugins/vmsg/vmsg.js
https://woodpeckersnest.space:5281/conversejs/dist/plugins/vmsg/vmsg.js
So it returns a 404. I'm using mod_conversejs from prosody.
I manually edited "vmsg.js" at line 34, changed the index.html path and now I have a different problem:
Error: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'. at worker.onmessage (VM578 vmsg-lib.js:238:18)
The text was updated successfully, but these errors were encountered:
Do I have to load the vmsg.wasm file somehow?
Sorry, something went wrong.
No branches or pull requests
Hello,
vmsg is looking for index.html in this path:
https://woodpeckersnest.space:5281/packages/vmsg/index.html
while my plugins are under
https://woodpeckersnest.space:5281/conversejs/dist/plugins/vmsg/vmsg.js
So it returns a 404. I'm using mod_conversejs from prosody.
I manually edited "vmsg.js" at line 34, changed the index.html path and now I have a different problem:
The text was updated successfully, but these errors were encountered: