HTTP API Down, please help

Hello, for the past 2 months i’ve been using the http api to fetch data via ipfs, ever since the crowdstryke things happened it hasn’t been working properly and now 80% of my fetchs are failing. (With Internal Server Error 500 so it’s on their side, not mine). I know for certain the file exists as i can see it in the ipfs desktop app.

For example this one: https://ipfs.io/ipfs/QmNehQFam3GkYcUK357KcDR7wWSm4pwezbdf1kUs93qNvo

Is there any other way to retrieve data? Its only a JSON. I’m sure they’ll fix it on Monday or Tuesday but still it’s important for me, Thanks!

1 Like

The service should be up and running now.

As an aside two things you can do if a given public HTTP gateway is down:

  1. Find another public gateway to use (e.g. Public Gateway Checker | IPFS has some and some companies have services where you can pay them to run a gateway for you)
  2. Run a gateway yourself (e.g. using kubo, which is included with IPFS Desktop, or rainbow). If you’re exposing it to the public internet via HTTP and only want to serve data you’re already hosting (e.g. without fetching data from the wider p2p network) you can run kubo with kubo/docs/config.md at master · ipfs/kubo · GitHub

It’s still down as of 10:11 AM 7/21/2024. Before coming here, I tried all the gateways on the github gateway page. They’re all down.

Do we know what’s causing this? And yes, I do see the image shows only 3 are down, but I personally tested them all and none of them are working.

Update: ipfs.io appears to be working now.