balidani / tinyctf-platform

Yet another CTF platform
MIT License
146 stars 58 forks source link

SQLAlchemy error #12

Open mike-bailey opened 7 years ago

mike-bailey commented 7 years ago

Getting: ProgrammingError: (ProgrammingError) SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 139626447152896 and this is thread id 139626314942208 None None

When trying to register. AWS EC2 image of 16.06.1 LTS. Followed steps, ran it with python server.py.

caioluders commented 7 years ago

Same here

mike-bailey commented 7 years ago

FYI I changed the server to single thread and it worked as a band-aid

caioluders commented 7 years ago

Yeah , that wouldn't work for me . Maybe if I run it over uwsgi is gonna work ?

mike-bailey commented 7 years ago

No idea