-
Notifications
You must be signed in to change notification settings - Fork 113
Invalid value for field 'region': 'asia-northeast3'. Unknown region." #390
Comments
Perhaps this should be filed with the Compute team rather than with the client library; happy to re-file/redundantly file it. |
Greetings! I would be surprised if this was specific to the library, as you mentioned. One thing that makes it easier to pin down - can you reproduce the issue using the API explorer? If you can reproduce the problem there, it makes things clear the underlying API is the culprit. With a basic test, I was unable to reproduce this sadly. If it does turn out to be a Compute Engine problem - you want to start with support if you have a support contract, or otherwise file an issue here: Hope this helps! Let us know how things go :) |
I was unable to reproduce the error in the API explorer this morning; I reverted my work-around, and the error is no longer occurring in my project either. Seems that this was a blip in the underlying API:
Using the API explorer to distinguish between client and API errors is clever––I'll use it in the future. Thanks for the reply! |
This issue doesn't seem to be the problem with the Node.js API. The same error occurs when trying to create an instance in the Seoul region in the GCP web interface.
It seems that the GCP Seoul Region is not fully ready yet. I have to wait a little longer. |
me too, |
@lukasschwab Hey do you mind opening the issue up again? I'm facing the same issue even with the latest sdk with the following error. ERROR: (gcloud.compute.networks.subnets.create) Could not fetch resource:
|
Greetings! This is mostly not an issue with the npm module, and rather a problem with the API. Please see #390 (comment) |
I'm also getting Invalid value for region: us-east1-c |
Environment details
@google-cloud/compute
version: 1.1.8Steps to reproduce
This yields a 400 error with the message
Invalid value for field 'region': 'asia-northeast3'. Unknown region.
.Indeed,
gcloud compute regions list
does not listasia-northeast3
, and it is not listed in the regions documentation.asia-northeast3
is listed in the Console:The text was updated successfully, but these errors were encountered: