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

使用cf workers代理时仍然500错误 #5031

Closed
3 of 4 tasks
DEV4895 opened this issue Aug 18, 2023 · 7 comments
Closed
3 of 4 tasks

使用cf workers代理时仍然500错误 #5031

DEV4895 opened this issue Aug 18, 2023 · 7 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@DEV4895
Copy link

DEV4895 commented Aug 18, 2023

Please make sure of the following things

  • I have read the documentation.
    我已经阅读了文档

  • I'm sure there are no duplicate issues or discussions.
    我确定没有重复的issue或讨论。

  • I'm sure it's due to AList and not something else(such as Network ,Dependencies or Operational).
    我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • I'm sure this issue is not fixed in the latest version.
    我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

v3.25.1

Driver used / 使用的存储驱动

OnedriveAPP

Describe the bug / 问题描述

自从alist-proxy.js 的alist-org/alist-proxy@0b02d59
这次提交后,在更新了workers代码后仍然报500.
image

Reproduction / 复现链接

https://003225.xyz/alist

Config / 配置

注:使用远程数据库
{
"force": false,
"site_url": "/alist",
"cdn": "",
"jwt_secret": "{hide}",
"token_expires_in": 48,
"database": {
"type": "mysql",
"host": "{hide}",
"port": {hide},
"user": "{hide}",
"password": "{hide}",
"name": "{hide}",
"db_file": "data/data.db",
"table_prefix": "{hide}",
"ssl_mode": "true"
},
"scheme": {
"address": "0.0.0.0",
"http_port": 5244,
"https_port": -1,
"force_https": false,
"cert_file": "",
"key_file": "",
"unix_file": "",
"unix_file_perm": ""
},
"temp_dir": "data/temp",
"bleve_dir": "data/bleve",
"log": {
"enable": true,
"name": "data/log/log.log",
"max_size": 10,
"max_backups": 5,
"max_age": 28,
"compress": false
},
"delayed_start": 0,
"max_connections": 0,
"tls_insecure_skip_verify": true
}

Logs / 日志

这是请求一个文件所产生的日志
�[36mINFO�[0m[2023-08-18 06:33:13] index obj count: 4
�[36mINFO�[0m[2023-08-18 06:33:15] index obj count: 3
�[36mINFO�[0m[2023-08-18 06:33:15] index obj count: 2
�[36mINFO�[0m[2023-08-18 06:33:18] index obj count: 4
�[36mINFO�[0m[2023-08-18 06:33:20] index obj count: 3
�[36mINFO�[0m[2023-08-18 06:33:20] index obj count: 2
�[36mINFO�[0m[2023-08-18 06:33:23] index obj count: 4
[GIN] 2023/08/18 - 06:33:24 | 302 | 566.281467ms | 172.104.42.5 | GET "/alist/d/Sharepoint_DEV4895/Games/Dead Cells/setup.exe?sign=Qs1GBh5nZhU_I7tho_07jMIt_sSY9xo3xnY-_d8O2lo=:1692340308"
�[36mINFO�[0m[2023-08-18 06:33:25] index obj count: 3
�[36mINFO�[0m[2023-08-18 06:33:25] index obj count: 2
[GIN] 2023/08/18 - 06:33:26 | 200 | 1.281786265s | 2a06:98c0:3600::103 | POST "/alist/api/fs/link"
Error #1: common.Resp[interface {}].Data: model.Link.PartSize: Concurrency: IPCacheKey: Expiration: ReadSeekCloser: RangeReadCloser: model.RangeReadCloser.Closers: RangeReader: RangeReadCloser RangeReadermodel.RangeReaderFunc is unsupported type
�[36mINFO�[0m[2023-08-18 06:33:28] index obj count: 4
�[36mINFO�[0m[2023-08-18 06:33:30] index obj count: 3
�[36mINFO�[0m[2023-08-18 06:33:30] index obj count: 2
�[36mINFO�[0m[2023-08-18 06:33:33] index obj count: 4

到此为止cf页面报出Worker threw exception

重定向的代理链接为https://alist-proxy.nawa.gq/Sharepoint_DEV4895/Games/Dead%20Cells/setup.exe?sign=zHKkWfdCgcGHBsCvnga7kweQDlGlZ0AANBBI61GJiJo=:1692340404

image

@DEV4895 DEV4895 added the bug Something isn't working label Aug 18, 2023
@xhofe xhofe added the duplicate This issue or pull request already exists label Aug 18, 2023
@github-actions
Copy link

Hello @DEV4895, your issue is a duplicate and will be closed.
你好 @DEV4895,你的issue是重复的,将被关闭。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2023
@xhofe
Copy link
Member

xhofe commented Aug 18, 2023

#4971

@benzBrake
Copy link

今天刚挂 Google Drive,一样的问题

@yurhett
Copy link

yurhett commented Aug 30, 2023

@benzBrake 仔细读文档填写链接,我刚才就是填错了,URL后面不能有“/”

@benzBrake
Copy link

@benzBrake 仔细读文档填写链接,我刚才就是填错了,URL后面不能有“/”

确认没有斜杠 Error 1101

@Sunhelter
Copy link

同 error 1101,之前可以,半个月前OneDrive不能用了,按最新的代码部署上去也还是 error 1101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

5 participants