I was running a python script that connects to Domo using my client id and secret and it was running fine till about an hour ago when I started getting an error message:
File "/.virtualenvs/strat/lib/python3.8/site-packages/pydomo/Transport.py", line 87, in _renew_access_token
raise Exception("Error retrieving a Domo API Access Token: " + response.text)
Exception: Error retrieving a Domo API Access Token: {"error":"invalid_client","error_description":"Invalid state of user ([my user id]) owning client: [my client id]"}
I reverted my script back to the last working version and I'm still getting this message.
I've tried using a new client id and secret.
I've tried resetting my local environment.
None of this worked.
Any ideas?