You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Any calls to the API is dropped and the output is always empty.
After some digging through the code, I realized that commenting this line of code, which seems to be only destroying a clone, solves the problem:
https://github.com/ipfs/js-ipfs-http-client/blob/f77819c4c366a471c22bb6de08a2b133c835cf43/src/lib/error-handler.js#L21
But although it should not, It seems to be causing the whole client to always fail silently. Any ideas?
I'm using ipfs-http-client version 40.0.1 (latest) on Node.js 13.2.0 on Windows 10 v1909 (also tested on Ubuntu Server 18.04).