microsoft / VS-PPT

Productivity Power Tools - a set of Visual Studio extensions improving developer productivity.
http://aka.ms/extendvs
Other
885 stars 146 forks source link

Cannot install on VS-2019 - Webclient download failed: Server error 429 #235

Open Cavepainter opened 5 years ago

Cavepainter commented 5 years ago

Trying to install for VS 2019, the install fails, the log file includes:

05/09/2019 09:42:47 - BEGIN: Downloading extension: https://visualstudioplatformteam.gallery.vsassets.io:443/_apis/public/gallery/publisher/VisualStudioPlatformTeam/extension/AlignAssignments/15.0.5/assetbyname/Microsoft.VisualStudio.Ide.Payload?redirect=true&update=true 05/09/2019 09:43:04 - WebClient download failed: The remote server returned an error: (429).. Bits download failed: File not found.. WinInet download failed: Function: HttpQueryInfo-ResponseCode, HR: -2147024467, Message: Url 'https://visualstudioplatformteam.gallery.vsassets.io/_apis/public/gallery/publisher/VisualStudioPlatformTeam/extension/AlignAssignments/15.0.5/assetbyname/Microsoft.VisualStudio.Ide.Payload?redirect=true&update=true' 05/09/2019 09:43:04 - at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature) at Microsoft.VisualStudio.Setup.Download.DownloadManager.<>c__DisplayClass23_0.b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() 05/09/2019 09:43:04 - END: Downloading extension:

Any ideas on what the problem is?