Lifan Xu
Lifan Xu
### What happened? Recently, one of my harvester started to raise asyncio.exceptions.TimeoutError after running for couple hours. I have to reboot the machine to start chia harvester again. I have...
Here is the simple code when running with python 3.8: ``` response1 = bts_client.list_instances() for instance in response1.instances: response2 = bts_client.list_tables(instance.name) for table in response2.tables: print(instance.name, table.name) ``` Here is...
After setup the token dispenser, I got "Auth error" from http://0.0.0.0:8080/email/gsfid Anyone can help?