chamkank / flask-chatterbot

Simple boilerplate for ChatterBot using Flask
377 stars 263 forks source link

deploying with python anywhere #10

Closed priyanka22kar closed 6 years ago

priyanka22kar commented 6 years ago

@chamkank when I try to execute app.py with python anywhere I get the below error

dbapi_connection.execute('PRAGMA journal_mode=WAL') sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) cannot change into wal mode from within a transaction (Background on this error at: ht tp://sqlalche.me/e/e3q8)

gunthercox commented 6 years ago

Hi @priyanka22kar, this might be an issue with the ChatterBot library itself https://github.com/gunthercox/ChatterBot/issues/1128

I'll be working on releasing an update to fix this soon.

priyanka22kar commented 6 years ago

@gunthercox thankyou for your reply