flask开发没有解决的bug记录详解大数据

sqlalchemy.exc.InvalidRequestError

sqlalchemy.exc.InvalidRequestError: This Session’s transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (sqlite3.IntegrityError) NOT NULL constraint failed: follows.follower_id [SQL: ‘INSERT INTO follows (followed_id, timestamp) VALUES (?, ?)’] [parameters: (100, ‘2017-09-08 07:31:07.391094’)]

 

执行关注操作的时候报错

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/bigdata/9258.html

(0)
上一篇 2021年7月19日 09:19
下一篇 2021年7月19日 09:19

相关推荐

发表回复

登录后才能评论