While trying to setup a spigot server, it was going into an unrecoverable loop of just not installing. upon looking at error logs, i was met with this:
[11/10/2025 13:25:12] [HandledException] System.Net.Http.HttpRequestException
No such host is known. (download.getbukkit.org:443)
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.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
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.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Fork.Logic.WebRequesters.Downloader.<>c__DisplayClass2_0.<<DownloadJarAsync>b__0>d.MoveNext() in C:\Users\chris\source\repos\Fork-legacy\logic\WebRequesters\Downloader.cs:line 32
Upon finding the link showed that GetBukkit has closed the link is as far as I got xD.
While trying to setup a spigot server, it was going into an unrecoverable loop of just not installing. upon looking at error logs, i was met with this:
Upon finding the link showed that GetBukkit has closed the link is as far as I got xD.