cedar2025 / Xboard

基于V2board二次开发支持新协议新特性的高性能面板
MIT License
1.8k stars 456 forks source link

[BUG]无法获取订阅文件 #149

Open langsongming opened 3 months ago

langsongming commented 3 months ago

🙇‍♂️🙇‍♂️🙇‍♂️注意:XrayR等非XBoard问题请前往项目方提问 🙇‍♂️🙇‍♂️🙇‍♂️Note: XrayR and other non-XBoard issues please go to the project side to ask questions

The XBoard version number you are using 当前使用的XBoard版本号(git commit id)

最新版

Would you like to deploy using Docker? 你的部署方式(是否为Docker)

aapanel部署

Please briefly describe the issue you encountered (preferably with reproducible steps). 简单描述你遇到的问题(最好带上复现步骤)

没法获取订阅文件 我是通过v2board迁移来的 就没法用了,其他功能好像正常

Screenshot of the reported error(Please do desensitization) 报告错误的截图(请做脱敏处理)

{ "message": "遇到了些问题,我们正在进行处理" }

Screenshot of the reported error(Please do desensitization) 报告错误的截图(请做脱敏处理)

{ "message": "遇到了些问题,我们正在进行处理" }

cedar2025 commented 3 months ago

有更多的细节吗?

langsongming commented 3 months ago

控制台提示500错误

langsongming commented 3 months ago

root@instance-:/www/wwwroot/# php artisan log:export 7 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384 bytes) in /www/wwwroot//vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 428 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65536 bytes) in /www/wwwroot//vendor/laravel/framework/src/Illuminate/Support/Facades/Auth.php on line 70 PHP Warning: Packets out of order. Expected 145 received 131. Packet size=0 in Unknown on line 0

导出日志提示如上,感觉是不是PHP配置有问题

langsongming commented 3 months ago

@cedar2025

tommyzhang100504 commented 3 months ago

我也遇到了相同的问题,有解决方案了吗?