shariq / firebase-python

nice and simple Firebase integration for Python
MIT License
35 stars 20 forks source link

subscribe function has issues #4

Open kalmenchia opened 7 years ago

kalmenchia commented 7 years ago

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.

shariq commented 4 years ago

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