You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an error that prevents me from importing organizations in the testnet in development mode. I get a successful message from the RPC and the organizations stores are found in the datalayer but data cannot be found in a store:
2024-07-08 03:21:29 [1.7.16] [Info]: Store found in Datalayer: 167c41d35302bacac714d0297def0d3ffbd7f7588cb7110146ec8842c0da9f3.
2024-07-08 03:21:40 [1.7.16] [Error]: FAILED GETTING STORE DATA: 167c41d35302bacac714d0297def0d3ffbd7f7588cb7110146ec8842c0da9f3: {"error":"No generations found for store ID: 167c41d35302bacac714d0297def0d3ffbd7f7588cb7110146ec8842c0da9f3","success":false,"traceback":"Traceback (most recent call last):\n File \"/home/xxxxxx/chia-blockchain/chia/rpc/util.py\", line 43, in inner\n res = await f(request_data)\n File \"/home/xxxxxx/chia-blockchain/chia/data_layer/data_store.py\", line 576, in get_tree_root\n keys_values = await self.service.get_keys_values(store_id, root_hash)\n File \"/home/xxxxxx/chia-blockchain/chia/data_layer/data_store.py\", line 581, in get_keys_values\n keys_values = await self.service.get_keys_values(store_id, root_hash)\n File \"/home/xxxxxx/chia-blockchain/chia/data_layer/data_store.py\", line 791, in get_keys_values\n root = await self.get_tree_root()\n File \"/home/xxxxxx/chia-blockchain/chia/data_layer/data_store.py\", line 576, in get_tree_root\n generation = await self.get_tree_generation(store_ids[store_id])\nException: No generations found for store ID: {store_id_hex()}\n"}
2024-07-08 03:21:40 [1.7.16] [Info]: Unable to find store data for 167c41d35302bacac714d0297def0d3ffbd7f7588cb7110146ec8842c0da9f3
2024-07-08 03:21:40 [1.7.16] [Info]: No data found for store 167c41d35302bacac714d0297def0d3ffbd7f7588cb7110146ec8842c0da9f3
The organizations appear to have been created correctly on the testnet.
I have an error that prevents me from importing organizations in the testnet in development mode. I get a successful message from the RPC and the organizations stores are found in the datalayer but data cannot be found in a store:
The organizations appear to have been created correctly on the testnet.
Here is the error: https://pastebin.com/YbdAeuR3
Here is my CADT setup for reference: https://pastebin.com/0sRX1dst
The text was updated successfully, but these errors were encountered: