Skip to content

conversational AI error 'Entity with the specified id does not exist in the system.' #5

@helenzusa1

Description

@helenzusa1

I want to use 'conversational AI'. I typed query 'what's in pypi_2to3 libraries', then clicked 'continue'. I got the error 'Internal server error'. In the 8000 terminal, saw the following log. I highlighted places said:

'ASGI framework',
'cosmos-netstandard-sdk/3.18.0'
'Entity with the specified id does not exist in the system.'

2025-01-20 12:47:29,639 - RAGDataService websvc_headers: {"Content-Type": "application/json", "x-caig-auth": "K6ZQw!81"}
2025-01-20 12:47:29,640 - RAGDataService created
2025-01-20 12:47:29,641 - msal auth disabled
2025-01-20 12:47:29,642 - webapp.py websvc_headers: {"Content-Type": "application/json", "x-caig-auth": "K6ZQw!81"}
2025-01-20 12:47:29,642 - webapp.py started
2025-01-20 12:47:29,650 - Using proactor: IocpProactor
[2025-01-20 12:47:29 -0800] [27128] [INFO] Running on http://127.0.0.1:8000 (CTRL + C to quit)
2025-01-20 12:47:29,671 - Running on http://127.0.0.1:8000 (CTRL + C to quit)
2025-01-20 12:48:37,486 - Calling on_field_start with no data
2025-01-20 12:48:37,487 - Calling on_field_name with data[0:15]
2025-01-20 12:48:37,488 - Calling on_field_data with data[16:52]
2025-01-20 12:48:37,488 - Calling on_field_end with no data
2025-01-20 12:48:37,488 - Calling on_field_start with no data
2025-01-20 12:48:37,489 - Calling on_field_name with data[53:62]
2025-01-20 12:48:37,489 - Calling on_field_data with data[63:97]
2025-01-20 12:48:37,489 - Calling on_field_end with no data
2025-01-20 12:48:37,489 - Calling on_end with no data
2025-01-20 12:48:37,489 - /conv_ai_console form_data: FormData([('conversation_id', 'c4f5cb84-720c-4e5b-98a8-1a1fd0b1add2'), ('user_text', "what's in pypi_2to3 libraries?")])
2025-01-20 12:48:37,489 - conversation_id: c4f5cb84-720c-4e5b-98a8-1a1fd0b1add2, user_text: **what's in pypi_2to3 libraries**?
2025-01-20 12:48:37,490 - DBService#load_conversation - c4f5cb84-720c-4e5b-98a8-1a1fd0b1add2
2025-01-20 12:48:38,046 - conversation loaded: c4f5cb84-720c-4e5b-98a8-1a1fd0b1add2 {
  "created_at": 1737406118.0409412,
  "created_date": "2025-01-20 12:48:38.040941",
  "updated_at": 1737406118.0409412,
  "conversation_id": "c4f5cb84-720c-4e5b-98a8-1a1fd0b1add2",
  "pk": "4e273bcf-30a3-43a1-bca6-4dac9771be80",
  "id": "4e273bcf-30a3-43a1-bca6-4dac9771be80",
  "prompts": [],
  "completions": [],
  "chat_history": {
    "messages": []
  },
  "diagnostic_messages": [],
  "ai_config": {
    "completions_deployment": "gpt-4",
    "embeddings_deployment": "text-embedding-ada-002",
    "invoke_kernel_max_tokens": 4096,
    "invoke_kernel_temperature": 0.4,
    "invoke_kernel_top_p": 0.5,
    "html_summarize_max_tokens": 2000,
    "html_summarize_temperature": 0.7,
    "html_summarize_top_p": 0.8,
    "get_completion_temperature": 0.1,
    "moderate_sparql_temperature": 0.0,
    "optimize_context_and_history_max_tokens": 10000,
    "truncate_llm_context_max_ntokens": 0,
    "generate_graph_temperature": 0.0
  }
}
2025-01-20 12:48:38,047 - BaseDBService constructor complete; source: cosmos_nosql
2025-01-20 12:48:38,050 - CosmosNoSQLService - constructor
2025-01-20 12:48:38,051 - CosmosNoSQLService#auth_mechanism: key
2025-01-20 12:48:38,051 - CosmosNoSQLService#initialize with key
2025-01-20 12:48:38,052 - CosmosNoSQLService#uri: https://omni-nosql1.documents.azure.com:443/
2025-01-20 12:48:38,052 - CosmosNoSQLService - initialize() with key completed
[2025-01-20 12:48:38 -0800] [27128] [ERROR] Error in ASGI Framework
Traceback (most recent call last):
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\hypercorn\asyncio\task_group.py", line 27, in _handle
    await app(scope, receive, send, sync_spawn, call_soon)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\hypercorn\app_wrappers.py", line 34, in __call__
    await self.app(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\applications.py", line 123, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
    raise exc
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\middleware\exceptions.py", line 65, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
    raise exc
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\routing.py", line 756, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\routing.py", line 776, in app
    await route.handle(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\routing.py", line 297, in handle
    await self.app(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\routing.py", line 77, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
    raise exc
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\starlette\routing.py", line 72, in app
    response = await func(request)
               ^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\fastapi\routing.py", line 278, in app
    raw_response = await run_endpoint_function(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\fastapi\routing.py", line 191, in run_endpoint_function
    return await dependant.call(**values)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\webapp.py", line 493, in conv_ai_console
    rdr: RAGDataResult = await rag_data_svc.get_rag_data(user_text, 3)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\src\services\rag_data_service.py", line 71, in get_rag_data
    await rsb.initialize()
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\src\services\strategy_builder.py", line 26, in initialize
    await self.entities_svc.initialize()
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\src\services\entities_service.py", line 47, in initialize
    result_doc = await self.nosql_svc.point_read("entities", "entities")
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\src\services\cosmos_nosql_service.py", line 106, in point_read
    return await self._ctrproxy.read_item(item=id, partition_key=pk)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\core\tracing\decorator_async.py", line 94, in wrapper_use_tracer
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_container.py", line 304, in read_item
    return await self.client_connection.ReadItem(document_link=doc_link, options=request_options, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_cosmos_client_connection_async.py", line 959, in ReadItem
    return await self.Read(path, "docs", document_id, None, options, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_cosmos_client_connection_async.py", line 1147, in Read
    result, last_response_headers = await self.__Get(path, request_params, headers, **kwargs)
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_cosmos_client_connection_async.py", line 1169, in __Get
    return await asynchronous_request.AsynchronousRequest(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_asynchronous_request.py", line 172, in AsynchronousRequest
    return await _retry_utility_async.ExecuteAsync(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_retry_utility_async.py", line 83, in ExecuteAsync
    result = await ExecuteFunctionAsync(function, global_endpoint_manager, *args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_retry_utility_async.py", line 148, in ExecuteFunctionAsync
    return await function(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\azure\cosmos\aio\_asynchronous_request.py", line 117, in _Request
    raise exceptions.CosmosResourceNotFoundError(message=data, response=response)
azure.cosmos.exceptions.CosmosResourceNotFoundError: (NotFound) Entity with the specified id does not exist in the system. More info: https://aka.ms/cosmosdb-tsg-not-found, {"Summary":{"DirectCalls":{"(404, 0)":1},"GatewayCalls":{"(200, 0)":3,"(304, 0)":1}},"name":"HandleDocumentRequest","id":"98009a83-4f6b-483c-8ba7-bd4305f3dc50","start time":"08:48:38:160","duration in milliseconds":29.2784,"data":{"Client Side Request Stats":{"Id":"AggregatedClientSideRequestStatistics","ContactedReplicas":[{"Count":1,"Uri":"rntbd://cdb-ms-prod-centralus1-be165.documents.azure.com:14453/apps/fec699a8-4edb-4861-8af4-58b1ab27f96d/services/e27f95c8-7819-4e93-ae17-70b52dc87bfd/partitions/d549fff3-ce9d-40e3-9e6a-d79f1f783e73/replicas/133815423192257794s/"}],"RegionsContacted":[],"FailedReplicas":[],"AddressResolutionStatistics":[{"StartTimeUTC":"2025-01-20T20:48:38.1874993Z","EndTimeUTC":"2025-01-20T20:48:38.1886877Z","TargetEndpoint":"https://omni-nosql1-centralus.sql.cosmos.azure.com//addresses/?$resolveFor=dbs%2faDE9AA%3d%3d%2fcolls%2faDE9AIJdEcg%3d%2fdocs&$filter=protocol eq rntbd&$partitionKeyRangeIds=0"}],"StoreResponseStatistics":[{"ResponseTimeUTC":"2025-01-20T20:48:38.1899646Z","ResourceType":"Document","OperationType":"Read","LocationEndpoint":"https://omni-nosql1-centralus.sql.cosmos.azure.com/","StoreResult":{"ActivityId":"9f20f51a-b255-467c-bd1c-81f505e033e8","StatusCode":"NotFound","SubStatusCode":"Unknown","LSN":8,"PartitionKeyRangeId":"0","GlobalCommittedLSN":8,"ItemLSN":-1,"UsingLocalLSN":true,"QuorumAckedLSN":-1,"SessionToken":"-1#8","CurrentWriteQuorum":-1,"CurrentReplicaSetSize":-1,"NumberOfReadRegions":0,"IsValid":true,"StorePhysicalAddress":"rntbd://cdb-ms-prod-centralus1-be165.documents.azure.com:14453/apps/fec699a8-4edb-4861-8af4-58b1ab27f96d/services/e27f95c8-7819-4e93-ae17-70b52dc87bfd/partitions/d549fff3-ce9d-40e3-9e6a-d79f1f783e73/replicas/133815423192257794s/","RequestCharge":1,"RetryAfterInMs":null,"BELatencyInMs":"0.217","transportRequestTimeline":{"requestTimeline":[{"event": "Created", "startTimeUtc": "2025-01-20T20:48:38.1888992Z", "durationInMs": 0.0021},{"event": "ChannelAcquisitionStarted", "startTimeUtc": "2025-01-20T20:48:38.1889013Z", "durationInMs": 0.0087},{"event": "Pipelined", "startTimeUtc": "2025-01-20T20:48:38.1889100Z", "durationInMs": 0.0555},{"event": "Transit Time", "startTimeUtc": "2025-01-20T20:48:38.1889655Z", "durationInMs": 0.939},{"event": "Received", "startTimeUtc": "2025-01-20T20:48:38.1899045Z", "durationInMs": 0.0496},{"event": "Completed", "startTimeUtc": "2025-01-20T20:48:38.1899541Z", "durationInMs": 0}],"serviceEndpointStats":{"inflightRequests":1,"openConnections":1},"connectionStats":{"waitforConnectionInit":"False","callsPendingReceive":0,"lastSendAttempt":"2025-01-20T20:42:27.9893967Z","lastSend":"2025-01-20T20:42:27.9894363Z","lastReceive":"2025-01-20T20:42:27.9901143Z"},"requestSizeInBytes":439,"responseMetadataSizeInBytes":146,"responseBodySizeInBytes":84},"TransportException":null}}],"HttpResponseStats":[{"StartTimeUTC":"2025-01-20T20:48:38.1791646Z","DurationInMs":4.0142,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com/dbs/caig/colls/config","ResourceType":"Collection","HttpMethod":"GET","ActivityId":"d1440432-72d5-49fa-9247-7a32e1229971","StatusCode":"OK"},{"StartTimeUTC":"2025-01-20T20:48:38.1833860Z","DurationInMs":1.9552,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com/dbs/aDE9AA==/colls/aDE9AIJdEcg=/pkranges","ResourceType":"PartitionKeyRange","HttpMethod":"GET","ActivityId":"cdca009e-3a86-4ce1-8265-8605ac169988","StatusCode":"OK"},{"StartTimeUTC":"2025-01-20T20:48:38.1855694Z","DurationInMs":1.8223,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com/dbs/aDE9AA==/colls/aDE9AIJdEcg=/pkranges","ResourceType":"PartitionKeyRange","HttpMethod":"GET","ActivityId":"f06952e4-6dd6-4e07-9fa7-a139dc8cba5d","StatusCode":"NotModified","ReasonPhrase":"Not Modified"},{"StartTimeUTC":"2025-01-20T20:48:38.1875080Z","DurationInMs":1.1675,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com//addresses/?$resolveFor=dbs%2faDE9AA%3d%3d%2fcolls%2faDE9AIJdEcg%3d%2fdocs&$filter=protocol eq rntbd&$partitionKeyRangeIds=0","ResourceType":"Document","HttpMethod":"GET","ActivityId":"9f20f51a-b255-467c-bd1c-81f505e033e8","StatusCode":"OK"}]}},"children":[{"name":"Waiting for Initialization of client to complete","id":"576cd311-4f43-4667-b81c-8b91a85ac7b6","start time":"08:48:38:160","duration in milliseconds":18.3001}]}, Windows/10.0.20348 cosmos-netstandard-sdk/3.18.0
Code: NotFound
Message: **Entity with the specified id does not exist in the system.** More info: https://aka.ms/cosmosdb-tsg-not-found, {"Summary":{"DirectCalls":{"(404, 0)":1},"GatewayCalls":{"(200, 0)":3,"(304, 0)":1}},"name":"HandleDocumentRequest","id":"98009a83-4f6b-483c-8ba7-bd4305f3dc50","start time":"08:48:38:160","duration in milliseconds":29.2784,"data":{"Client Side Request Stats":{"Id":"AggregatedClientSideRequestStatistics","ContactedReplicas":[{"Count":1,"Uri":"rntbd://cdb-ms-prod-centralus1-be165.documents.azure.com:14453/apps/fec699a8-4edb-4861-8af4-58b1ab27f96d/services/e27f95c8-7819-4e93-ae17-70b52dc87bfd/partitions/d549fff3-ce9d-40e3-9e6a-d79f1f783e73/replicas/133815423192257794s/"}],"RegionsContacted":[],"FailedReplicas":[],"AddressResolutionStatistics":[{"StartTimeUTC":"2025-01-20T20:48:38.1874993Z","EndTimeUTC":"2025-01-20T20:48:38.1886877Z","TargetEndpoint":"https://omni-nosql1-centralus.sql.cosmos.azure.com//addresses/?$resolveFor=dbs%2faDE9AA%3d%3d%2fcolls%2faDE9AIJdEcg%3d%2fdocs&$filter=protocol eq rntbd&$partitionKeyRangeIds=0"}],"StoreResponseStatistics":[{"ResponseTimeUTC":"2025-01-20T20:48:38.1899646Z","ResourceType":"Document","OperationType":"Read","LocationEndpoint":"https://omni-nosql1-centralus.sql.cosmos.azure.com/","StoreResult":{"ActivityId":"9f20f51a-b255-467c-bd1c-81f505e033e8","StatusCode":"NotFound","SubStatusCode":"Unknown","LSN":8,"PartitionKeyRangeId":"0","GlobalCommittedLSN":8,"ItemLSN":-1,"UsingLocalLSN":true,"QuorumAckedLSN":-1,"SessionToken":"-1#8","CurrentWriteQuorum":-1,"CurrentReplicaSetSize":-1,"NumberOfReadRegions":0,"IsValid":true,"StorePhysicalAddress":"rntbd://cdb-ms-prod-centralus1-be165.documents.azure.com:14453/apps/fec699a8-4edb-4861-8af4-58b1ab27f96d/services/e27f95c8-7819-4e93-ae17-70b52dc87bfd/partitions/d549fff3-ce9d-40e3-9e6a-d79f1f783e73/replicas/133815423192257794s/","RequestCharge":1,"RetryAfterInMs":null,"BELatencyInMs":"0.217","transportRequestTimeline":{"requestTimeline":[{"event": "Created", "startTimeUtc": "2025-01-20T20:48:38.1888992Z", "durationInMs": 0.0021},{"event": "ChannelAcquisitionStarted", "startTimeUtc": "2025-01-20T20:48:38.1889013Z", "durationInMs": 0.0087},{"event": "Pipelined", "startTimeUtc": "2025-01-20T20:48:38.1889100Z", "durationInMs": 0.0555},{"event": "Transit Time", "startTimeUtc": "2025-01-20T20:48:38.1889655Z", "durationInMs": 0.939},{"event": "Received", "startTimeUtc": "2025-01-20T20:48:38.1899045Z", "durationInMs": 0.0496},{"event": "Completed", "startTimeUtc": "2025-01-20T20:48:38.1899541Z", "durationInMs": 0}],"serviceEndpointStats":{"inflightRequests":1,"openConnections":1},"connectionStats":{"waitforConnectionInit":"False","callsPendingReceive":0,"lastSendAttempt":"2025-01-20T20:42:27.9893967Z","lastSend":"2025-01-20T20:42:27.9894363Z","lastReceive":"2025-01-20T20:42:27.9901143Z"},"requestSizeInBytes":439,"responseMetadataSizeInBytes":146,"responseBodySizeInBytes":84},"TransportException":null}}],"HttpResponseStats":[{"StartTimeUTC":"2025-01-20T20:48:38.1791646Z","DurationInMs":4.0142,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com/dbs/caig/colls/config","ResourceType":"Collection","HttpMethod":"GET","ActivityId":"d1440432-72d5-49fa-9247-7a32e1229971","StatusCode":"OK"},{"StartTimeUTC":"2025-01-20T20:48:38.1833860Z","DurationInMs":1.9552,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com/dbs/aDE9AA==/colls/aDE9AIJdEcg=/pkranges","ResourceType":"PartitionKeyRange","HttpMethod":"GET","ActivityId":"cdca009e-3a86-4ce1-8265-8605ac169988","StatusCode":"OK"},{"StartTimeUTC":"2025-01-20T20:48:38.1855694Z","DurationInMs":1.8223,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com/dbs/aDE9AA==/colls/aDE9AIJdEcg=/pkranges","ResourceType":"PartitionKeyRange","HttpMethod":"GET","ActivityId":"f06952e4-6dd6-4e07-9fa7-a139dc8cba5d","StatusCode":"NotModified","ReasonPhrase":"Not Modified"},{"StartTimeUTC":"2025-01-20T20:48:38.1875080Z","DurationInMs":1.1675,"RequestUri":"https://omni-nosql1-centralus.sql.cosmos.azure.com//addresses/?$resolveFor=dbs%2faDE9AA%3d%3d%2fcolls%2faDE9AIJdEcg%3d%2fdocs&$filter=protocol eq rntbd&$partitionKeyRangeIds=0","ResourceType":"Document","HttpMethod":"GET","ActivityId":"9f20f51a-b255-467c-bd1c-81f505e033e8","StatusCode":"OK"}]}},"children":[{"name":"Waiting for Initialization of client to complete","id":"576cd311-4f43-4667-b81c-8b91a85ac7b6","start time":"08:48:38:160","duration in milliseconds":18.3001}]}, Windows/10.0.20348 **cosmos-netstandard-sdk/3.18.0**
2025-01-20 12:48:38,338 - **Error in ASGI Framework**
Traceback (most recent call last):
  File "C:\Users\helenzeng\CosmosAIGraph\impl\app\venv\Lib\site-packages\hypercorn\asyncio\task_group.py", line 27, in _handle
    await app(scope, receive, send, sync_spawn, call_soon)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions