Skip to content

subscribe function has issues #4

@kalmenchia

Description

@kalmenchia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions