Re: Build this evening
John O'Shaughnessy <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <BE11E162.14931%[email protected]> |
At this stage, should calendar writes work? Mine aren't. Is this something specific to the VX6100 I need to work on? Exception attached. John On 1/17/05 11:00 AM, "Roger Binns" <[email protected]> wrote: > I plan on doing the build this (Monday) evening. Please > remember to update versionhistory and post about any > outstanding issues. (I don't plan on any more code > changes with the possible exception of caching the > fileinfo stuff for a file.) > > Roger > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > BitPim-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bitpim-devel
cal-write.txt
(application/octet-stream, 4.9 KB)
An unexpected exception has occurred.
Please see the help for details on what to do.
Traceback (most recent call last):
File "/Users/osh/Documents/Dev/bitpim/bitpim/gui.py", line 152, in run
res=call()
File "/Users/osh/Documents/Dev/bitpim/bitpim/gui.py", line 92, in __call__
return apply(self.method, self.args+args, d)
File "/Users/osh/Documents/Dev/bitpim/bitpim/gui.py", line 1202, in senddata
apply(func, args)
File "/Users/osh/Documents/Dev/bitpim/bitpim/gui.py", line 1231, in writecalendar
return self.commphone.savecalendar(data, merge)
File "/Users/osh/Documents/Dev/bitpim/bitpim/com_lgvx4400.py", line 491, in savecalendar
data.pos=eventsf.packetsize()
File "/Users/osh/Documents/Dev/bitpim/bitpim/prototypes.py", line 92, in packetsize
self.writetobuffer(b)
File "/Users/osh/Documents/Dev/bitpim/bitpim/p_lgvx6100.py", line 1752, in writetobuffer
self.__field_events.writetobuffer(buf)
File "/Users/osh/Documents/Dev/bitpim/bitpim/prototypes.py", line 1002, in writetobuffer
i.writetobuffer(buf)
File "/Users/osh/Documents/Dev/bitpim/bitpim/p_lgvx6100.py", line 1454, in writetobuffer
self.__field_unknown1.writetobuffer(buf)
AttributeError: 'scheduleevent' object has no attribute '_scheduleevent__field_unknown1'
Variables by last 8 frames, innermost last
Frame __call__ in /Users/osh/Documents/Dev/bitpim/bitpim/gui.py at line 92
self = <gui.Request instance at 0x8d22bc0>
args = ()
d = Keys []
{}
kwargs = Keys []
{}
Frame senddata in /Users/osh/Documents/Dev/bitpim/bitpim/gui.py at line 1202
count = 0
self = <WorkerThread(BitPim helper, started daemon)>
args = [{'wallpaper-index': {1: {'origin': 'builtin', 'name': 'Sport'}, 2: {'origin': '
xx = (<bound method WorkerThread.writecalendar of <WorkerThread(BitPim helper, starte
dict = Keys ['calendar', 'calendar_version', 'groups', 'ringtone-index', 'uniqueserial', 'wallpaper-index']
{'wallpaper-index': {1: {'origin': 'builtin', 'name': 'Sport'}, 2: {'origin': 'b
func = <bound method WorkerThread.writecalendar of <WorkerThread(BitPim helper, started
todo = [(<bound method WorkerThread.writecalendar of <WorkerThread(BitPim helper, start
desc = 'Calendar'
Frame writecalendar in /Users/osh/Documents/Dev/bitpim/bitpim/gui.py at line 1231
merge = False
self = <WorkerThread(BitPim helper, started daemon)>
data = Keys ['calendar', 'calendar_version', 'groups', 'ringtone-index', 'uniqueserial', 'wallpaper-index']
{'wallpaper-index': {1: {'origin': 'builtin', 'name': 'Sport'}, 2: {'origin': 'b
Frame savecalendar in /Users/osh/Documents/Dev/bitpim/bitpim/com_lgvx4400.py at line 491
repeat = 16
hour = 0
min = 0
keys = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
k = 1
v = None
eventsf = <p_lgvx6100.schedulefile object at 0x959cb50>
field = 'description'
dict = Keys ['calendar', 'calendar_version', 'groups', 'ringtone-index', 'uniqueserial', 'wallpaper-index']
{'wallpaper-index': {1: {'origin': 'builtin', 'name': 'Sport'}, 2: {'origin': 'b
cal = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
{0: {'exceptions': [], 'repeat': None, 'snoozedelay': 0, 'description': 'MPRB Cu
newcal = Keys [2]
{2: {'changeserial': 1, 'repeat': None, 'snoozedelay': 0, 'description': 'MPRB C
entry = Keys ['alarm', 'changeserial', 'daybitmap', 'description', 'end', 'exceptions', 'pos', 'repeat', 'ringtone', 'snoozedelay', 'start']
{'exceptions': [], 'repeat': None, 'snoozedelay': 0, 'description': 'TBG Cutover
merge = False
exceptionsf = <p_lgvx6100.scheduleexceptionfile object at 0x959cab0>
data = <p_lgvx6100.scheduleevent object at 0x95a7bb0>
self = <com_lgvx6100.Phone instance at 0x8cb9260>
Frame packetsize in /Users/osh/Documents/Dev/bitpim/bitpim/prototypes.py at line 92
self = <p_lgvx6100.schedulefile object at 0x959cb50>
b = <prototypes.buffer instance at 0x959de18>
Frame writetobuffer in /Users/osh/Documents/Dev/bitpim/bitpim/p_lgvx6100.py at line 1752
self = <p_lgvx6100.schedulefile object at 0x959cb50>
buf = <prototypes.buffer instance at 0x959de18>
Frame writetobuffer in /Users/osh/Documents/Dev/bitpim/bitpim/prototypes.py at line 1002
i = <p_lgvx6100.scheduleevent object at 0x959cad0>
self = <prototypes.LIST object at 0x959cc30>
buf = <prototypes.buffer instance at 0x959de18>
Frame writetobuffer in /Users/osh/Documents/Dev/bitpim/bitpim/p_lgvx6100.py at line 1454
self = <p_lgvx6100.scheduleevent object at 0x959cad0>
buf = <prototypes.buffer instance at 0x959de18>