-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cleanup] dead gateway , domain expired #276
Conversation
I just merged #280. Can you rebase and update with a clarification about what criteria you're using to remove these? |
These removed gateways have been failing for a long time. I'm watching and check those services one by one. These services fail for reasons that are no longer available and are not temporary service failures. Some items seem to fail temporarily. So I ignored it. |
These removed gateways have been failing for a long time. I'm watching and check those services one by one. These services fail for reasons that are no longer available and are not temporary service failures. such as ... gateway failed,Error 522,502 Bad Gateway,offline,domain expired , ipns failed ninetailed.ninja = gateway failed via0.com = Error 522 astyanax.io = 502 Bad Gateway ipns.co = offline ERR_CONNECTION ipfs.mrh.io = offline ERR_CONNECTION gateway.originprotocol.com = offline ERR_CONNECTION ipfs.sloppyta.co = offline ERR_CONNECTION ipfs.greyh.at = 404 Not Found gateway.serph.network = offline ERR_CONNECTION ipfs.fooock.com = no ipfs gateway cdn.cwinfo.net = no ipfs gateway aragon.ventures = no ipfs gateway permaweb.io = no ipfs gateway storjipfs-gateway.com = no ipfs gateway ipfs.runfission.com = private gateway ipfs.trusti.id = no ipfs gateway ipfs.overpi.com = no ipfs gateway ,Not Found ipfs.ink = domain expired ipfsgateway.makersplace.com = no ipfs gateway ,AccessDenied ipfs.funnychain.co = domain expired ipfs.mttk.net = Error 521 server down ipfs.jbb.one = 502 Bad Gateway ipfs.yt = HTTP ERROR 404 hashnews.k1ic.com = offline,domain expired ipfs.drink.cafe = https error ipfs.kavin.rocks = 502 Bad Gateway ipfs.denarius.io = *https error , http ok ,(blocked:mixed-content) ipfs0.sjc.cloudsigma.com = no ipfs gateway, server down ipfs.genenetwork.org = *https error , http ok ,(blocked:mixed-content) ipfs.smartholdem.io = no ipfs gateway ipfs.xoqq.ch = offline,server down natoboram.mynetgear.com = offline,server down video.oneloveipfs.com = private gateway ipfs.anonymize.com = offline,server down ipfs.scalaproject.io = offline,server down search.ipfsgate.com = offline,server down ipfs.decoo.io ERR_SSL_PROTOCOL_ERROR,server down alexdav.id = no ipfs gateway ipfs.uploads.nu = gateway failed, ipns hub.textile.io = no ipfs gateway ipfs1.pixura.io = private gateway ravencoinipfs-gateway.com = offline,server down konubinix.eu = offline,server down ipfs.tubby.cloud = offline,server down ipfs.kaleido.art = gateway failed ipfs.lain.la = offline,server down ipfs.slang.cx = Error 502 ipfs.arching-kaos.com = offline,server down storry.tv = gateway failed ,Access denied ipfs.1-2.dev = no ipfs gateway dweb.eu.org = no ipfs gateway permaweb.eu.org = no ipfs gateway ipfs.namebase.io = offline,server down ipfs.tribecap.co = offline,server down ipfs.kinematiks.com = offline,server down gravity.jup.io = no ipfs gateway tth-ipfs.com = offline,server down ipfs.chisdealhd.co.uk = offline,server down ipfs.alloyxuast.tk c4rex.co Some items seem to fail temporarily. So I ignored it.
CDN captcha checks are used by some domains. |
@waybackarchiver |
@gkimgi Thanks for your works! It seems that |
I think this is one of the dangers with this PR. What if some gateways start working again? Instead of this PR, we should focus on a method do periodically check the gateways (see #281), such that we have a specific amount of time that we give a gateway to come back up again (e.g. 1 month). After that, it is automatically removed. We need clear guidelines for that. |
No description provided.