-
CORS problem appears when try to store any URL.
```
storeContent('http://google.ru')
undefined
storage.html:1 Failed to load http://google.ru/: Redirect from 'http://google.ru/' to 'http://www.g…
-
This unhandled exception caused the app to crash. This is the `helia` branch.
```
Error: stream ended before 1 bytes became available
at file:///home/trout/work/psf/code/ipfs-p2wdb-service/no…
-
Hi haad,
i try to use your node_module in my electron app to control IPFS daemon but i have an issue with event emitter :
```js
const homePath = path.join(app.getPath('home'), '.telecope');
…
-
For example
https://en.wikipedia-on-ipfs.org/wiki/Node.js
https://en.wikipedia-on-ipfs.org/wiki/Vue.js
https://en.wikipedia-on-ipfs.org/wiki/React.js
https://en.wikipedia-on-ipfs.org/wiki/Sails.j…
-
After about 10 hours running I start seeing `MaxListenersExceededWarning`:
```
node:internal/process/warning:50 (node:81670) MaxListenersExceededWarning: Possible EventEmitter memory leak detected…
-
Hello, i love the idea of your app and i really want to see it work!
I have IPFS, i tried version 0.3.10, but your app needs the latest.
So i'm using 0.4-dev fresh install.
I ran ipfs init,
ipfs conf…
-
From @daviddias in https://github.com/ipfs/js-ipfs/issues/1816:
> Perhaps they won't all be doable on ProtoSchool, but going through the list I would say that at least we can:
>
> * https://gith…
-
I do the follow steps but cant deploy, here next the steps to reproduce the error:
```
git clone https://github.com/streamingfast/substreams-uniswap-v3.git
cd substreams-uniswap-v3/
make bui…
-
If the audio files (episode.mp3 files) are missing, then we could load them in via IPFS from the address:
```
/ipfs/QmVLtnqifKS25PYYMSTfMe3Nze4fTsynDwMLeV3gUCHa4k
ipfs://QmVLtnqifKS25PYYMSTfMe3Nz…
-
Hello team,
I'm receiving an error whenever I try to import `ipfs-http-client`. I realize this is `js-ipfs-utils` repo but the error is orignating from this repo's code.
My code
```javascript
…