edge / cli

Command line interface for the Edge network

Home Page:https://files.edge.network/cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to assign device on testnet

PodTheCoder opened this issue · comments

Error assigning device on https://wallet.test.network/staking. Error message after clicking Assign Stake:
Cannot destructure property 'metadata' of '(intermediate value)' as it is null.
assign_device_testnet_bug - Copy

Notably, the device address displays correctly but the url is wrong: https://wallet.test.network/undefined/node/xe_1A662B90eFb6Ee0Cf8836d972B36FA604fc04627

Reproduction:

  1. Go to https://wallet.test.network/staking
  2. Click Assign Device next to a stake.
  3. Enter device code or fill in the fields manually. Both methods give the same error.

Testnet example device code:
eyJhZGRyZXNzIjoieGVfMUE2NjJCOTBlRmI2RWUwQ2Y4ODM2ZDk3MkIzNkZBNjA0ZmMwNDYyNyIsInByaXZhdGVLZXkiOiIyNmE2YmQ1OTIwNDM4NThjMjlkMjMwODM0YWFiNWZmZWQ0MjQ5ZWNlMDVkODYzNzhlNTQ0Zjk0ODgyOTk2MTdmIn0

Decoded:
{"address":"xe_1A662B90eFb6Ee0Cf8836d972B36FA604fc04627","privateKey":"26a6bd592043858c29d230834aab5ffed4249ece05d86378e544f9488299617f"}

My apologies, wrong repo.