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

Openwrt HTTP ERROR 502 以及Docker安装无法显示登入二维码 #119

Open
NanFengXiangWan opened this issue Oct 12, 2023 · 1 comment

Comments

@NanFengXiangWan
Copy link

NanFengXiangWan commented Oct 12, 2023

openwrt安装:

root@OpenWrt:~# opkg install xunlei_3.11.2-32_aarch64_generic.ipk 
Installing xunlei (3.11.2-32) to root...
Configuring xunlei.
root@OpenWrt:~# opkg install luci-app-xunlei_1.0.1-8-1_all.ipk 
Installing luci-app-xunlei (1.0.1-8-1) to root...
Configuring luci-app-xunlei.
root@OpenWrt:~# opkg install luci-i18n-xunlei-zh-cn_1.0.1-8-1_all.ipk 
Installing luci-i18n-xunlei-zh-cn (1.0.1-8-1) to root...
Configuring luci-i18n-xunlei-zh-cn.

问题:启动后几秒就自动关闭,手动执行/etc/init.d/xunlei start才能进入网站后台,并且登入账密以后弹出502错误(192.168.31.150 当前无法处理此请求。HTTP ERROR 502)
日志信息

INFO 2023-10-12 15:26:36: [XunleiBackendServer] The backend service has been terminated
INFO 2023-10-12 15:26:36: [XunleiBackendServer] Unmount /xunlei succeeded
INFO 2023-10-12 15:26:36: [XunleiLauncher] All services have been complete
INFO 2023-10-12 15:26:36: [Asset] Real path of the symlink /lib/ld-linux-aarch64.so.1: /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
INFO 2023-10-12 15:26:36: [Asset] LD_LIBRARY_PATH=/lib/aarch64-linux-gnu
INFO 2023-10-12 15:26:36: [XunleiLauncher] Start Xunlei Pannel UI, listening on 0.0.0.0:5055
INFO 2023-10-12 15:26:36: [Asset] Real path of the symlink /lib/ld-linux-aarch64.so.1: /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
INFO 2023-10-12 15:26:36: [Asset] LD_LIBRARY_PATH=/lib/aarch64-linux-gnu
INFO 2023-10-12 15:26:36: [XunleiBackendServer] Mount /opt/xunlei/downloads to /xunlei succeeded
INFO 2023-10-12 15:26:36: [XunleiBackendServer] Start Xunlei Backend Server
INFO 2023-10-12 15:26:36: [XunleiBackendServer] Xunlei Backend Server PID: 17700
2023-10-12 07:26:39.834284 UTC - GET / - 96.0us - 303
2023-10-12 07:26:39.840966 UTC - GET /login - 117.7us - 200
2023-10-12 07:26:39.876864 UTC - GET /js/sha3.min.js - 199.4us - 200
2023-10-12 07:26:40.065684 UTC - GET /favicon.ico - 178.8us - 303
2023-10-12 07:26:40.069909 UTC - GET /login - 99.8us - 200
2023-10-12 07:26:41.761888 UTC - POST /login - 242.2us - 303
2023-10-12 07:26:41.768187 UTC - GET / - 106.4us - 307
2023-10-12 07:26:41.774688 UTC - GET /webman/3rdparty/pan-xunlei-com/index.cgi/ - 214.6ms - 502
2023-10-12 07:26:42.942926 UTC - GET /webman/3rdparty/pan-xunlei-com/index.cgi/ - 204.6ms - 502
2023-10-12 07:29:55.236429 UTC - GET /webman/3rdparty/pan-xunlei-com/index.cgi/ - 207.1ms - 502

docker安装:

docker run -it --rm --privileged -p 5055:5055 --name=xunlei \
  -v /opt/xunlei/data:/opt/data \
  -v /opt/xunlei/downloads:/downloads \
  -e XUNLEI_AUTH_USER=admin \
  -e XUNLEI_AUTH_PASSWORD=admin \
  gngpp/xunlei:latest

问题:登入后能正常显示网站后台,但二维码和账密登入无法加载出来

@0x676e67
Copy link
Owner

0x676e67 commented Oct 14, 2023

我怎么又能登录?
image

image

image

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

2 participants