Open ZRNOF opened 3 years ago
have you been able to solve this issue?
I found a workaround, remove the node... e.g. client = iota_client.Client()
seems like this can be used for the node in client:
LOCAL_NODE_URL = "http://0.0.0.0:14265"
client = iota_client.Client(
nodes_name_password=[[LOCAL_NODE_URL]], node_sync_disabled=True)
when I run e01_hello_world.py, it jump this: Traceback (most recent call last): File "/home/kali/Desktop/python-iota-workshop/e01_hello_world.py", line 6, in
client = iota_client.Client(node='https://api.lb-0.testnet.chrysalis2.com')
TypeError: Client.new() got an unexpected keyword argument: node