Skip to content

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

Description

@icyleaf

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions