Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

CAT crash #5

Open
sanitariu opened this issue Dec 7, 2022 · 0 comments
Open

CAT crash #5

sanitariu opened this issue Dec 7, 2022 · 0 comments

Comments

@sanitariu
Copy link

INFO:CatSnapshot:Skipping non-transaction block at height 2311760
INFO:CatSnapshot:coin_name 6343f0738ccdf567b02b8f5e35d9a1a0eec2f8924b2322e0de670a5e38c36a8f amount 1000000000000 tail_hash 78ad32a8c9ea70f27d73e9306fc467bab2a6b15b30289791e37ab6e8612212b1 spent_height 1146819
Traceback (most recent call last):
File "/home/user/chia-blockchain/CAT-addresses/start.py", line 15, in
asyncio.run(main())
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/user/chia-blockchain/CAT-addresses/start.py", line 12, in main
await cat_snapshot.generate()
File "/home/user/chia-blockchain/CAT-addresses/src/cat_snapshot.py", line 111, in generate
).get_tree_hash(coin.puzzle_hash)
TypeError: Program.get_tree_hash() takes 1 positional argument but 2 were given
ERROR:asyncio:Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f82e35646a0>
ERROR:asyncio:Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f82e3526ce0>, 299874.142541744)]']
connector: <aiohttp.connector.TCPConnector object at 0x7f82e3566230>

What could be the reason ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant