ubports / ubuntu-touch

Ubuntu Touch's issue inbox is now migrated to GitLab.
https://gitlab.com/ubports/ubuntu-touch
1.28k stars 110 forks source link

Dual Sim can't answer SMS #1702

Open delijati opened 3 years ago

delijati commented 3 years ago

Steps to reproduce

Dual SIM: Click on a received SMS (aka answer sms), write text, send icon does nothing (sometimes it works once but not a second time)

lduboeuf commented 3 years ago

Could you provide messaging-app logs ?

delijati commented 3 years ago
Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
Creating a QMirClientScreen now
Starting application from src/main.cpp
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.168\" (uid=32011 pid=16458 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.Operations\" member=\"list\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.168\" (uid=32011 pid=16458 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.OperationsMonitor\" member=\"running\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
lastError - no arguments?
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.168\" (uid=32011 pid=16458 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.OperationsMonitor\" member=\"last_error\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
lastError - no arguments?
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.168\" (uid=32011 pid=16458 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.OperationsMonitor\" member=\"result\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
lastError - no arguments?
[PERFORMANCE]: Last frame took 41 ms to render.
file:///usr/share/messaging-app//Messages.qml:350: TypeError: Cannot read property 'length' of null
[PERFORMANCE]: Last frame took 33 ms to render.
file:///usr/share/messaging-app//Messages.qml:350: TypeError: Cannot read property 'length' of null
qt.qpa.mirclient: Attempted to deliver an event to a non-existent window, ignoring.
"There are still \"1\" items in the process of being created at engine destruction."
Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
Creating a QMirClientScreen now
Starting application from src/main.cpp
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.176\" (uid=32011 pid=18470 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.Operations\" member=\"list\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.176\" (uid=32011 pid=18470 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.OperationsMonitor\" member=\"running\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
lastError - no arguments?
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.176\" (uid=32011 pid=18470 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.OperationsMonitor\" member=\"last_error\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
lastError - no arguments?
error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.176\" (uid=32011 pid=18470 comm=\"messaging-app \") interface=\"com.canonical.libertine.Service.OperationsMonitor\" member=\"result\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=3439 comm=\"/usr/bin/python3 /usr/bin/libertined \")"
lastError - no arguments?
[PERFORMANCE]: Last frame took 33 ms to render.
file:///usr/share/messaging-app//Messages.qml:350: TypeError: Cannot read property 'length' of null
[PERFORMANCE]: Last frame took 51 ms to render.
"ofono/ofono/account1" "/ril_1/message_XXXXXXX" "/org/freedesktop/Telepathy/Connection/ofono/ofono/connection_XXXXXXXXX/TextChannel5" QMap(("chatType", QVariant(int, 1))("participantIds", QVariant(QStringList, ("+49XXX)))("threadId", QVariant(QString, "+49XXX)))
adding channel "/org/freedesktop/Telepathy/Connection/ofono/ofono/connection_XXXXXXX/TextChannel5"
The phone number is not a valid number: "GLS TAN"
lduboeuf commented 3 years ago

humm, nothing interesting in log :-| Is it within messaging-app and not from the notification bar ?

delijati commented 3 years ago

It is within the messaging-app. Also the chat history is not shown. I have to create a new message and add the recepient, then all is works.

lduboeuf commented 3 years ago

@delijati do you still have that issue ? I just got something weird when trying to send a second message. Messaging-app was completely freezed. But not reproducible every time