threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

chatflow network deployment results in error #776

Closed weynandkuijpers closed 4 years ago

weynandkuijpers commented 4 years ago
The following error occured: {"error":"invalid account address: horizon error: \"Resource Missing\" - check horizon.Error.Problem for more information"}

image

Earlier today I also received a similar error message with included this "horizon error" message when someone was using the kosmos shell to create his farm. He sent a screen shot:

IMAGE 2020-04-28 11:15:02

The executed code was:

j.clients.explorer.default_addr_set('explorer.grid.tf')
explorer = j.clients.explorer.explorer
farm = explorer.farms.new()
farm.name = 'dec_hk_t1'
farm.threebot_id = j.me.tid
wallet_address = farm.wallet_addresses.new()
wallet_address.asset = 'TFT'
wallet_address.address = '0150e156f3650986ecbbf6013c3c7d81ada901d308d031a73fe1a482a07e11682e6f0cf2963913'
farm.email = 'colinonthemove@hotmail.com'
farm_id = explorer.farms.register(farm)
print(farm_id)

I have asked him to sent me the output of j.me but did not receive an answer.

DylanVerstraete commented 4 years ago

wallet_address.address = '0150e156f3650986ecbbf6013c3c7d81ada901d308d031a73fe1a482a07e11682e6f0cf2963913'

This is a tfchain address, we don't support that anymore. We are migrated to stellar now so this should be a valid stellar address.

weynandkuijpers commented 4 years ago

Okay - clear - we should have communicated that.... This is a farmer that had trouble over the last coupe of days getting 3sdk installed - now it's working and he cannot register - has to have a stellar wallet.... Okay - I'll let him know.