Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assertion failure with message: datastream attempted to read past the end #47

Open
MhAhmadAliPL opened this issue Jun 13, 2022 · 0 comments

Comments

@MhAhmadAliPL
Copy link

MhAhmadAliPL commented Jun 13, 2022

assertion failure with message: datastream attempted to read past the end
{
  "code": 500,
  "message": "Internal Service Error",
  "error": {
    "code": 3050003,
    "name": "eosio_assert_message_exception",
    "what": "eosio_assert_message assertion failure",
    "details": [
      {
        "message": "assertion failure with message: datastream attempted to read past the end",
        "file": "wasm_interface.cpp",
        "line_number": 1075,
        "method": "eosio_assert"
      }
    ]
  }
}

I receive this error when trying to transfer the asset to another account using the transfer function.

I am using EOS Studio with the default (docker) configuration used in the Wax Blockchain docs here.

Please help if anyone knows about this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant