Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error code not parsed after Clickhouse update #181

Open
gordinskiy opened this issue Nov 22, 2022 · 0 comments
Open

Error code not parsed after Clickhouse update #181

gordinskiy opened this issue Nov 22, 2022 · 0 comments

Comments

@gordinskiy
Copy link

After update ClickHouse version from 20.8.2.3 to 22.8.9.24 exceptions thrown by this package have changed.


ClickHouse v20.8.2.3:

Response body:

Code: 516, e.displayText() = DB::Exception: Username: Authentication failed: password is incorrect or there is no user with such name (version 20.8.2.3 (official build))

Exception:

\ClickHouseDB\Exception\DatabaseException

Exception Message:

Username: Authentication failed: password is incorrect or there is no user with such name
IN:show databases FORMAT JSON

Exception Code: 516


ClickHouse v22.8.9.24:

Response body:

Code: 516. DB::Exception: Username: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED) (version 22.8.9.24 (official build))

Exception:

\ClickHouseDB\Exception\QueryException

Exception Message:

HttpCode:403 ; ;Code: 516. DB::Exception: Username: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED) (version 22.8.9.24 (official build))

Exception Code: 403

Can it be fixed in this package or it is Clickhouse problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant