Tasks are not uploading to Google Tasks

Bug #1093343 reported by timothymowens
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Google-Tasks-Indicator
In Progress
High
Lorenzo Carbonell

Bug Description

I can make changes via Google Tasks and the Google-Tasks-Indicator shows those changes, however, when I modify a Google Task via the Google-Tasks-Indicator app, thos changes do not get uploaded during the sync process to Google Tasks.

Bottomline, any changes I make to a tasks from my Google Task list via this app do not upload to Google Tasks. This used to work, but does not any longer.

Revision history for this message
timothymowens (timothymowens) wrote :

I get this error:

Traceback (most recent call last):
  File "/usr/share/google-tasks-indicator/googletasksindicator.py", line 235, in sync
    iscompleted = (task['status']==completed)
NameError: global name 'completed' is not defined

Revision history for this message
timothymowens (timothymowens) wrote :

I was able to fix this by editing /usr/share/google-tasks-indicator/googletasksindicator.py and changing the following line:

iscompleted = (task['status']==completed)

To:

iscompleted = (task['status']=='completed')

Revision history for this message
Lorenzo Carbonell (lorenzo-carbonell) wrote :

Thank you very much, I am working right now to upload new version with your fix.

Thanks.

Best regards

Changed in google-tasks-indicator:
assignee: nobody → Lorenzo Carbonell (lorenzo-carbonell)
importance: Undecided → High
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.