api-samples-python icon indicating copy to clipboard operation
api-samples-python copied to clipboard

wrong name for eu region

Open sailingd opened this issue 1 year ago • 1 comments

I believe you have the incorrect region name defined in common/regions.py for "eu". I think that is supposed to be "europe" (to get translated to utilizing https://europe-backstory.googleapis.com as the base URL)

sailingd avatar Mar 12 '24 15:03 sailingd

Thank you for catching this @sailingd. We "fixed" it for the new v1alpha APIs, where "eu" is required, but it looks like we broke the Backstory API. I've submitted this change to support both: https://github.com/chronicle/api-samples-python/pull/166

In the meantime, you might make that same change to common/regions.py to work around the issue.

Thanks again! @dandye

dandye avatar Mar 13 '24 20:03 dandye