weaviate-python-client icon indicating copy to clipboard operation
weaviate-python-client copied to clipboard

Catch and re-raise any/all `Event loop is closed` exceptions

Open tsmith023 opened this issue 1 year ago • 1 comments

Currently if a RuntimeError("Event loop is closed") is raised, the user observes a potentially cryptic error and stacktrace. We should instead catch and re-raise such an exception with a better description to improve the UX

tsmith023 avatar Sep 17 '24 10:09 tsmith023

I would like to take on this issue if it's available.

gssakash avatar Sep 26 '24 19:09 gssakash

Closing because the client no longer uses a custom event loop to run async requests in the sync client

tsmith023 avatar Apr 14 '25 12:04 tsmith023