• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Compiling TFS 1.3 error due to HTTP

S

Shadow_

Guest
Hello guys I hope everybody is safe and feeling good.
something weird happened that NuGet Gallery | Home (https://nuget.org/) got issues with installing the needed repos from them (i know through this NuGet | Status (https://status.nuget.org/)), so iam facing winhttpsendrequest error 12007 i can't complete TFS compilation without installing them so if you have any idea could help me with i would be thankful.
Code:
C:\vcpkg>vcpkg install --triplet x64-windows boost-iostreams boost-asio boost-system boost-filesystem boost-variant boost-lockfree luajit libmariadb pugixml cryptopp
Computing installation plan...
A suitable version of cmake was not found (required v3.17.2). Downloading portable cmake v3.17.2...
Extracting cmake...
A suitable version of 7zip was not found (required v18.1.0). Downloading portable 7zip v18.1.0...
Downloading 7zip...
  https://www.nuget.org/api/v2/package/7-Zip.CommandLine/18.1.0 -> C:\vcpkg\downloads\7-zip.commandline.18.1.0.nupkg
WinHttpSendRequest() failed: 12007
 
Last edited by a moderator:
Back
Top