我正在編寫一個廣泛遵循this example的應用程序。Rethinkdb - 函數屬性錯誤
當我提交POST請求,如:
curl http://localhost:5000/todos -d "data=Remember the milk" -X POST
我從RethinkDB出現以下錯誤:
rethinkdb/ast.py", line 118, in run return c._start(self, **global_optargs) AttributeError: 'function' object has no attribute '_start'
有沒有人遇到過這樣的事情之前?我在Python 3.5.0和Flask 0.10.1上使用RethinkDB 2.2.2。
感謝,
奧爾羅