无法读取搜索索引

时间:2016-09-09 15:48:44

标签: python google-chrome google-app-engine flags gae-python27

您好我在使用python运行谷歌应用引擎时遇到此问题(在Udacity课程上工作)

C:\Program Files (x86)\Google\google_appengine>dev_appserver.py D:\gcloud\hw_templates
INFO     2016-09-09 17:26:44,811 sdk_update_checker.py:229] Checking for updates to the SDK.
INFO     2016-09-09 17:26:45,924 sdk_update_checker.py:257] The SDK is up to date.
WARNING  2016-09-09 17:26:46,247 simple_search_stub.py:1146] Could not read search indexes from c:\users\cheun\appdata\local\temp\appengine.udacity-cs253\search_indexes
INFO     2016-09-09 17:26:46,259 api_server.py:205] Starting API server at: http://localhost:64506
INFO     2016-09-09 17:26:46,266 dispatcher.py:197] Starting module "default" running at: http://localhost:8080
INFO     2016-09-09 17:26:46,272 admin_server.py:116] Starting admin server at: http://localhost:8000

似乎它无法找到搜索索引文件,我已经读过他可能因为chrome:// flags中的某些参数 - BuiltInDnsClient设置为Disabled,

但似乎这个toogle参数已不再出现在旗帜中......你能帮忙吗?

非常感谢!

1 个答案:

答案 0 :(得分:1)

对后代来说,

尝试使用Google Cloud SDK Shell运行您的run as Administrator(或使用的任何程序)。

至少我是如何修理我的。