You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 73, in app
response = await f(request)
File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 301, in app
raw_response = await run_endpoint_function(
File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 212, in run_endpoint_function
return await dependant.call(**values)
File "/home/user/muagent/muagent/httpapis/ekg_construct/api.py", line 252, in update_graph
edges = [
File "/home/user/muagent/muagent/httpapis/ekg_construct/api.py", line 254, in
start_id=e['start_id'],
KeyError: 'start_id'
The text was updated successfully, but these errors were encountered:
File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 73, in app
response = await f(request)
File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 301, in app
raw_response = await run_endpoint_function(
File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 212, in run_endpoint_function
return await dependant.call(**values)
File "/home/user/muagent/muagent/httpapis/ekg_construct/api.py", line 252, in update_graph
edges = [
File "/home/user/muagent/muagent/httpapis/ekg_construct/api.py", line 254, in
start_id=e['start_id'],
KeyError: 'start_id'
The text was updated successfully, but these errors were encountered: