PowerShell / PowerShellGallery

232 stars 65 forks source link

Powershell Gallery is returning 503 #135

Closed kyanha closed 3 years ago

kyanha commented 3 years ago

Powershell Gallery is returning 503. I can't currently run https://github.com/powershell/powershell tests because they try to pull Pester from it.

codaamok commented 3 years ago

Because it's probably a hard problem

It seems they don't have any DR plan. πŸ€¦β€β™‚οΈ

Nor do you it seems!

FWIW it's a free service. You're absolutely able to host your own nuget repositories if you have production workloads dependent on pulling modules from repositories.

mbrownphotouk commented 3 years ago

I could recommend a company that provides DR Services

Someones prob missed a ; from a line of code somewhere

buckthebug commented 3 years ago

Because it's probably a hard problem

It seems they don't have any DR plan. πŸ€¦β€β™‚οΈ

Nor do you it seems!

FWIW it's a free service. You're absolutely able to host your own nuget repositories if you have production workloads dependent on pulling modules from repositories.

We switched on the local/cached sources. ;)

aperally commented 3 years ago

FWIW it's a free service. You're absolutely able to host your own nuget repositories if you have production workloads dependent on pulling modules from repositories.

yeah, too bad MS hosts its own modules in there too, or maybe I'm wrong and you can tell me where I can find MiscrosoftTeams module elsewhere?

jbotorek commented 3 years ago

FWIW it's a free service. You're absolutely able to host your own nuget repositories if you have production workloads dependent on pulling modules from repositories.

yeah, too bad MS hosts its own modules in there too, or maybe I'm wrong and you can tell me where I can find MiscrosoftTeams module elsewhere?

Very unfortunate timing, indeed...

Any idea, where to find the MicrosoftPowerBIMgmt package instead of this central repository, please?

arievanderwende commented 3 years ago

The PowerShell Gallery team is working on mitigating the issue, but it's unclear with what priority, and what the expected timelines are. @alerickson, can you please provide an update?

Geoff-Lillis commented 3 years ago

FWIW it's a free service. You're absolutely able to host your own nuget repositories if you have production workloads dependent on pulling modules from repositories.

yeah, too bad MS hosts its own modules in there too, or maybe I'm wrong and you can tell me where I can find MiscrosoftTeams module elsewhere?

https://psg-prod-eastus.azureedge.net/packages/microsoftteams.1.1.6.nupkg

SydneyhSmith commented 3 years ago

Thanks everyone, we have had engineers working through the night on the issue and have pulled in multiple other teams to an ongoing active investigation--as engineers are waking up this morning we are pulling as many resources as possible into resolving the issue....unfortunately because this is an ongoing investigation we do not have an ETA (this is our top priority and we will resolve as quickly as possible)

fuentej commented 3 years ago

Same issue. I am just trying to get to the site.

hecflores commented 3 years ago

Its slowly starting to come up.... Its not throwing 503 but it takes a long time time to load

simonsabin commented 3 years ago

Its been like that for a while but isn't usable.

Get-ThingsRubenMade commented 3 years ago

Soooo.... Funny how I planned to get around and set up a local repo today for situations like these :')

Well then. Time for the weekend!

Good luck PSGallery admins πŸ˜…

ChrisCoe commented 3 years ago

This doesn't work for me

clarkie2014 commented 3 years ago

I've been trying to install the Get-WindowsAutopilotInfo script for 1 hour then realised the powershell gallery wasn't loading. Had 19 laptops setup to start building! Can't believe it!

Will try again tomorrow and go get some pizza for now .

kyanha commented 3 years ago

Closing to reopen, to rerun CI.

kyanha commented 3 years ago

Reopening to rerun CI.

(argh. wrong window. :P)

ojintoad commented 3 years ago

https://twitter.com/Steve_MSFT/status/1322293576974282753 🀞

Maraudingas commented 3 years ago

Works in Europe! Tested it with SQLServer module

SydneyhSmith commented 3 years ago

Thanks, we are currently validating the changes before updating the incident as mitigated

simonsabin commented 3 years ago

It looks like it might be the index that is out of date. I can’t republish the newer version

SydneyhSmith commented 3 years ago

Thanks folks we have mitigated the outage-- please refer to https://github.com/PowerShell/PowerShellGallery/blob/master/psgallery_status.md for more details, we will follow up with a post-mortem

SydneyhSmith commented 3 years ago

Going to close out this issue, please let us know if you are still experiencing any issues

nodenks commented 3 years ago

Hi Team,

I am getting that problem from yesterday evening. Do you have any updates?

PS C:\Program Files\PowerShell\7-preview> [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12 PS C:\Program Files\PowerShell\7-preview> Install-Module -Name DataGateway WARNING: Unable to resolve package source 'https://www.powershellgallery.com/api/v2'. Install-Package: C:\program files\powershell\7-preview\Modules\PowerShellGet\PSModule.psm1:9711 Line | 9711 | … talledPackages = PackageManagement\Install-Package @PSBoundParameters | ~~~~~~~~~~~~ | No match was found for the specified search criteria and module name 'DataGateway'. Try | Get-PSRepository to see all available registered module repositories.