Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="Error connecting to subchannel.", DebugException="System... #99

Open
sentry-io bot opened this issue Oct 8, 2024 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 8, 2024

Sentry Issue: GALAXYGPT-K

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants