Driver Api Key Validation #1522
Replies: 4 comments
-
Related to #1439, I wonder if the solution here is to just fail faster? |
Beta Was this translation helpful? Give feedback.
-
I think failing faster would be great - but also, it'd be nice to fail with a clear message. for some reason this:
is really hard to read for users. I get lots of messages where people go "Your stuff is broken!" but when I look at the logs I see this message all over the place. I wonder if we could clean up the message a bit.. even:
or if we want to get fancy..
|
Beta Was this translation helpful? Give feedback.
-
Roger all that! |
Beta Was this translation helpful? Give feedback.
-
Is it possible to catch the API key error and return a more helpful message? |
Beta Was this translation helpful? Give feedback.
-
Describe the issue
Missing API keys show up in logs/errors as timeouts/retries that require an interruption to proceed.
Describe the solution you'd like
Could we surface a "missing api key" error that halts the script execution?
Additional context
Results in:
Beta Was this translation helpful? Give feedback.
All reactions