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
I am also facing same error while running python ilp_ingestion.py in Local docker
Ingestion started. Connecting to localhost 9009
Traceback (most recent call last):
File "home/Quest_DB/questdb-quickstart/ingestion/python/tsbs_send/ilp_ingestion.py", line 55, in
send()
File "/home/Quest_DB/questdb-quickstart/ingestion/python/tsbs_send/ilp_ingestion.py", line 31, in send
with Sender(host, port, auth=auth, tls=TLS) as sender:
File "src/questdb/ingress.pyx", line 1932, in questdb.ingress.Sender.init
TypeError: init() takes exactly 3 positional arguments (2 given)
Ingestion started. Connecting to localhost 9009
Traceback (most recent call last):
File "/home/mark/questdb-quickstart/ingestion/python/tsbs_send/ilp_ingestion.py", line 55, in
send()
File "/home/mark/questdb-quickstart/ingestion/python/tsbs_send/ilp_ingestion.py", line 31, in send
with Sender(host, port, auth=auth, tls=TLS) as sender:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "src/questdb/ingress.pyx", line 1932, in questdb.ingress.Sender.init
TypeError: init() takes exactly 3 positional arguments (2 given)
The text was updated successfully, but these errors were encountered: