-
Notifications
You must be signed in to change notification settings - Fork 26
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
Client#watch returns an unhandled error message on Forbidden response #91
Comments
I believe the problem here is that With the current excon, I believe the only options are:
(see excon/excon#628) |
Got rid of the error by specifying the correct service account. Although the |
Did you try from master branch? ( May not make any difference, but maybe it does. |
Hi @kke I tried the master branch and I had to require |
Let
Calling
lolcats.watch
will give misleading error message caused by permission denied:Calling
lolcats.list
gives an error message which gives you out a reason:It took me some time to figure out the reason without a reasonable failure message.
The text was updated successfully, but these errors were encountered: