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
System.Net.Sockets.SocketException: Name or service not known
File "Socket.Tasks.cs", line 1386, in void AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
throw CreateException(error, forAsyncThrow: false);
File "Socket.Tasks.cs", line 118, in async bool Socket.ConnectAsync(SocketAsyncEventArgs e)+WaitForConnectWithCancellation(?)
await connectTask.ConfigureAwait(false);
?, in async ValueTask<ConnectResult> SocketConnectivitySubchannelTransport.TryConnectAsync(ConnectContext context)
Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="Error connecting to subchannel.", DebugException="System.Net.Sockets.SocketException: Name or service not known")
?, in async Task<IReadOnlyList<ScoredPoint>> QdrantClient.QueryAsync(string collectionName, Query query, IReadOnlyList<PrefetchQuery> prefetch, string usingVector, Filter filter, float? scoreThreshold, SearchParams searchParams, ulong limit, ulong offset, Wit...
File "/src/galaxygpt/ContextManager.cs", line 48, in async Task<ValueTuple<string, int>> ContextManager.FetchContext(string question, ulong maxResults)
File "Program.cs", line 114, in async void Program.Main(string[] args)+(?) => { } [6]
...
(5 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Sentry Issue: GALAXYGPT-K
The text was updated successfully, but these errors were encountered: