CocoaPods / cocoapods.org

That website https://cocoapods.org/ - pretty useful
53 stars 47 forks source link

503 error on pod pages #430

Open mkismy opened 4 years ago

mkismy commented 4 years ago

Hi team,

When I try accessing to a pod page ( /pods/:name, eg. https://cocoapods.org/pods/GoogleMobileAdsMediationFacebook ) it returns a 503 error

image

Hope this will be fixed soon.

alt-tab-macos-bot commented 4 years ago

I've been seeing this issue as well for 1 or 2 weeks. In case the issue is geolocalized (since it's a Cloud service), note that I live in Tokyo.

image

xiaoyu2006 commented 4 years ago

Meet this issue in China too. What I access is https://cocoapods.org/pods/PokerCard.

Q3Dhiraj commented 4 years ago

Facing same issue in India . https://cocoapods.org/pods/DNMeterialTextField

xiaoyu2006 commented 4 years ago

Facing same issue in India . https://cocoapods.org/pods/DNMeterialTextField

Can access in China.

bamz3r commented 4 years ago

Same issue in Indonesia. https://cocoapods.org/pods/GoogleSignIn

gautamjain987 commented 4 years ago

Try these 4 commands one by one:

sudo rm -fr ~/Library/Caches/CocoaPods/ sudo rm -fr ~/.cocoapods/repos/master/ sudo gem uninstall cocoapods sudo gem install cocoapods

This made it work for me.