TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
220 stars 122 forks source link

Error: read ECONNRESET #141

Open mahdiazizzadeh opened 1 year ago

mahdiazizzadeh commented 1 year ago

Hi, I am trying to connect to Clickhouse container. I have also uploaded Click House with Docker. But when I try to connect to it, I get this error: Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20) { errno: -104, code: 'ECONNRESET', syscall: 'read' } ‍‍‍ My code is very simple to connect to it.