XrayR-project / XrayR

A Xray backend framework that can easily support many panels. 一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议,极易扩展,支持多面板对接
https://xrayr-project.github.io/XrayR-doc/
Mozilla Public License 2.0
1.9k stars 783 forks source link

手动部署失败 #596

Closed Venompool888 closed 5 months ago

Venompool888 commented 5 months ago

root@8714abbe83:/etc/XrayR# ./XrayR -config config.yml XrayR 0.9.1 (A Xray backend that supports many panels) 2024/02/20 07:35:30 Start the panel.. 2024/02/20 07:35:30 Xray Core Version: 1.8.4 2024/02/20 07:35:30 [Warning] core: Xray 1.8.4 started 2024/02/20 07:35:30.295484 WARN RESTY Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused, Attempt 1 2024/02/20 07:35:30.397195 WARN RESTY Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused, Attempt 2 2024/02/20 07:35:30.500340 WARN RESTY Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused, Attempt 3 2024/02/20 07:35:30.783577 WARN RESTY Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused, Attempt 4 2024/02/20 07:35:30.784507 ERROR RESTY Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused 2024/02/20 07:35:30 Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused 2024/02/20 07:35:30 Panel Start fialed: request http://127.0.0.1:667/mod_mu/nodes/41/info failed: Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused panic: Panel Start fialed: request http://127.0.0.1:667/mod_mu/nodes/41/info failed: Get "http://127.0.0.1:667/mod_mu/nodes/41/info?key=123&muKey=123": dial tcp 127.0.0.1:667: connect: connection refused

goroutine 1 [running]: log.Panicf({0x358c09d?, 0x39d0340?}, {0xc0005f7e20?, 0xc0000cb3b0?, 0x2dd6ea0?}) log/log.go:439 +0x65 github.com/XrayR-project/XrayR/panel.(*Panel).Start(0xc000049640) github.com/XrayR-project/XrayR/panel/panel.go:210 +0x5db main.main() github.com/XrayR-project/XrayR/main/main.go:97 +0x233