mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
os.environ["LANGCHAIN_TRACING_V2"] = "true" causes AttributeError: '_UnixSelectorEventLoop' object has no attribute '_closed' #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bhs1 on GitHub (Jul 24, 2024).
Anyone else seen this? When I set os.environ["LANGCHAIN_TRACING_V2"] = "false" it goes away. I'm using asyncio.run().
@bhs1 commented on GitHub (Jul 24, 2024):
Running this guy's code reproduces the issue https://github.com/Kevin7744/Web-Voyager-Using-Langchain/blob/main/main.py#L42
@mlcocdav commented on GitHub (Aug 10, 2024):
Same problem here.
@hinthornw commented on GitHub (Sep 6, 2024):
do you have a stack trace?