honmaple / maple-bbs

a forums system based on flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3.5 404錯誤,找不到原因!

huangtao00 opened this issue · comments

每一步都是按说明走的,正常跑起来后,所有页面都是返回404错误!检查了blue_print挂载情况,确实都在url_map中。就是找不到哪里出问题了!下图是具体情况:
_ _20180312205819

浏览器上返回错误:

builtins.TypeError
TypeError: b'8d7e9a467dc07eda61fd6be187cb85e9b59e94c7' is not JSON serializable

下面是查看blue_print对应的绑定的url信息,显示也是正常的。还是返回404 error

_ _20180312213433

问题解决了,和config.py文件中的SERVER_NAME有关!