Last active
June 3, 2019 14:11
-
-
Save zgorizzo69/a25356aee3c78cebba5b269aa31db70d to your computer and use it in GitHub Desktop.
error while reserving zos on testnet branch development_installer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSX> res = w.capacity.reserve_zos_vm('[email protected]','t1000.example','ac1f6b457338',2) | |
1 | |
Mon 03 14:09:13 BCDB.py - 428 - bcdb:bcdb : load model: | |
jumpscale.threefold_directory.client | |
Mon 03 14:09:13 BCDB.py - 428 - bcdb:bcdb : load model: | |
jumpscale.gedis.client | |
Mon 03 14:09:13 GedisClient.py - 138 - j.clients.gedis:gedisclient : redisclient | |
: notary.grid.tf:5000 | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "/sandbox/lib/jumpscale/Jumpscale/clients/blockchain/tfchain/TFChainCapacity.py", | |
line 125, in reserve_zos_vm | |
return self._process_reservation(reservation, threebot_id, source=source, refund=refund) | |
File "/sandbox/lib/jumpscale/Jumpscale/clients/blockchain/tfchain/TFChainCapacity.py", line 225, in _process_reservation | |
response = self._notary_client.register(threebot_id, signature.message, signature.signature) | |
File "/sandbox/lib/jumpscale/Jumpscale/clients/blockchain/tfchain/TFChainCapacity.py", line 27, in _notary_client | |
self._notary_client_ = c.actors.notary_actor | |
File "/sandbox/lib/jumpscale/DigitalMe/clients/gedis/GedisClient.py", line 84, in actors | |
self._actorsmeta[actor_name] = j.servers.gedis._cmds_get(key, data) | |
File "/sandbox/lib/jumpscale/DigitalMe/servers/gedis/GedisFactory.py", line 41, in _cmds_get | |
return GedisCmds(namespace=namespace, name=name, data=data) | |
File "/sandbox/lib/jumpscale/DigitalMe/servers/gedis/GedisCmds.py", line 50, in __init__ | |
self.data = self.schema.get(data=data) | |
File "/sandbox/lib/jumpscale/Jumpscale/data/schema/Schema.py", line 300, in get | |
return j.data.serializers.jsxdata.loads(data) | |
File "/sandbox/lib/jumpscale/Jumpscale/data/serializers/SerializerJSXDataObj.py", line 36, in loads | |
raise RuntimeError("could not find schema with md5:%s" % md5) | |
RuntimeError: could not find schema with md5:7f4004110d42110d6a11111611cd267f | |
could not find schema with md5:7f4004110d42110d6a11111611cd267f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment