This question has been flagged
2330 Views

i'm trying to do a synchronization with google calendar and i get this error:


Traceback (most recent call last):

File "/home/gio666/odoo/openerp/http.py", line 537, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/home/gio666/odoo/openerp/http.py", line 574, in dispatch

result = self._call_function(**self.params)

File "/home/gio666/odoo/openerp/http.py", line 310, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/home/gio666/odoo/openerp/service/model.py", line 113, in wrapper

return f(dbname, *args, **kwargs)

File "/home/gio666/odoo/openerp/http.py", line 307, in checked_call

return self.endpoint(*a, **kw)

File "/home/gio666/odoo/openerp/http.py", line 803, in __call__

return self.method(*args, **kw)

File "/home/gio666/odoo/openerp/http.py", line 403, in response_wrap

response = f(*args, **kw)

File "/home/gio666/odoo/openerp/addons/google_calendar/controllers/main.py", line 43, in sync_data

return gc_obj.synchronize_events(request.cr, request.uid, [], context=kw.get('local_context'))

File "/home/gio666/odoo/openerp/api.py", line 241, in wrapper

return old_api(self, *args, **kwargs)

File "/home/gio666/odoo/openerp/addons/google_calendar/google_calendar.py", line 577, in synchronize_events

st, current_google, ask_time = self.get_calendar_primary_id(cr, user_to_sync, context=context)

File "/home/gio666/odoo/openerp/api.py", line 241, in wrapper

return old_api(self, *args, **kwargs)

File "/home/gio666/odoo/openerp/addons/google_calendar/google_calendar.py", line 302, in get_calendar_primary_id

if (e.code == 401): # Token invalid / Acces unauthorized

AttributeError: 'Warning' object has no attribute 'code'


how can i solve?

Avatar
Discard