steem-js icon indicating copy to clipboard operation
steem-js copied to clipboard

Is it possible to get working [email protected] together with steemd 0.19.4?

Open gropox opened this issue 7 years ago • 0 comments

If I try to run [email protected] against local steemd 0.19.4 I'm receiving following error

(node:17564) UnhandledPromiseRejectionWarning: RPCError: Bad Cast:Invalid cast from type 'array_type' to Object
    at new RPCError (/home/georg/projects/argumentumadpopulum_steem/node_modules/steem/lib/api/transports/http.js:39:106)
    at 

It look like steem-js for methods without parameters sets the parameter to an empty array "[]"

image

But the steemd rejects this parameter as unexpected

gropox avatar Apr 15 '18 22:04 gropox