You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.
The example also doesn't work on OSX Lion, but no exception is thrown. I used (the shipped) Python 2.7.1 and the same python packages from pypi.
This is the output (printing the id this time):
So, it's returning three items most of the time, but sometimes only two. And adds a newline randomly.
What can I do to supply you with more useful information?
Update: After a few iterations, It's throwing the same exception. This time with a message:
$ python test_thoonk.py
e164b4f2a54c40338987fc42124794d9
2ec93b47b93d4424a2492f8564e13bd2
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 530, in __bootstrap_inner
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 483, in run
File "/Users/kai/.virtualenvs/bla/src/thoonk/thoonk/pubsub.py", line 331, in listen
File "/Users/kai/.virtualenvs/bla/lib/python2.7/site-packages/redis/client.py", line 1219, in listen
File "/Users/kai/.virtualenvs/bla/lib/python2.7/site-packages/redis/client.py", line 259, in parse_response
File "/Users/kai/.virtualenvs/bla/lib/python2.7/site-packages/redis/connection.py", line 161, in read_response
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I'm getting an exception using thoonk with publish/subscribe. I'm using FreeBSD, Python 2.6.7 and redis 2.2.11.
What am I doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: