Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Json循环引用的bug #226

Open
HDZsuper opened this issue Dec 7, 2024 · 0 comments
Open

Json循环引用的bug #226

HDZsuper opened this issue Dec 7, 2024 · 0 comments

Comments

@HDZsuper
Copy link

HDZsuper commented Dec 7, 2024

在api.py中的post_group_message函数,有一处payload = locals()会导致我的python报错ValueError: Circular reference detected,据我的观察改成payload = locals().copy()就好了,也不知道为什么……python版本3.9/3.10都有这个问题

@HDZsuper HDZsuper closed this as completed Dec 7, 2024
@HDZsuper HDZsuper reopened this Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant