Skip to content

[Bug]: Encountering an error when the program exits: "Error in sys.excepthook" #2908

@Jamlee

Description

@Jamlee

self._alias_handlers[alias] = gh

I've tested it with Python 13, Python 12, and Python 11, and this error occurs in all versions. The error message shown below appears upon exit whenever assign gh to a dictionary.

(testpy) python main.py
Error in sys.excepthook:

Original exception was:

the main.py content like below:

from pymilvus import connections
connections.connect(
    uri="http://127.0.0.1:19530/default", _async=True
)

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