RE: 0.7.35 reading SMS
"Simon C" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <003301c5af26$75903410$6400a8c0@HOME> |
You did not save the message that caused the problem by any chance did you. I suspect that there are some message types that do not fit the model in the bitpim code, I would be very interested in seeing them so that I can add them into bitpim. If you do have this happen again could you go into the file system and save the outbox and inbox .dat files and send them to me (privately) so I can see what is different about them. thanks, Simon -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of [email protected] Sent: Thursday, September 01, 2005 10:32 AM To: [email protected] Subject: Re: [BitPim-devel] 0.7.35 reading SMS ok. i cleared all my txts (inbox, sent, draft) and then sent 1 plain txt. Then brought that into BitPim. That worked ok. Next i sent a picture message, and then Replaced All into BitPim It didnt import the picture message, but it also didnt cause any errors. Then I sent a Graphics message, and that again worked. It was broought into BitPim but didnt show the graphic, just showed a blank message...but no errors. Then I tried sending a long (+160 characters) away message, and that worked ok. So in conclusion, after clearing all of my txt msgs, and then sending more, everything seems to be working correctly now. I am going to try again after I fill up my outbox and inbox and see what happens. -----Original Message----- From: [email protected] To: [email protected] Sent: Thu, 01 Sep 2005 12:34:47 -0400 Subject: [BitPim-devel] 0.7.35 reading SMS I have a VX-8100 phone. When I try to read SMS messages, it fails (the exception is at the bottom of this email) I have some messages locked, some messages with "graphics" in them, and I also have picture messages. I dont know if that helps at all, but I would guess it is getting stuck when trying to read the picture messages? Thanks for your help, Here is the exception from trying to read SMS: An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "gui.pyo", line 173, in run File "gui.pyo", line 113, in __call__ File "gui.pyo", line 1658, in getdata File "com_lgvx4400.pyo", line 132, in getsms File "com_lgvx4400.pyo", line 156, in _readsms File "com_lgvx4400.pyo", line 223, in _getoutboxmessage File "com_lgvx4400.pyo", line 253, in _get_text_from_sms_msg_with_header KeyError: 14 Variables by last 8 frames, innermost last Frame __bootstrap in threading.pyo at line 442 self = <WorkerThread(BitPim helper, started daemon)> Frame run in gui.pyo at line 166 e = <exceptions.KeyError instance at 0x0291CFA8> res = None self = <WorkerThread(BitPim helper, started daemon)> item = (<gui.Request instance at 0x027E4210>, <gui.Callback instance at 0x027E4080>) call = <gui.Request instance at 0x027E4210> ex = <exceptions.KeyError instance at 0x0291CFA8> resultcb = <gui.Callback instance at 0x027E4080> first = 0 Frame __call__ in gui.pyo at line 113 self = <gui.Request instance at 0x027E4210> args = () d = Keys [] {} kwargs = Keys [] {} Frame getdata in gui.pyo at line 1658 count = 6 i = (<bound method GetPhoneDialog.GetSMSSetting of <guiwidgets.GetPhoneDialog; proxy self = <WorkerThread(BitPim helper, started daemon)> req = <guiwidgets.GetPhoneDialog; proxy of C++ wxDialog instance at _f84ae401_p_wxDial willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog results = Keys ['calendar', 'canned_msg', 'categories', 'groups', 'memo', 'phonebook', 'ringtone', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index', 'wallpapers'] {'phonebook': {0: {'serials': [{'serial2': 14, 'serial1': 14, 'sourcetype': 'lgv sync = Keys ['calendar', 'call_history', 'memo', 'phonebook', 'ringtone', 'sms', 'wallpaper'] {'memo': 'OVERWRITE', 'wallpaper': 'OVERWRITE', 'sms': 'OVERWRITE', 'ringtone': st = 2 todo = [(<bound method WorkerThread.rebootcheck of <WorkerThread(BitPim helper, started Frame getsms in com_lgvx4400.pyo at line 132 self = <com_lgvx8100.Phone instance at 0x028ABB20> result = Keys ['calendar', 'canned_msg', 'categories', 'groups', 'memo', 'phonebook', 'ringtone', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index', 'wallpapers'] {'phonebook': {0: {'serials': [{'serial2': 14, 'serial1': 14, 'sourcetype': 'lgv Frame _readsms in com_lgvx4400.pyo at line 156 pat = <_sre.SRE_Pattern object at 0x0200A0B8> f = 'Sent' res = Keys ['1125574297.167000', '1125574297.267001', '1125574297.477002', '1125574297.598003', '1125574297.718004', '1125574297.828005', '1125574297.968006', '1125574298.108007', '1125574298.259008', '1125574298.469009', '1125574298.719010', '1125574298.960011', '1125574299.090012', '1125574299.210013', '1125574299.340014', '1125574299.590015', '1125574299.881016', '1125574300.772017', '1125574300.912018', '1125574301.744019', '1125574301.874020', '1125574302.014021', '1125574302.164022', '1125574303.085023', '1125574303.246024', '1125574303.456025', '1125574304.427026', '1125574304.568027', '1125574304.678028', '1125574304.868029', '1125574304.988030', '1125574305.128031', '1125574305.940032', '1125574306.150033', '1125574306.300034'] {'1125574299.210013': <sms.SMSEntry object at 0x02E0C8B0>, '1125574297.718004': self = <com_lgvx8100.Phone instance at 0x028ABB20> item = Keys ['date', 'name', 'size', 'type'] {'date': (342733880, '11/10/80 19:51:20'), 'type': 'file', 'name': 'sms/outbox01 entry = <sms.SMSEntry object at 0x02E254B0> folder = 'Sent' buf = <prototypes.buffer instance at 0x028CFB70> sf = <p_lgvx8100.sms_out object at 0x02E25E50> Frame _getoutboxmessage in com_lgvx4400.pyo at line 223 confirmed = True confirmed_date = '20050831T231500' i = 0 self = <com_lgvx8100.Phone instance at 0x028ABB20> r = <p_lgvx8100.recipient_record object at 0x02E25050> entry = <sms.SMSEntry object at 0x02E25590> txt = '' sf = <p_lgvx8100.sms_out object at 0x02E25E50> Frame _get_text_from_sms_msg_with_header in com_lgvx4400.pyo at line 253 tmp = 32 raw = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] {0: 215, 1: 60, 2: 3, 3: 3, 4: 2, 5: 13, 6: 4, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 1 i = 15 k = 6 seven_bits = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] {0: 107, 1: 79, 2: 0, 3: 48, 4: 24, 5: 8, 6: 26, 7: 4, 8: 0, 9: 0, 10: 0, 11: 0, bit_index = 7 msg = <prototypes.LIST object at 0x02E0C550> num_septets = 9 data_len = 6 self = <com_lgvx8100.Phone instance at 0x028ABB20> out = Keys [] {}