Skip to content

For config/configure.py, PROJECT_ID can be parsed from service-account.json. #21

@EaseTheWorld

Description

@EaseTheWorld

(Well, this is not an issue but rather my fault...)

I forgot to change PROJECT_ID to my real project id.
and run 'python configure.py --action=get', then I got this error.

{
  "error": {
    "code": 500,
    "message": "[OTHER_INTERNAL_ERROR]: Error in Processor [REMOTE_CONFIG_EXPERIMENT_GROUPS_STAGE] getting experiment groups.",
    "status": "INTERNAL"
  }
}

The error said nothing about 'wrong project id' or something.

Can't it know real project id from service-account.json?
or at least show error message like 'You haven't set your PROJECT_ID'?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions