I'm trying to connect my node to a host but in the command, I have to put 'client = client'
but it also says
TypeError: create_node() got an unexpected keyword argument 'client'
It's just not allowing me to do something that is necessary. I am following a tutorial, does anyone know how to solve this?
Here is a ss of my code. https://i.sstatic.net/XxZHU.png
The library is built by parsing the JSON so the backend team will need to make that change. It appears the change was unintentional and a fix is in progress.