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')]

 

执行关注操作的时候报错

相关文章:

  • 2021-08-08
  • 2021-09-18
  • 2021-07-20
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-06-12
猜你喜欢
  • 2022-12-23
  • 2022-02-25
  • 2021-11-18
  • 2021-12-14
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案