EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.28k stars 3.76k forks source link

call action error by sdk #10912

Closed yekai1003 closed 2 years ago

yekai1003 commented 2 years ago

The following error occurred when I called actions using the SDK

Internal` Service Error: eosio_assert_message assertion failure: assertion failure with message: datastream attempted to read past the end: pending console output:

But when I use cleos ,it work well. Where should I start to solve the problem?

praphael commented 2 years ago

Are you referring to EOSJS SDK? If so this would be the proper board https://github.com/EOSIO/eosjs/issues
What actions are you calling?

yekai1003 commented 2 years ago

Are you referring to EOSJS SDK? If so this would be the proper board https://github.com/EOSIO/eosjs/issues What actions are you calling?

I'm use go sdk, the repo is github.com/eoscanada/eos-go, I tryed call add action, but get error.

praphael commented 2 years ago

Are you referring to EOSJS SDK? If so this would be the proper board https://github.com/EOSIO/eosjs/issues What actions are you calling?

I'm use go sdk, the repo is github.com/eoscanada/eos-go, I tryed call add action, but get error.

You will have to ask on that board. Block.One/Bullish did not author and does not support eos-go.