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

CAT crash #5

@sanitariu

Description

@sanitariu

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions