← Back to team overview

gwibber-bugs team mailing list archive

[Bug 793073] Re: Twitter: error parsing json

 

Thank you for taking the time to report this bug and helping to make Ubuntu better, 
* can you reproduce it ? 
* if so than which version are you on ?

** Project changed: gwibber => gwibber (Ubuntu)

** Changed in: gwibber (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/793073

Title:
  Twitter: error parsing json

Status in “gwibber” package in Ubuntu:
  Incomplete

Bug description:
  Gwibber version: 2.32.2
  Python 2.7

  running gwibber-service -d -o:

  Gwibber Dispatcher: ERROR    <twitter:receive> Operation failed
  Gwibber Dispatcher: DEBUG    Traceback:
  Traceback (most recent call last):
    File "/usr/lib64/python2.7/site-packages/gwibber/microblog/dispatcher.py", line 79, in perform_operation
      message_data = PROTOCOLS[account["service"]].Client(account)(opname, **args)
    File "/usr/lib64/python2.7/site-packages/gwibber/microblog/twitter.py", line 224, in __call__
      return getattr(self, opname)(**args)
    File "/usr/lib64/python2.7/site-packages/gwibber/microblog/twitter.py", line 227, in receive
      return self._get("statuses/home_timeline.json", count=count, since_id=since)
    File "/usr/lib64/python2.7/site-packages/gwibber/microblog/twitter.py", line 214, in _get
      if parse: return [getattr(self, "_%s" % parse)(m) for m in data]
    File "/usr/lib64/python2.7/site-packages/gwibber/microblog/twitter.py", line 122, in _message
      m["sender"] = self._user(data["user"] if "user" in data else data["sender"])
    File "/usr/lib64/python2.7/site-packages/gwibber/microblog/twitter.py", line 99, in _user
      "name": user["name"],
  KeyError: 'name'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/793073/+subscriptions


References