我不明白这个错误是什么意思,显然,没有人在互联网上遇到过同样的错误
BadArgumentError:带有游标的 _MultiQuery 需要
__key__
顺序
这发生在这里:
return SocialNotification.query().order(-SocialNotification.date).filter(SocialNotification.source_key.IN(nodes_list)).fetch_page(10)
该属性source_key
显然是一个键,nodes_list
是先前检索到的实体键的列表。
我需要的是找到所有具有与列表中的一个键匹配SocialNotifications
的字段的字段。source_key