Error syncing with RTM when RTM has recurring tasks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTG |
Fix Released
|
High
|
Luca Invernizzi |
Bug Description
This is after applying the update.. The error changed from the one you saw to:
** (gtg:4528): CRITICAL **: atk_object_
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/
self.run()
File "/usr/lib/
self.
File "/usr/share/
self.
File "/usr/share/
self.
File "/usr/share/
created_
File "/usr/share/
if self.status != task.status:
File "/usr/share/
status = property(lambda self: self._get_status(),
File "/usr/share/
return self.get_
AttributeError: 'list' object has no attribute 'completed'
Related branches
Changed in gtg: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Luca Invernizzi (invernizzi) |
milestone: | none → 0.3 |
Changed in gtg: | |
milestone: | 0.3 → 0.2.2 |
Changed in gtg: | |
status: | Fix Committed → Fix Released |
Fixed, but I cannot reproduce it.
It seems that the RTM server sometimes gives out list of tasks when asked for a single task.
I think this fix does not solve the overall problem, but until I understand what are the causes that trigger that behaviour I'm fixing bugs as you report them.
No help on the API doc either.