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

Exception KeyError: 'AUTH_PBKDF2_CSK_SALT' with oracledb.connect() #189

Closed
anthony-tuininga opened this issue May 22, 2023 Discussed in #92 · 3 comments
Closed

Exception KeyError: 'AUTH_PBKDF2_CSK_SALT' with oracledb.connect() #189

anthony-tuininga opened this issue May 22, 2023 Discussed in #92 · 3 comments
Labels
bug Something isn't working patch available

Comments

@anthony-tuininga
Copy link
Member

Discussed in #92

Originally posted by fantoniou October 31, 2022
Any ideas of why this might be happening?

Mensaje = 'AUTH_PBKDF2_CSK_SALT'
Origen = C:\Users\fanto\source\repos\PythonApplication2\PythonApplication2\PythonApplication2.py
Seguimiento de la pila:
File "C:\Users\fanto\source\repos\PythonApplication2\PythonApplication2\PythonApplication2.py", line 13, in (Current frame)
con = oracledb.connect(user="xxxxxxxx", password="xxxxxxxx", params=params)

@anthony-tuininga anthony-tuininga added the bug Something isn't working label May 22, 2023
@anthony-tuininga
Copy link
Member Author

I have been able to replicate this issue locally and have a patch which I hope to apply shortly.

@anthony-tuininga
Copy link
Member Author

I have pushed a patch that should correct this issue. If you are able to build from source you can verify that it corrects your issue as well.

@anthony-tuininga
Copy link
Member Author

This has been fixed in python-oracledb 1.3.2 which was just released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch available
Projects
None yet
Development

No branches or pull requests

1 participant