-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Crash when loading conversations on Android 10 #3117
Comments
I've built the project and found out it is working in 17.10.0 Alpha 08. If someone has the same issue, I'll attach the APK so you don't have to build the App or wait for the next release. -- |
it's most probably #3099 |
Ok, maybe it has fixed my issue too. But whatever it was, it is fixed now 😄 |
the problem might be that too much data is passed via intents, so this could lead to crashed depending on server configs (defines how much data is passed) and android versions/devices (how much data can be handled). I'm not aware that other configs other than OpenAI create so "big" data, but who knows. |
Steps to reproduce
Expected behaviour
Chat loads and I can read the messages
Actual behaviour
I'm back in the conversation overview and unable to open a conversation
Device brand and model
Samsung Galaxy S9+
Android version
10
Nextcloud Talk app version
17.0.0
Nextcloud server version
Nextcloud Hub 3 (25.0.3)
Talk version
15.0.6
Custom Signaling server configured
No
Custom TURN server configured
Yes
Custom STUN server configured
Yes
Android logs
talk_crash_log.log
Server log
No response
Additional information
My phone is rooted with Magisk if that matters.
My nextcloud is running in an docker container with a slightly modified official image.
coTurn is also running in an docker container.
All other things and calls do work fine if someone calls me. I also managed to create a call in the conversation by clicking really fast on the call icon before the chat loads.
I don't think it is related to #3099 because I also have this issue in previous versions. In version 13.x (or even 14.x?) it works as expected (however of course is outdated).
It works on all other phones I have tested. Only my Galaxy S9+ is affected. Maybe an issue with Android 10? The other phones are running Android 12+.
The text was updated successfully, but these errors were encountered: