iexec-apps icon indicating copy to clipboard operation
iexec-apps copied to clipboard

iexec task show failed with ObjectNotFoundError

Open thomasvangurp opened this issue 4 years ago • 0 comments

Not sure if this is the right place to ask, please let me know if not. I'm trying to follow the steps outlined here https://medium.com/iex-ec/how-to-build-a-decentralized-oracle-on-ethereum-a-step-by-step-guide-d8c14719b69f for a bank_card_payment for which I submitted #29 . Everything goes well except for showing the task id.

iexec deal show 0xd45ce8d7fd2b6f1a97b1e6c4bd80986e8b13916c308173d6a56948fda4f711c5 --chain kovan
ℹ using chain [kovan]
✔ Deal 0xd45ce8d7fd2b6f1a97b1e6c4bd80986e8b13916c308173d6a56948fda4f711c5 details: 
app: 
  pointer: 0x4f29393e0e9842DdEaf49a0AC2e7fc66CFA00a33
  owner:   0xe597d6fD63A56e645DbD680C56599038e5E02Be3
  price:   0
dataset: 
  pointer: 0x0000000000000000000000000000000000000000
  owner:   0x0000000000000000000000000000000000000000
  price:   0
workerpool: 
  pointer: 0xCa7c0e9a96666bC3636ff3d3E84805f75D49A83c
  owner:   0x87f6302760E8904c4621798c8C906B40e31A88a7
  price:   12
trust:                1
category:             0
tag:                  0x0000000000000000000000000000000000000000000000000000000000000000
requester:            0xe597d6fD63A56e645DbD680C56599038e5E02Be3
beneficiary:          0x0000000000000000000000000000000000000000
callback:             0x0000000000000000000000000000000000000000
params:               a4c4ac85-30d6-e911-811c-d6310075b29b
startTime:            1572640328
botFirst:             0
botSize:              1
workerStake:          3
schedulerRewardRatio: 1
tasks: 
  0: 0xeb7e2a1efebae58147371a7e0943da31cf28dd87c37d44babf37b3945deb6fd2


iexec task show 0xeb7e2a1efebae58147371a7e0943da31cf28dd87c37d44babf37b3945deb6fd2 --watch --chain kovan
ℹ using chain [kovan]
⡋⠁ ▶ watching task...

✖ command "iexec task show" failed with ObjectNotFoundError: No task found for id 0xeb7e2a1efebae58147371a7e0943da31cf28dd87c37d44babf37b3945deb6fd2 on chain 42

thomasvangurp avatar Nov 01 '19 20:11 thomasvangurp