Skip to content

Json循环引用的bug #226

@HDZsuper

Description

@HDZsuper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions