rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
60 stars 17 forks source link

errors when authentication is needed #118

Closed isabelizimm closed 1 year ago

isabelizimm commented 1 year ago

when using predict with connect, a common pain point is receiving a cryptic error, usually requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) when needing authorization. it would be helpful to add in a better error message to get people to the desired outcome quicker

isabelizimm commented 1 year ago

duplicate of #71, closing