Polymarket / polymarket-subgraph

Polymarket's public subgraph manifest for indexing on-chain trade, volume, user, liquidity and market data.
GNU Lesser General Public License v3.0
33 stars 9 forks source link

Can not build the subgraph on Goldsky #39

Open kydchen opened 9 months ago

kydchen commented 9 months ago

When I followed the goldsky's doc to fork the plymarket subgraph:

curl -fsSL https://cli.goldsky.com/install | bash goldsky login (with my goldsky API)

I met this issue: input: goldsky subgraph deploy polymarket-subgraph/1.0.0 --from-url https://api.goldsky.io/c/polymarket/gn/subgraphs/name/2f21c18c output: Deploying Subgraph: ✔ Getting subgraph deployment metadata ✖ Downloading subgraph from IPFS (This can take a while)

Deployment failed: Request failed with status code 524

I met the 524 issue always

Is it related to Goldsky's problem, or my input have some bugs?

Thanks for your help!