View Single Post
Posts: 41 | Thanked: 25 times | Joined on Mar 2011
#622
I'm having problems with erminig-ng for a few days.
403 Forbidden

Is anyone having the same issue?

I tried reinstalling erminig and now, I'm not even able to add an account.

Here is the stack trace

Code:
Traceback (most recent call last):
  File "/opt/maemo/usr/share/erminig/profile_ui.py", line 388, account_selector_changed(selector=<hildon.TouchSelector object at 0x41e12e18 (HildonTouchSelector at 0x4bd6d8)>, user_data=0)
      current_google_account_selected = account_id
      update_remote_data_source(consts.SYNC_TYPE_CAL, account_id)
  variables: {'update_remote_data_source': ('global', <function update_remote_data_source at 0x416aad70>), 'account_id': ('local', 1), 'consts.SYNC_TYPE_CAL': ('global', <module 'consts' fr
  File "/opt/maemo/usr/share/erminig/profile_ui.py", line 291, update_remote_data_source(sync_type=0, google_acct_id=1)
        google_item_picker.set_sensitive(True)
        for id, title in google_api.get_all_calendars():
          logger.append("ID->")
  variables: {'id': ('builtin', <built-in function id>), 'google_api.get_all_calendars': ('global', <function get_all_calendars at 0x416aa570>), 'title': (None, None)}
  File "/opt/maemo/usr/share/erminig/google_api.py", line 80, get_all_calendars()
      feed = run_google_action(gd_client.GetAllCalendarsFeed)
      for i,cal in enumerate(feed.entry):
  variables: {'feed': (None, None), 'gd_client.GetAllCalendarsFeed': ('global', <bound method CalendarService.GetAllCalendarsFeed of <gdata.calendar.service.CalendarService object at 0x41e4
  File "/opt/maemo/usr/share/erminig/google_api.py", line 45, run_google_action(func=<bound method CalendarService.GetAllCalendarsFee...ar.service.CalendarService object at 0x41e402f0>>, *a
            logger.append(repr(e))
            raise ErminigGoogleError(e)
            return None
  variables: {'ErminigGoogleError': ('global', <class 'ErminigGoogleError.ErminigGoogleError'>), 'e': ('local', RequestError({'status': 403, 'body': '<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE
ErminigGoogleError: RequestError({'status': 403, 'body': '<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\
~
~