tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

The `sendTransfer` method displays `no such schema </tag>`

Open d-yokoi opened this issue 7 years ago • 1 comments

Hi, I'm learning ILP with the document(https://interledger.org/tutorials/letter-shop/).

In Step 3: Paying for a letter, I executed pay.js script to make payment but sendTransfer method unexpectedly displays no such schema </tag>.

Please tell me what is the correct behavior and how to fix this.

Thanks.

d-yokoi avatar Jun 30 '18 08:06 d-yokoi

It seems that problem is the version of jsonschema. Have a try with npm i [email protected] then execute pay.js

bycxw avatar Jul 18 '18 08:07 bycxw