You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I started using this repository, and initially I always received the login error. So I did some research and realized that the server used for the login and password I have is oss.growatt.com. So I changed the server url, but a new error appeared and I've been trying to solve for days and nothing.
The error is this -> JSONDecodeError: Expecting value: line 6 column 1 (char 10)
Could someone tell me why this is?
The text was updated successfully, but these errors were encountered:
The client performs a request to the server. The server sends a response. The client expects that response to be JSON, but it isn't, so you get a JSONDecodeError.
I think oss.growatt.com is not just another server, but it has another API as well. Do you have a reseller account or something like that? The URLs that work for server.growatt.com may not work for oss.growatt.com.
Hi! I started using this repository, and initially I always received the login error. So I did some research and realized that the server used for the login and password I have is oss.growatt.com. So I changed the server url, but a new error appeared and I've been trying to solve for days and nothing.
The error is this -> JSONDecodeError: Expecting value: line 6 column 1 (char 10)
Could someone tell me why this is?
The text was updated successfully, but these errors were encountered: