Skip to content

sqlalchemy.exc.ProgrammingError #38

@chanlgms

Description

@chanlgms

I have a programming error after login. It says:
ProgrammingError: (sqlite3.ProgrammingError) SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 16912 and this is thread id 7636.
[SQL: SELECT batches.id AS batches_id, batches.name AS batches_name, batches.configuration_profile_id AS batches_configuration_profile_id, batches.windows_credential_id AS batches_windows_credential_id
FROM batches ORDER BY batches.name ASC]
[parameters: [{}]]
(Background on this error at: http://sqlalche.me/e/f405)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions