fordpass-python icon indicating copy to clipboard operation
fordpass-python copied to clipboard

Authentication doesn't work anymore

Open Horatio2084 opened this issue 1 year ago • 2 comments

It looks like the Authentication doesn't work anymore. Does anyone have the same Problem?

Traceback (most recent call last):
  File "/Users/manuel/temp/fordpass-python/fordpass/demo.py", line 17, in <module>
    print(r.status()) # Print the status of the car
  File "/Users/manuel/temp/fordpass-python/fordpass/fordpass.py", line 69, in status
    self.__acquireToken() 
  File "/Users/manuel/temp/fordpass-python/fordpass/fordpass.py", line 61, in __acquireToken
    self.auth()
  File "/Users/manuel/temp/fordpass-python/fordpass/fordpass.py", line 54, in auth
    r.raise_for_status()
  File "/Users/manuel/opt/anaconda3/lib/python3.9/site-packages/requests/models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://fcis.ice.ibmcloud.com/v1.0/endpoint/default/token

Horatio2084 avatar Oct 12 '22 11:10 Horatio2084