reuters-graphics / bluprint

Dead-easy application scaffolding and CLI.
MIT License
7 stars 3 forks source link

Add reminder to update wherever connection error happens #32

Closed man-shar closed 1 year ago

man-shar commented 1 year ago

@travishartman faced this recently – where he had updated his token everywhere but bluprint's token was something he was unaware of.

Since bluprint start is the first thing users might do after a token reset, he suggested it was worth adding some instructions to the connection error message.

Implements the same.

hobbes7878 commented 1 year ago

Closing this for now. I think this error would need to be specifically caught by its status code, not just presumed to be the most likely error.