https://bugs.kde.org/show_bug.cgi?id=401677
Marcin <mar...@stepniak.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mar...@stepniak.org --- Comment #43 from Marcin <mar...@stepniak.org> --- Hi, I have the same problem. I can't read sms history bu I can send sms. This is my logs from KDE Connect app from android device (Huawei P30) Here is my logcat debug message ---------------------- adb logcat --pid=$(adb shell pidof -s org.kde.kdeconnect_tp) --------- beginning of main 03-26 12:19:32.952 4557 7891 E KDE/Device: Exception in SMSPlugin's onPacketReceived() 03-26 12:19:32.952 4557 7891 E KDE/Device: android.database.sqlite.SQLiteException: no such column: group_sent (Sqlite code 1 SQLITE_ERROR): , while compiling: SELECT date, subject, ct_t, reply_path_present, body, type, msg_box, thread_id, sub_cs, retr_st, locked, exp, m_id, date_sent, read, ct_cls, rpt_a, sub_id, pri, group_sent, resp_txt, ct_l, group_fail, d_rpt, person, error_code, _id, m_type, status, rr, sub, group_all, is_secret, read_status, risk_url_body, resp_st, text_only, retr_txt_cs, st, m_size, address, tr_id, time_body, m_cls, addr_body, group_id, v, service_center, network_type FROM (SELECT thread_id AS tid, date * 1000 AS normalized_date, date, NULL AS subject, ct_t, NULL AS reply_path_present, NULL AS body, NULL AS type, msg_box, thread_id, sub_cs, retr_st, locked, exp, m_id, date_sent, read, ct_cls, rpt_a, sub_id, pri, NULL AS group_sent, resp_txt, ct_l, NULL AS group_fail, d_rpt, NULL AS person, NULL AS error_code, _id, m_type, NULL AS status, rr, sub, NULL AS group_all, NULL AS is_secret, read_status, NULL AS risk_url_body, resp_st, text_only, retr_txt_cs, st, m_size, NULL AS address, tr_id, NULL AS time_body, m_cls, NULL AS addr_body, NULL AS group_id, v, NULL AS service_center, network_type FROM pdu_restricted WHERE ((recipient_ids NOT IN (select _id from canonical_addresses where address like '%UNKNOWN_SENDER%')) AND ((msg_box != 3 AND (m_type = 128 OR m_type = 132 OR m_type = 130)))) GROUP BY thread_id HAVING date = MAX(date) UNION SELECT thread_id AS tid, date * 1 AS normalized_date, date, subject, NULL AS ct_t, reply_path_present, body, type, NULL AS msg_box, thread_id, NULL AS sub_cs, NULL AS retr_st, locked, NULL AS exp, NULL AS m_id, date_sent, read, NULL AS ct_cls, NULL AS rpt_a, sub_id, NULL AS pri, group_sent, NULL AS resp_txt, NULL AS ct_l, group_fail, NULL AS d_rpt, person, error_code, _id, NULL AS m_type, status, NULL AS rr, NULL AS sub, group_all, is_secret, NULL AS read_status, risk_url_body, NULL AS resp_st, NULL AS text_only, NULL AS retr_txt_cs, NULL AS st, NULL AS m_size, address, NULL AS tr_id, time_body, NULL AS m_cls, addr_body, group_id, NULL AS v, service_center, network_type FROM sms_secret WHERE ((recipient_ids NOT IN (select _id from canonical_addresses where address like '%UNKNOWN_SENDER%')) AND ((type != 3))) GROUP BY thread_id HAVING date = MAX(date)) GROUP BY tid HAVING normalized_date = MAX(normalized_date), (OS error - 2:No such file or directory) ------------------ -- You are receiving this mail because: You are watching all bug changes.