Comment 8 for bug 613420

Revision history for this message
Rudy Neeser (the-river) wrote :

rudy@neverwhere:~/tmp/gwibber-2.30$ ./bin/gwibber-service -d -o
Updating...
Gwibber Dispatcher: DEBUG Setting up monitors
Gwibber Dispatcher: DEBUG Monitors are up
Gwibber Dispatcher: INFO Gwibber Service is reloading account credentials
Gwibber Dispatcher: DEBUG Refresh interval is set to 5
Gwibber Dispatcher: DEBUG ** Starting Refresh - Wed Aug 25 21:12:39 2010 **
Gwibber Dispatcher: DEBUG <twitter:responses> Performing operation
Gwibber Dispatcher: DEBUG <twitter:receive> Performing operation
Gwibber Dispatcher: DEBUG <twitter:responses> Finished operation
Gwibber Dispatcher: DEBUG <twitter:private> Performing operation
Gwibber Dispatcher: DEBUG <twitter:private> Finished operation
Gwibber Dispatcher: DEBUG <twitter:user_messages> Performing operation
Gwibber Dispatcher: ERROR <twitter:receive> Operation failed
Gwibber Dispatcher: DEBUG Traceback:
Traceback (most recent call last):
  File "/home/rudy/tmp/gwibber-2.30/gwibber/microblog/dispatcher.py", line 75, in perform_operation
    message_data = PROTOCOLS[account["protocol"]].Client(account)(opname, **args)
  File "/home/rudy/tmp/gwibber-2.30/gwibber/microblog/twitter.py", line 149, in __call__
    return getattr(self, opname)(**args)
  File "/home/rudy/tmp/gwibber-2.30/gwibber/microblog/twitter.py", line 152, in receive
    return self._get("statuses/home_timeline.json", count=count, since_id=since)
  File "/home/rudy/tmp/gwibber-2.30/gwibber/microblog/twitter.py", line 140, in _get
    if parse: return [getattr(self, "_%s" % parse)(m) for m in data]
  File "/home/rudy/tmp/gwibber-2.30/gwibber/microblog/twitter.py", line 78, in _message
    m = self._common(data)
  File "/home/rudy/tmp/gwibber-2.30/gwibber/microblog/twitter.py", line 60, in _common
    m["id"] = str(data["id"])
TypeError: 'NoneType' object is unsubscriptable

Gwibber Dispatcher: DEBUG <twitter:user_messages> Finished operation
Gwibber Dispatcher: INFO Loading complete: 1 - ['Failure', 'Success', 'Success', 'Success']