-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
There was a problem with the database: There was a problem with authentication
Steps to reproduce
db = AsyncSurrealDB(url=url)
await db.connect()
await db.use(namespace=namespace, database=database)
await db.sign_in(username=user, password=password)
# prior to v0.4.1: db.signin({"user": user, "pass": password, "NS": namespace})
Expected behaviour
Connect.
SurrealDB version
surrealpypi v0.4.1
surrealdb.py version
surrealpypi v0.4.1
Contact Details
No response
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working