these logs look more similar to bug 605543

On Thu, Jul 15, 2010 at 11:21 AM, Vitali Kulikou
<530...@bugs.launchpad.net>wrote:

> I still have errors:
>
> $ 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    Raising gwibber client
> Gwibber Dispatcher: INFO     Gwibber Service is reloading account
> credentials
> Gwibber Dispatcher: DEBUG    Account changed: twitter-sabotatore
> Gwibber Dispatcher: DEBUG    ** Starting Single Operation **
> Gwibber Dispatcher: DEBUG    <twitter:receive> Performing operation
> Gwibber Dispatcher: DEBUG    <twitter:responses> Performing operation
> Gwibber Dispatcher: INFO     Gwibber Service is reloading account
> credentials
> Gwibber Dispatcher: DEBUG    Refresh interval is set to 5
> Gwibber Dispatcher: DEBUG    ** Starting Refresh - Thu Jul 15 09:19:24 2010
> **
> Gwibber Dispatcher: DEBUG    <twitter:receive> Performing operation
> Gwibber Dispatcher: DEBUG    <twitter:responses> Performing operation
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 18019169712 timestamp
> (2010-07-08 11:02:02.00) to see if it is newer than 2010-07-15 09:09:25.24
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 17941268076 timestamp
> (2010-07-07 14:18:40.00) to see if it is newer than 2010-07-15 09:09:25.28
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 17940849118 timestamp
> (2010-07-07 14:09:26.00) to see if it is newer than 2010-07-15 09:09:25.33
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 16676099166 timestamp
> (2010-06-21 10:07:42.00) to see if it is newer than 2010-07-15 09:09:25.37
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 14856168773 timestamp
> (2010-05-27 23:02:26.00) to see if it is newer than 2010-07-15 09:09:25.42
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 10117280443 timestamp
> (2010-03-07 13:53:54.00) to see if it is newer than 2010-07-15 09:09:25.47
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 9304922662 timestamp
> (2010-02-19 00:40:08.00) to see if it is newer than 2010-07-15 09:09:25.51
> Gwibber Dispatcher: DEBUG    <twitter:responses> Adding record
> Gwibber Dispatcher: DEBUG    Checking message 2689903104 timestamp
> (2009-07-17 18:28:26.00) to see if it is newer than 2010-07-15 09:09:25.56
> Gwibber Dispatcher: DEBUG    <twitter:responses> Finished operation
> Gwibber Dispatcher: DEBUG    Checking message 2131006635 timestamp
> (2009-06-12 16:20:29.00) to see if it is newer than 2010-07-15 09:09:25.61
> Gwibber Dispatcher: DEBUG    <twitter:private> Performing operation
> Gwibber Dispatcher: DEBUG    Gwibber Client raised
> Gwibber Dispatcher: DEBUG    <twitter:private> Finished operation
> Gwibber Dispatcher: DEBUG    <twitter:responses> Finished operation
> Gwibber Dispatcher: DEBUG    <twitter:private> Performing operation
> Gwibber Dispatcher: ERROR    <twitter:receive> Operation failed
> Gwibber Dispatcher: DEBUG    Traceback:
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py",
> line 75, in perform_operation
>    message_data = PROTOCOLS[account["protocol"]].Client(account)(opname,
> **args)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 144, in __call__
>    return getattr(self, opname)(**args)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 147, in receive
>    return self._get("statuses/home_timeline.json", count=count,
> since_id=since)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 135, in _get
>    if parse: return [getattr(self, "_%s" % parse)(m) for m in data]
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 78, in _message
>    m = self._common(data)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 64, in _common
>    m["text"] = unescape(data["text"])
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 51, in unescape
>    p.feed(s)
>  File "/usr/lib/python2.6/sgmllib.py", line 104, in feed
>    self.goahead(0)
>  File "/usr/lib/python2.6/sgmllib.py", line 193, in goahead
>    self.handle_entityref(name)
>  File "/usr/lib/python2.6/sgmllib.py", line 436, in handle_entityref
>    self.handle_data(replacement)
>  File "/usr/lib/python2.6/htmllib.py", line 65, in handle_data
>    self.savedata = self.savedata + data
> UnicodeDecodeError: 'utf8' codec can't decode byte 0xab in position 0:
> unexpected code byte
>
> Gwibber Dispatcher: INFO     Loading complete: 1 - ['Failure', 'Success',
> 'Success']
> Gwibber Dispatcher: DEBUG    <twitter:private> Finished operation
> Gwibber Dispatcher: ERROR    <twitter:receive> Operation failed
> Gwibber Dispatcher: DEBUG    Traceback:
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py",
> line 75, in perform_operation
>    message_data = PROTOCOLS[account["protocol"]].Client(account)(opname,
> **args)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 144, in __call__
>    return getattr(self, opname)(**args)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 147, in receive
>    return self._get("statuses/home_timeline.json", count=count,
> since_id=since)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 135, in _get
>    if parse: return [getattr(self, "_%s" % parse)(m) for m in data]
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 78, in _message
>    m = self._common(data)
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 64, in _common
>    m["text"] = unescape(data["text"])
>  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line
> 51, in unescape
>    p.feed(s)
>  File "/usr/lib/python2.6/sgmllib.py", line 104, in feed
>    self.goahead(0)
>  File "/usr/lib/python2.6/sgmllib.py", line 193, in goahead
>    self.handle_entityref(name)
>  File "/usr/lib/python2.6/sgmllib.py", line 436, in handle_entityref
>    self.handle_data(replacement)
>  File "/usr/lib/python2.6/htmllib.py", line 65, in handle_data
>    self.savedata = self.savedata + data
> UnicodeDecodeError: 'utf8' codec can't decode byte 0xab in position 0:
> unexpected code byte
>
> Gwibber Dispatcher: INFO     Loading complete: 2 - ['Failure',
> 'Success', 'Success']
>
>
> And not received messages..
>
> --
> gwibber tries to call has_key on list---doesn't update streams
> https://bugs.launchpad.net/bugs/530195
> You received this bug notification because you are subscribed to gwibber
> in ubuntu.
>
> Status in Gwibber: Fix Released
> Status in “gwibber” package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: gwibber
>
> I've just installed Ubuntu 10.04, and I've set up my Twitter and Facebook
> accounts in the "Microblog settings" screen. I can now post to Facebook fine
> (I also get loads of facebook updates in my Gwibber main window), but I
> can't seem to get anything to/from Twitter.
>
> No tweets from other people, my new tweets don't get to the website, etc.
>
> My password is correct (checked it a LOT of times).
>
> How do I go about debugging this?
>
> ProblemType: Bug
> Architecture: amd64
> Date: Mon Mar  1 18:52:33 2010
> DistroRelease: Ubuntu 10.04
> Package: gwibber 2.29.90.1-0ubuntu2
> PackageArchitecture: all
> ProcEnviron:
>  LANGUAGE=nl_NL.UTF-8
>  PATH=(custom, user)
>  LANG=nl_NL.UTF-8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
> SourcePackage: gwibber
> Uname: Linux 2.6.32-14-generic x86_64
>
>
>
>
>

-- 
gwibber tries to call has_key on list---doesn't update streams
https://bugs.launchpad.net/bugs/530195
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to