python-sonarqube-api
python-sonarqube-api copied to clipboard
JSON Decoding Error
Hello,
When I try to list the items of generators which are return values of functions such as sonar.users.search_users or sonar.projects.search_projects(), I am getting the following error. I updated the simplejson package to 3.17.6 and still getting the same error.
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
please show you code.