-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle errors more gracefully #43
Comments
|
It should also probably include a link to https://chrome.google.com/webstore/devconsole |
|
{
"error": "invalid_request",
"error_description": "client_secret is missing."
} |
There was a regression in v3 I think. Before
After
|
@fregante your comment that it should probably provide a link to https://chrome.google.com/webstore/devconsole resolved this problem for me. Thank you soooo much for mentioning that. The help explaining why can't I submit only mentioned the missing contact address and "the Account tab" (with no link) that doesn't seem to exist anywhere in the UI. If I go to the Google account settings, I see I already have three contact email addresses defined. But when I went to the webstore/devconsole, I could see there was no contact email there and everything made sense. A very minor tweak (like making "Account tab" a link to the dev console) would completely resolve this. Thanks again for mentioning it. |
Known errors should be parsed and displayed more cleanly
Publish condition not met
Now
Ideal
invalid_grant
#36
Now
Ideal
The text was updated successfully, but these errors were encountered: