firebase-python icon indicating copy to clipboard operation
firebase-python copied to clipboard

subscribe function has issues

Open kalmenchia opened this issue 8 years ago • 1 comments

Hi ,

By following the "subscribe" function example ,

#>>> import pprint from pprint #>>> S = firebase.subscriber(URL, pprint)

and after i executed

#>>> S.start()

the follow errors show up ,

#>>> Exception in thread Thread-242:

Traceback (most recent call last): File "/usr/local/python/2.7.9//Versions/2.7/lib/python2.7/threading.py", line 810, inr self.run() File "firebase.py", line 44, in run self.sse = ClosableSSEClient(self.URL) File "firebase.py", line 16, in init super(ClosableSSEClient, self).init(*args, **kwargs) TypeError: init() takes at least 4 arguments (2 given)

Can any one please advice ? thanks.

kalmenchia avatar Sep 24 '17 04:09 kalmenchia

hey @kalmenchia I'm sorry but no longer maintaining this repo - will leave your issue open for others

shariq avatar Aug 18 '20 00:08 shariq