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

Sessions table not created #30

Open
AlMcKinlay opened this issue Aug 29, 2017 · 1 comment
Open

Sessions table not created #30

AlMcKinlay opened this issue Aug 29, 2017 · 1 comment
Labels

Comments

@AlMcKinlay
Copy link

On first run, I got this:

Unhandled rejection ReqlOpFailedError: Table `yanius.sessions` does not exist in:
r.table("sessions").indexCreate("expires")

So I logged into rethinkdb and created the table, and it seemed to work fine after that.

@DerEnderKeks
Copy link
Owner

Hello,

that's a bug that exists since a while but usually the table is created after the first run and as of that starting Yanius twice should fix it.
It's not intended to behave like that but either I'm or the RethinkDB ORM Yanius is using is doing something wrong. It could just be a race condition too.

Regards
DerEnderKeks

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

No branches or pull requests

2 participants