Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API POST /api/debug_files/download 访问 404 #1416

Closed
icyleaf opened this issue Feb 27, 2024 Discussed in #1415 · 0 comments
Closed

API POST /api/debug_files/download 访问 404 #1416

icyleaf opened this issue Feb 27, 2024 Discussed in #1415 · 0 comments
Labels
bug Something isn't working

Comments

@icyleaf
Copy link
Member

icyleaf commented Feb 27, 2024

Discussed in #1415

Originally posted by dehengxu February 27, 2024
/api/debug_files/download 接口调用,提供了 release_version, channel_key 以及 token 一直响应 404 。

平台: iOS

事先已通过 /api/debug_files/upload 上传了symbol 文件,并通过 GET /api/debug_files 可以查询到。
使用的 release_version, channel_key, token 也都核对无误

Post body:

data = {
        "channel_key": channel_key,
        "release_version": release_version,
        "token": token
    }

res = requests.post(api_url, data=data, verify=False)
print(f"res status_code: {res.status_code}, text: {res.text}")

Response:

zealot-1    | method=POST path=/api/debug_files/download format=*/* controller=ApplicationController action=raise_not_found status=404 allocations=1647 duration=7.91 view=4.24 db=0.00 time=2024-02-27 13:54:40 +0800 ip=192.168.65.1 username=guest
```</div>
@icyleaf icyleaf added the bug Something isn't working label Feb 27, 2024
@icyleaf icyleaf closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant