We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I use ipfs.add() to upload video, it return net::ERR_CONNECTION_TIMED_OUT at Chrome console.
net::ERR_CONNECTION_TIMED_OUT
this is my code:
//Declare IPFS const ipfsClient = require('ipfs-http-client') const ipfs = ipfsClient({ host: 'ipfs.infura.io', port: 5001, protocol: 'https' }) // Upload video ipfs.add(this.state.buffer, (error, result) => { console.log("IPFS result: ", result) if(error){ console.log("error: ", error) return } })
this the Error in Chrome console:
Thank you much very much.
P.S.: when I use the Infura and IPFS by this way, do I need to install and configure Infura and IPFS at my computer?
The text was updated successfully, but these errors were encountered:
@lanmo97 hey any update on this issue, seem to facing the same error
Sorry, something went wrong.
No branches or pull requests
when I use ipfs.add() to upload video, it return
net::ERR_CONNECTION_TIMED_OUT
at Chrome console.this is my code:
this the Error in Chrome console:

Thank you much very much.
P.S.: when I use the Infura and IPFS by this way, do I need to install and configure Infura and IPFS at my computer?
The text was updated successfully, but these errors were encountered: