Skip to content

HttpRequestException When Executing DroplexPackage.Drop #3856

@EndemicPublic

Description

@EndemicPublic

Flow Launcher version: 1.20.2
OS Version: 22631.5624
IntPtr Length: 8
x64: True

Python Path:
Node Path:

Date: 07/22/2025 10:57:03
Exception:
System.Net.Http.HttpRequestException: No such host is known. (npmmirror.com:80)
---> System.Net.Sockets.SocketException (11001): No such host is known.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|281_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.HttpConnectionWaiter1.WaitForConnectionAsync(Boolean async, CancellationToken requestCancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Droplex.Downloader.Get(String url, String filePath)
at Droplex.DroplexPackage.Drop(App app, String zipExtractPath)
at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
at Microsoft.VisualStudio.Threading.JoinableTaskFactory.Run(Func1 asyncMethod, JoinableTaskCreationOptions creationOptions, Delegate entrypointOverride) at Microsoft.VisualStudio.Threading.JoinableTaskFactory.Run(Func1 asyncMethod)
at Flow.Launcher.Core.ExternalPlugins.Environments.PythonEnvironment.InstallEnvironment() in C:\projects\flow-launcher\Flow.Launcher.Core\ExternalPlugins\Environments\PythonEnvironment.cs:line 42
at Flow.Launcher.Core.ExternalPlugins.Environments.AbstractPluginEnvironment.Setup() in C:\projects\flow-launcher\Flow.Launcher.Core\ExternalPlugins\Environments\AbstractPluginEnvironment.cs:line 114
at Flow.Launcher.Core.Plugin.PluginsLoader.Plugins(List1 metadatas, PluginsSettings settings) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginsLoader.cs:line 35 at Flow.Launcher.Core.Plugin.PluginManager.LoadPlugins(PluginsSettings settings) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 180 at Flow.Launcher.App.<OnStartup>b__15_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 202 at Flow.Launcher.Infrastructure.Stopwatch.InfoAsync(String className, String message, Func1 action, String methodName) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 53
at Flow.Launcher.App.OnStartup(Object sender, StartupEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 176
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions