pinknetworkx / atomicassets-contract

Smart Contract of the AtomicAssets standard.
MIT License
149 stars 88 forks source link

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

Open MhAhmadAliPL opened 2 years ago

MhAhmadAliPL commented 2 years ago
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.