question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clickhouse driver doesn't working

See original GitHub issue

Sqlpad docker image: latest tag Clickhouse version: 21.6.4.26

When I try create a new connection using clickhouse driver the connection test fails shown me the error below

403: Code: 516, e.displayText() = DB::Exception: Invalid authentication: it is not allowed to use Authorization HTTP header and authentication via parameters simultaneously (version 21.6.4.26 (official build))

I chaged my clickhouse version to 20.3.9.70, but the problem related here #915 remains - the databases and tables doesn’t shown in the panel, but them are return in the connections request.

This issue doesn’t worked for me #1011

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
rickbergfalkcommented, Jun 16, 2021

Docker hub should have updated build shortly under version 6.7.1

1reaction
dengc367commented, Jun 15, 2021

@jasondavindev I find the docker version doesn’t contain the commit https://github.com/sqlpad/sqlpad/commit/a7c883efea88b6ac965e08963cf1891ecbd5f26f , which is fixed later than the 6.6.0 version. you can test this commit which is now in master branch. @rickbergfalk Please publish a new release from the master branch, if you have time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting | ClickHouse Docs
Check the IP Access List, if you are attempting to connect from outside the allowed list then your connection will fail. Self-managed ClickHouse...
Read more >
API — clickhouse-driver 0.2.5 documentation - Read the Docs
API¶. This part of the documentation covers basic classes of the driver: Client, Connection and others. ... Does not work for NumPy. Default:...
Read more >
clickhouse-driver Documentation - Read the Docs
This part of the documentation focuses on step-by-step instructions for development with clickhouse-driver. Clickhouse-driver is designed to ...
Read more >
ClickHouse and Python: Getting to Know the ... - Altinity
Clickhouse -driver is a great way to jump into ClickHouse Python ... Creating a client sets up the connection information but does not...
Read more >
Issue connecting to Dockerized Clickhouse Server with ...
clickhouse -driver communicate with ClickHouse server over the native protocol on 9000-port · docker container should publish port 9000 to the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found