kodadot / workers

Implementation of Cloudflare Workers in KodaDot
https://kodadot.xyz
9 stars 12 forks source link

Image gw stopped working #281

Open vikiival opened 4 months ago

vikiival commented 4 months ago

Screenshot 2024-05-02 at 13 46 37

preschian commented 4 months ago

seems already up again https://image.w.kodadot.xyz/ipfs/bafybeie43uwqp4zqt7tsst73oek7zg5r6t3ssthhybhakof6e2hwyy7zdq/

preschian commented 4 months ago

It seems like it is because of maintenance in some locations. Let's reopen if it fails again

Screenshot 2024-05-02 at 19 36 53
vikiival commented 4 months ago

@preschian

http://image.w.kodadot.xyz/ipfs/bafybeibp3hwplmighgkhdgkxthlczxojj4ge2g63utoawrzn5mnqqi2tyy

https://k-frame.kodadot.workers.dev/base/0x439dfafd1d07c03f8ce332af17c2d80772d63ecb

Screenshot 2024-05-03 at 13 05 18

vikiival commented 4 months ago

Screenshot 2024-05-03 at 13 06 27

preschian commented 4 months ago

checking

preschian commented 4 months ago

It seems like it fails to resolve the gateway. I'm testing the new pinning files, and they look fine. For a workaround, I will add a retry mechanism to resolve the gateway

Screenshot 2024-05-03 at 19 28 15
vikiival commented 4 months ago

maybe use apillon gw?

it is already defined in minipfs :)

https://github.com/kodadot/packages/blob/c1ccad8b6b6d42f642fa884784e19e4bd24155a9/minipfs/src/gateways.ts#L26

preschian commented 4 months ago

That one is also okay; let's add additional gw, then. Is there any other GW that we should add? Maybe I will add fleek also

vikiival commented 4 months ago

Nothing that I am aware of

preschian commented 4 months ago

oh anyway, I can't hit apillon gw

curl -I https://ipfs.apillon.io/ipfs/bafybeibp3hwplmighgkhdgkxthlczxojj4ge2g63utoawrzn5mnqqi2tyy    
curl: (7) Failed to connect to ipfs.apillon.io port 443 after 1 ms: Couldn't connect to server
preschian commented 4 months ago

Oh, nvm, it seems like the gateway was blocked in certain countries

preschian commented 4 months ago

Deployed. Can you try pinning it and then visit our image worker directly?

preschian commented 3 months ago

let's reopen if this still happening