报错模板如下:
‘Collection’ object is not callable. If you meant to call the ‘authenticate’ method on a ‘Database’ object it is failing because no such method exists.
在使用前后端分离项目,后端使用flask链接数据库MongoDB,之前跑的好好的,过了一段时间发现无法运行,显示数据库连接报错。
数据库已经部署到服务器!
出现下面这个bug,大多数是因为我们模块版本问题,应该是版本太高,不能支持之前的语法。
from pymongo import MongoClient
‘Collection’ object is not callable. If you meant to call the ‘authenticate’ method on a ‘Database’ object it is failing because no such method exists.
本文发布于:2024-02-05 06:50:11,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170726679564088.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |