-
Notifications
You must be signed in to change notification settings - Fork 5
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
textsecure crashes when connecting to server #47
Comments
Since today (~ 8 hours ago), the app also crashes for me, however, I do receive new messages but the app intermediately quits after launch. No errors get logged when there is a network connection:
Following the advice in this report by launching the app in flight mode, does work: the app remains running.
|
It seems that the application receives an empty message from the server an tries to extract the mac from a non-existing offset which causes a "panic: runtime error: slice bounds out of range". I could fix (?) this in the console version by adding:
to the handleReceivedMessage (textsecure.go:460) function. As far as I can see, there is nothing wrong with just ignoring those empty messages. |
Are you going to release a fixed version for ubuntu phone? |
Eventually I'll probably do so. I'll have to check my long unused build setup and ask others to test the click before uploading to the store. |
It'd be highly appreciated if you found time to do so. Just another +1. |
I really appreciate your effort. Let me know if I can help. |
I built a new click, could any of you test it, I don't have a phone anymore. |
In a short test your click runs fine on my Aquaris E4.5. I tried to build the click myself, but the package github.com/ubuntu-core/snappy/helpers could not be found. So the build failed. |
It must have moved or gone away since I last built, I still have it in my local $GOPATH. |
I am very happy to read that you are finally work on the project. Thanks for all Jani (your Signal client library for Go works perfect on Sailfish OS, under Whisperfish). |
Any plans to upload to the store? Otherwise, how do I manually install? Just a |
Yes. At least for me, this worked fine. |
Works like a charm, thanks everybody! |
Hi, everybody, the click package download link gives me a certificate warning, and trying to install it yields a 'signature verification error': |
I have pushed the 0.3.12 click that others here have tested to the app store, thanks @K14D @timothymctim ! |
Works fine - thanks again, everybody! |
+1 |
What is expected: TextSecure is started and connects with server.
What happens instead:
When TextSecure is started and a connection to the internet is available the application crashes when trying to connect to the server.
Here are the latest log entries. The
websocket.Dial
error appears multiple times in todays logs, but not in previous logs.When TextSecure is started and no connection to the internet is available the application shows a warning and remains responsive, (expected behaviour)
The text was updated successfully, but these errors were encountered: