检索访问令牌googleappengin失败

2024-10-02 04:30:44 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试appengine-mapreduce python example并进入无休止的等待中mapreduce.mapper_管道.MapperPipeline任务,因为它重试检索访问令牌。 我在本地运行。怎么了?谢谢。在

./build.sh run_demo    
INFO     2016-06-01 14:00:00,296 handlers.py:1381] Processing kickoff for job 1571507958375F58F3135
INFO     2016-06-01 14:00:00,370 client.py:804] Refreshing access_token
INFO     2016-06-01 14:00:03,413 client.py:827] Failed to retrieve access token: {
  "error" : "internal_failure"
}
ERROR    2016-06-01 14:00:03,414 api_server.py:272] Exception while handling service_name: "app_identity_service"
method: "GetAccessToken"
request: "\n7https://www.googleapis.com/auth/devstorage.full_control"
request_id: "CblKNzQHze"

Tags: pybuildinfoclienttoken管道accessexample

热门问题