EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 462 forks source link

Error: maxLen validation requries a "length" property struct_t.fields abi.structs setcode.code_abi message.data transaction.messages #35

Closed luoxianjiao closed 6 years ago

luoxianjiao commented 6 years ago

when run "eos.setcode" , it occurs error as title! Error: maxLen validation requries a "length" property struct_t.fields abi.structs setcode.code_abi message.data transaction.messages at validate (/usr/local/eosjs-master/node_modules/fcbuffer/lib/types.js:663:13) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/types.js:570:7) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/types.js:234:45) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/struct.js:144:34) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/types.js:320:28) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/struct.js:144:34) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/struct.js:144:34) at message.data.fromObject (/usr/local/eosjs-master/src/structs.js:333:27) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/struct.js:141:15) at Object.fromObject (/usr/local/eosjs-master/node_modules/fcbuffer/lib/types.js:320:28)

chris-allnutt commented 6 years ago

@luoxianjiao

  1. Which version of eosjs are you running? Master or @dawn3
  2. Which version of eos are you running 2.0 or dawn 3?