1.ValueError: urls must start with a leading slash數據庫
這個錯誤緣由可能發生在全部路由相關地方,少加了一個'/'形成的。session
2.ImportError: cannot import name 'db'app
這個錯誤緣由是產生了循環導入問題,修改import的位置便可socket
3.AssertionError: View function mapping is overwriting an existing endpoint function: manager.check_permissionide
這個錯誤緣由是自定義的裝飾器中沒有使用functools模塊下的wraps(func)修飾wrapper (func)url
4.socket.gaierror: [Errno -2] Name or service not knownspa
這個錯誤緣由是當發送郵件等事務發生時,虛擬機沒聯網事務
5.The method is not allowed for the requested URL.路由
這個錯誤緣由是路由書寫時候,前一個路由沒有寫methods=['POST','GET']虛擬機
6.AttributeError: 'SQLAlchemy' object has no attribute 'commit'
這個錯誤緣由是db.session.commit(),可能忘記寫session
7.RuntimeError: No application found. Either work inside a view function or push an application context.
這個錯誤緣由是應該寫進視圖模塊中的代碼約束,寫到了表單模塊中
8.TypeError: redirect() got an unexpected keyword argument 'id'
這個錯誤緣由可能不單單是重定向傳錯參數,還有可能只寫了redirect,忘記寫url_for
9.ERROR [root] Error: Can't locate revision identified by '8a92edbd0e8e'
這個問題是數據庫中表alembic_version版本太低,直接刪除