ipfs-shipyard / ipfs-shipyard/py-ipfs-http-client

IPFS hash link keep loading without not responding

Open
#279 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
685
Forks
200
PR merge metrics
No merged PRs in 30d

Description

Hi,
I'm trying to add many JSON files in IPFS using the following API:
`client.add('item.json')`
And here is the output of the `item.json` file
`{"name":"Musk","description":"description","image":"https://ipfs.io/ipfs/QmP8ZD7YrSyPWaU1UnTD9jFR6rwokncCCd3WK7f7eSJi11/0003.jpeg"}`

The returned hash for this `item.json` works successfully, but when I'm trying to add another JSON file that's slightly different from the first one, the output IPFS hash keeps loading for a long time without any outputs.

And here is the output of the second `item2.json` file
`{"name":"Musk2","description":"description","image":"https://ipfs.io/ipfs/QmP8ZD7YrSyPWaU1UnTD9jFR6rwokncCCd3WK7f7eSJi11/0004.jpeg"}`
And that happens also many times if I just changed the name of the value with anything other than "Musk".

And when I try with localhost IPFS domain it works `http://localhost:8081/ipfs/` but not with the main ipfs link `https://ipfs.io/ipfs/`

I need your help to understand this behavior.
Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.