Fixed
Status Update
Comments
gs...@google.com <gs...@google.com> #2
ka...@gmail.com <ka...@gmail.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
gs...@google.com <gs...@google.com> #4
Your specific issue has been made known to Engineering, who will address it in due course. No estimated time to resolution has been set. Meanwhile, you may follow developments in this thread.
ap...@google.com <ap...@google.com> #5
🤖 This is an automatic update. The status of the related internal issue(s) listed in "Blocked By" has changed, so we've done the following:
* Updated the status to Accepted, because an engineer has begun work on the related issue.
You can read more about what these statuses mean athttps://developers.google.com/issue-tracker/concepts/issues#fields
* Updated the status to Accepted, because an engineer has begun work on the related issue.
You can read more about what these statuses mean at
be...@google.com <be...@google.com> #6
Hello,
Thank you for your patience. The Cloud SDK engineering team have deployed a fix that solves the issue.
The v1.6.5 release of the Go App Engine library addresses this problem. You can run 'go getgoogle.golang.org/appengine ' to force to use it. I have tested it and the error no longer happens.
In any case, if the issue persists in your side, add a comment displaying your experienced issue. Also, do not hesitate in creating a new Issue Tracker thread in case you experience a new issue.
Thank you for your trust and continued support to improve Google Cloud Platform products.
Thank you for your patience. The Cloud SDK engineering team have deployed a fix that solves the issue.
The v1.6.5 release of the Go App Engine library addresses this problem. You can run 'go get
In any case, if the issue persists in your side, add a comment displaying your experienced issue. Also, do not hesitate in creating a new Issue Tracker thread in case you experience a new issue.
Thank you for your trust and continued support to improve Google Cloud Platform products.
Description
appengine standard environment local test (aetest) crashes
What you expected to happen:
The test runs successfully.
Steps to reproduce:
Write the following code at the top and run the test
opt: = aetest.Options {StronglyConsistentDatastore: true}
i, err: = aetest.NewInstance (&opt)
Dev_appserver crashes as follows:
Traceback (most recent call last):
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ dev_appserver.py", line 96, in <module>
_run_file (__ file__, globals ())
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ dev_appserver.py", line 90, in _run_file
execfile (_PATHS.script_file (script_name), globals_)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ devappserver2.py", line 600, in <module>
main ()
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ devappserver2.py", line 588, in main
dev_server.start (options)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ devappserver2.py", line 360, in start
options.api_host, apiserver.port, wsgi_request_info_)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ dispatcher.py", line 248, in start
ssl_port)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ dispatcher.py", line 384, in _create_module
ssl_port = ssl_port)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ module.py", line 1309, in __init__
super (AutoScalingModule, self) .__ init __ (** kwargs)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ module.py", line 598, in __init__
self._module_configuration)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ module.py", line 231, in _create_instance_factory
module_configuration = module_configuration)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ go \ instance_factory.py", line 137, in __init__
go_config.enable_debugging)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ go \ application.py", line 118, in __init__
self._arch = self._get_architecture (self._goroot)
File "E: \ Google \ google-cloud-sdk \ platform \ google_appengine \ google \ appengine \ tools \ devappserver2 \ go \ application.py", line 212, in _get_architecture
for platform in os.listdir (os.path.join (goroot, 'pkg', 'tool')):
WindowsError: [Error 3] �w� 肳 �ꂽ� p�X�����‚���� ܂���� B: 'E: \\ Google \\ google-cloud-sdk \\ platform \ \ google_appengine \\ goroot-1.9 \\ pkg \\ tool \\ *. * '
system information
go version go1.11.13 windows / amd64
current Cloud SDK version is: 265.0.0
Windows 10 1903