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

下载失败 (下载9102) #197

Open
GanChangAn opened this issue Oct 22, 2024 · 11 comments
Open

下载失败 (下载9102) #197

GanChangAn opened this issue Oct 22, 2024 · 11 comments

Comments

@GanChangAn
Copy link

版本:3.21.0
下载引擎:9.1207.160.28

不知道什么情况,所有的任务都无法下载。
错误提示,9102。
有谁能够下一步如何去做?谢谢。

@latel
Copy link

latel commented Oct 23, 2024

我也是

@JsonSong89
Copy link

很奇怪的日志
我的路径明明是
- /mnt/m5/xunlei:/xunlei/m5
映射,为什么报错是 /m5 ?
但是下载时候又能识别我的目录的大小

moveDownloadSDKTmpFile ReadDir err:open /m5/zh-cn_windows_10_business_editions_version_22h2_updated_sep_2024_x64_dvd_1be03898.iso: no such file or directory btFilePath:/m5/zh-cn_windows_10_business_editions_version_22h2_updated_sep_2024_x64_dvd_1be03898.iso
10/24 12:42:04 WRN [xunlei-pan-cli] > DownloadRunner.runDownloadURL GetFirstDownloadPath err:empty download path

@latel
Copy link

latel commented Oct 28, 2024

我通过新增一个环境变量 UMASK=000,现在问题解决了,但是用GID和UID的环境变量似乎没生效,下载的文件所有者还是root的

@JsonSong89
Copy link

我设置umask还是不行
加上 XL_UID XL_GID 成功了,不确定是哪个生效
总之现在这个配置可以正常下载了
大家可以试试

services:
    xunlei:
        privileged: true
        container_name: xunlei
        #https://github.com/cnk3x/xunlei
        environment:
          - TZ=Asia/Shanghai
          - XL_UID=65534
          - XL_GID=65534
          - XL_DEBUG=1
          - UMASK=000
          - XL_DASHBOARD_USERNAME=xxx
          - XL_DASHBOARD_PASSWORD=xxx
          - XL_DIR_DOWNLOAD=/xunlei/downloads:/xunlei/m5
        volumes:
            - ./data:/xunlei/data
            - /mnt/gc/xunlei:/xunlei/downloads
            - /mnt/m5/xunlei:/xunlei/m5
        ports:
            - 2345:2345
        image: cnk3x/xunlei:v3.20.2

@latel
Copy link

latel commented Oct 29, 2024

你设置XL_UID和XL_GID有用吗,我设置了下载下来还是root

@JsonSong89
Copy link

你设置XL_UID和XL_GID有用吗,我设置了下载下来还是root

-rw-rw-rw- 1 nobody nogroup

这么玄学吗

@latel
Copy link

latel commented Oct 29, 2024

我换成kl3x/xunlei了,这个原版镜像就算设置UMASK=000还是会随缘出现9102错误。kl3x/xunlei目前还没看到过这个错误

@Wuyingman
Copy link

还是有这个问题

@misakamik0t0
Copy link

我换成kl3x/xunlei了,这个原版镜像就算设置UMASK=000还是会随缘出现9102错误。kl3x/xunlei目前还没看到过这个错误

我用了这个镜像还是随缘出现9102错误

@latel
Copy link

latel commented Jan 6, 2025

我换成kl3x/xunlei了,这个原版镜像就算设置UMASK=000还是会随缘出现9102错误。kl3x/xunlei目前还没看到过这个错误

我用了这个镜像还是随缘出现9102错误

是的,还是会有,这个问题目前无解了

@allenchou217
Copy link

我退回 3.11.2了,9102问题没有了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants