Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: [CADT] Cannot Import Organizations #1129

Open
PlutoSmile opened this issue Jul 12, 2024 · 0 comments
Open

FIX: [CADT] Cannot Import Organizations #1129

PlutoSmile opened this issue Jul 12, 2024 · 0 comments

Comments

@PlutoSmile
Copy link

PlutoSmile commented Jul 12, 2024

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.

Here is the error: https://pastebin.com/YbdAeuR3

Here is my CADT setup for reference: https://pastebin.com/0sRX1dst

@PlutoSmile PlutoSmile changed the title Error: Cannot Import Organizations FIX: [CADT] Cannot Import Organizations Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant