I was installed bind9, but problem repeat.

ta...@ubuntu:~/Software/Source/skype-2.1.0.81$ 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 - Tue May 18 12:49:12 2010 **
Gwibber Dispatcher: DEBUG    <twitter:receive> Performing operation
Gwibber Dispatcher: DEBUG    <twitter:responses> Performing operation
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/statuses/home_timeline.json?count=200
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
149, 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 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/statuses/mentions.json?count=200&since_id=2544835821
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
Gwibber Dispatcher: ERROR    <twitter:responses> 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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
155, in responses
    return self._get("statuses/mentions.json", count=count, since_id=since)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Gwibber Dispatcher: DEBUG    <twitter:private> Performing operation
Gwibber Dispatcher: DEBUG    <twitter:user_messages> Performing operation
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/direct_messages.json?count=200&since_id=1127192256
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
Gwibber Dispatcher: ERROR    <twitter:private> 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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
158, in private
    return self._get("direct_messages.json", "private", count=count, 
since_id=since)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/statuses/user_timeline.json?count=50&id=Genixoid
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
Gwibber Dispatcher: ERROR    <twitter:user_messages> 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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
152, in user_messages
    return self._get("statuses/user_timeline.json", id=id, count=count, 
since_id=since)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Gwibber Dispatcher: INFO     Loading complete: 1 - ['Failure', 'Failure', 
'Failure', 'Failure']
Gwibber Dispatcher: DEBUG    Raising gwibber client
Gwibber Dispatcher: DEBUG    Gwibber Client raised
Gwibber Dispatcher: DEBUG    Refresh interval is set to 5
Gwibber Dispatcher: DEBUG    ** Starting Refresh - Tue May 18 12:50:05 2010 **
Gwibber Dispatcher: DEBUG    <twitter:receive> Performing operation
Gwibber Dispatcher: DEBUG    <twitter:responses> Performing operation
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/statuses/home_timeline.json?count=200
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
149, 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 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/statuses/mentions.json?count=200&since_id=2544835821
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
Gwibber Dispatcher: ERROR    <twitter:responses> 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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
155, in responses
    return self._get("statuses/mentions.json", count=count, since_id=since)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Gwibber Dispatcher: DEBUG    <twitter:private> Performing operation
Gwibber Dispatcher: DEBUG    <twitter:user_messages> Performing operation
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/direct_messages.json?count=200&since_id=1127192256
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
Gwibber Dispatcher: ERROR    <twitter:private> 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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
158, in private
    return self._get("direct_messages.json", "private", count=count, 
since_id=since)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line 
32, in __init__
    self.curl.perform()
error: (6, 'name lookup timed out')
Gwibber Dispatcher: ERROR    Failed to communicate with 
https://twitter.com/statuses/user_timeline.json?count=50&id=Genixoid
Gwibber Dispatcher: ERROR    Failed to parse the response, error was: No JSON 
object could be decoded
Gwibber Dispatcher: ERROR    <twitter:user_messages> 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 
146, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
152, in user_messages
    return self._get("statuses/user_timeline.json", id=id, count=count, 
since_id=since)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py", line 
136, in _get
    if data.has_key("error"):
AttributeError: 'str' object has no attribute 'has_key'

Gwibber Dispatcher: INFO     Loading complete: 2 - ['Failure', 'Failure', 
'Failure', 'Failure']
^CTraceback (most recent call last):
  File "/usr/bin/gwibber-service", line 83, in <module>
    loop.run()

-- 
Gwibber does not receive twitter messages
https://bugs.launchpad.net/bugs/571858
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