I am trying to use nmpi.Client("username") to login from my local mechine, but when I running this python file, I got json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0).
This error located in nmpi_user.py file, line 194, config = r_val.json(). It seems that the r_val is a text/html file, which cannot be coverted to json using json() function.
My python version is 3.8.9, and hbp_neuromorphic_platform package version is 0.10.1
Hi,
I am trying to use nmpi.Client("username") to login from my local mechine, but when I running this python file, I got json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0).
This error located in nmpi_user.py file, line 194, config = r_val.json(). It seems that the r_val is a text/html file, which cannot be coverted to json using json() function.
My python version is 3.8.9, and hbp_neuromorphic_platform package version is 0.10.1