mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 10:54:29 -04:00
Unsupported sse event type - metadata #32
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 @glennbach on GitHub (Nov 10, 2023).
Originally assigned to: @eyurtsev on GitHub.
I seem to be getting a sse metadata event that I wasn't getting before. It currently contains a
run_id, which appears to be from upstream. The client code is logging the error with each request, since it is not expecting it.@eyurtsev commented on GitHub (Nov 10, 2023):
Thanks for reporting! Are you using only the python client or the js client as well?
It should be only logging it once but it looks like there's a bug in that logic as well 😅