chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Error message when running the LangChain integration demo

Open vemonet opened this issue 9 months ago • 4 comments
trafficstars

Describe the bug Using the langgraph code from this page: https://docs.chainlit.io/integrations/langchain

It works but the following line is spammed more than a 100 times in the terminal where I run the app:

2025-02-14 15:21:37 - Error in callback coroutine: TracerException('No indexed run ID 53a2d25b-b886-4308-84de-2a788d569579.')

To Reproduce Steps to reproduce the behavior:

  1. Follow the demo instructions. I used uv to run the script

Expected behavior The starting code shared should be sane, with clean logs, no spammed of warning. And if you have to send a warning send it once ideally

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Browser firefox

vemonet avatar Feb 14 '25 14:02 vemonet