1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

add a note about failing consumption

This commit is contained in:
Matthias Kretschmann 2019-04-18 16:32:17 +02:00
parent b3508565b5
commit 58a160003b
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -92,6 +92,8 @@ Go ahead and click the `Retrieve assets` button, and then the `Consume asset` bu
Have a look into `console.log` to see the various steps of the search and consume process. If you have no errors in your `console.log` and can see your asset files listed, you have a working marketplace.
> Note: Consuming an asset will throw an error `Requested did is not found in the keeper network`. We are currently [investigating why that is happening](https://github.com/oceanprotocol/barge/issues/144) in either squid-js or Brizo and will remove this note once we verified a fix is in place in one of those components.
## Final Result
Here is the full source of `src/App.js` that you should have if you followed this tutorial: