-
Notifications
You must be signed in to change notification settings - Fork 116
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
Unknown error #10
Comments
www.tlk2me.com throws a 503 "Service unavailable". Looks like the niltak server is down. Is there a stacktrace? |
Please try now. I switched it off earlier because it wasn't working. It produces a 403 on web console after entering the password to enter into the room. |
The WebSocket response is missing the 'Upgrade:websocket' header. Looks like you haven't configured Nginx properly to handle the WebSockets requests. The /w location block should have this:
|
hello
command-line-arguments.\niltalk.go:91:69: undefined: syscall.SIGUSR1 |
Installed and followed all the steps listed. It runs fine but after creating a room...it says "DEBUG: 2016/11/24 00:33:38 Websocket upgrade failed: 127.0.0.1:17182 websocket: could not find connection header with token 'upgrade'"
On the web browser console...it says "WebSocket connection to 'wss://www.tlk2me.com/w/QIrG8?handle=' failed: Unexpected response code: 400"
What do you think is not right here?
The text was updated successfully, but these errors were encountered: