This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
ipfs-http-client TimeoutError: Request timed out #3617
Labels
need/author-input
Needs input from the original author
Version:
go-ipfs version: 0.8.0
Repo version: 11
System version: amd64/linux
Golang version: go1.15.8
Platform:
Linux 4.15.0-140-generic peer-info@0.6.1 breaks build ⚠️ #144-Ubuntu SMP Fri Mar 19 14:12:35 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Severity:
High
Description:
I started a daemon using
ipfs daemon
command. I created an express server with HTTP api endpoints to download and upload to files to IPFS. I used ipfs-http-client:49.0.2 to interact with the local ipfs gateway (localhost:5001). I get TimeoutError after 5-6 successful GET requests. The logs from the express server are following.The error persist until I restart either the ipfs daemon or my express server.
more information
Steps to reproduce the error:
Call
ipfs.get
function multiple times.The text was updated successfully, but these errors were encountered: