gpt4 book ai didi

python - 在 Eve 中使用 get 事件 Hook 时 "TypeError: pre_get_callback() missing 1 required positional argument: ' 查找 '"

转载 作者:行者123 更新时间:2023-12-01 05:10:22 25 4
gpt4 key购买 nike

我尝试在 Eve 中使用 pre_get 事件 Hook ,但是当尝试在网页上运行示例时,我收到以下错误消息:

TypeError: pre_get_callback() missing 1 required positional argument: 'lookup'.

完整的简短转储可在 gist.github 获取。

这是我的代码

def pre_get_callback(resource, request, lookup):
print ('A GET request on the "%s" endpoint has just been received!' % resource)
lookup["username"] = {'$exists': True}

我使用的是 Python 3.3 和最新版本的 Eve。

最佳答案

lookup 是 0.4 版本的功能 ( changelog )。您可能使用的是 v0.3 或更低版本。如果是这种情况,一个简单的

pip install eve --upgrade

将解决您的问题。顺便说一下,Eve 0.4 昨天发布了。

关于python - 在 Eve 中使用 get 事件 Hook 时 "TypeError: pre_get_callback() missing 1 required positional argument: ' 查找 '",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24341017/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com