-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows: Socket connection failed #2
Comments
You have websockets active? |
Very odd, can you tell if there is anything running on that port ? |
Nope, first time trying to connect with Converse.js, sorry. I know it's not the right place to mention this, but don't you think a user error should be shown when trying to connect and it doesn't work? I had to open the browser's console for that ;) |
Hang on, what did you change to make it work? The user shouldn't have to do anything but input a username and password |
I didn't, because my server wasn't capable (but the GUI did not show this, no error was exposed to the user). Now it works, after I enabled Websocket support on my server :) |
Sorry, after setting up websocket support, I tested Converse Tauri using Linux (which works as expected). On Windows however, I still get
There doesn't seem to be any service listening on Port 10032 when Converse is not started. When it's started, I can see
|
Yea your server shouldn't need WebSocket support, that's why xmpp-proxy is listening on that port. So if the port is listening I'm wondering if the windows firewall is stopping it from being connected to, or making outgoing connections, is there a way to check that in windows? |
I tried both, without success:
Anything I can do to debug this? |
I just tried with Converse Desktop. It did not work right away. But after adding |
Running Converse Tauri (beta-2022-11-01-1379c7f) on Windows 11 fails with:
Am I missing a server extension or configuration?
The text was updated successfully, but these errors were encountered: