Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

[Bug]: can't export 20210101 data #859

Open
ShineZcx opened this issue Jul 16, 2023 · 0 comments
Open

[Bug]: can't export 20210101 data #859

ShineZcx opened this issue Jul 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ShineZcx
Copy link

What happened?

When I use api endpoints to export data and I choose data is 20210101T00 - 20210101T01
It report issue
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://amplitude.com:443/api/2/export?start=20210101T00&end=20210101T01

What browsers are you seeing the problem on?

Chrome

Relevant log output

Export request submitted
Traceback (most recent call last):
  File "<pyodps_user_code>", line 112, in <module>
    df = export_project_data(start, end, api_key, secret)
  File "<pyodps_user_code>", line 55, in export_project_data
    response.raise_for_status()
  File "/home/tops/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://amplitude.com:443/api/2/export?start=20210101T00&end=20210101T01
@ShineZcx ShineZcx added the bug Something isn't working label Jul 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants