mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
AssertionError: Feedback token task was not created in '../chat/playground'. An error occurred #166
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 @normalstory on GitHub (Apr 20, 2024).
Originally assigned to: @eyurtsev on GitHub.
Hello!
I'd like to thank you all first. Although I'm not a developer, I've been learning and testing things with LangChain's help recently, and I've learned a lot. Let's keep going!
Issue Report
During my study process, I encountered an error that I couldn't find the cause of, so I decided to write this post.
https://github.com/teddylee777/langserve_ollama/issues/2
Issue Phenomenon
Normal Behavior:
The paths
../prompt/playground/,../translate/playground/, and../llm/playground/work well in both local (http://0.0.0.0:8000 ~) andngrok-free.app (
..ngrok-free.app ~) environments.Abnormal Behavior:
However, the path
../chat/playground/does not respond at all on bothlocal (
http://0.0.0.0:8000 ~) and ngrok-free.app (..ngrok-free.app ~)environments in a browser window.
Specific Phenomenon: Different responses each time
Error Message in Browser (F12, Developer Mode)

A form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form. To fix this issue, add a unique id or name attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.Error Message on LangSmith

Error Message on ngrok-Spect

Do you know the cause?
"Interestingly, only LangSmith responded normally, while all the other platforms failed".
Please let me know if anyone has an idea about what's causing this issue!
@hemslo commented on GitHub (Apr 25, 2024):
I also found this error after upgrade langserve to
0.1.0, commented at https://github.com/langchain-ai/langserve/pull/593#discussion_r1579347085@eyurtsev commented on GitHub (Apr 25, 2024):
Patched release in 0.1.1. Thank you for flagging!