Comment 2 for bug 1254974

Revision history for this message
Kartik Singhal (kartiksinghal) wrote :

After installing the package you mentioned, it finally started working. Thanks!

I think the README or install instructions should mention about the dependency on the package.

But graceful quit is still a problem. The following is after I do a Ctrl+Q in Polly.

[k4rtik@ ~]$ polly
Polly 0.93.11 (pre-alpha 3.11)
Copyright (C) 2011 Marcelo Hashimoto
cache path: /home/kasingha/.cache/polly
config path: /home/kasingha/.config/polly
data home: /home/kasingha/.local/share/polly
initializing... done
DEBUG: k4rtik connected successfully
Exception in thread Thread-13:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/site-packages/polly/__init__.py", line 241, in run
    self.callback(*self.args)
  File "/usr/lib/python2.7/site-packages/polly/twitter/realtime.py", line 421, in _buffer_loop
    del data[:]
TypeError: unhashable type

^C

^C^C^C

It doesn't launch again (processes start but not the GUI) unless you kill it manually. There is still some serious problem.