rickgds80
Results
1
comments of
rickgds80
Try include the port number in hostname, in client line: client = Client("http://127.0.0.1/") maybe: client = Client("http://127.0.0.1:7860/")