python http_stream/http_stream.py error
kala55 opened this issue · 1 comments
kala55 commented
Traceback (most recent call last):
File "http_stream/http_stream.py", line 43, in
cherrypy.quickstart(Streamer())
File "http_stream/http_stream.py", line 16, in init
self.stream = BinLogStreamReader(connection_settings = mysql_settings, only_events = [DeleteRowsEvent, WriteRowsEvent, UpdateRowsEvent], blocking = True, resume_stream = True)
TypeError: init() takes at least 3 non-keyword arguments (2 given)
Python 2.6.6
PyMySQL-0.7.0-py2.6.egg
CherryPy-4.0.0-py2.6.egg
scharron commented
it seems BinLogStreamReader now needs a server_id