宝塔用户_jaoeta 发表于 2024-5-28 14:50:25

【已完成】宝塔邮件服务器2.1 主页无法访问

为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:
面板7.9.0;宝塔邮件服务器2.1;
系统版本:
Windows Server 2012 R2 Datacenter (build 9600) x64 (Py3.8.6)
问题描述:
邮箱服务器主页http://xx.xxx.xx.xx:8888/phpwebadmin无法访问之前配置完可以访问,然后用了一段时间,再访问就进不去了
相关截图(日志、错误):
Traceback (most recent call last): File "C:\BtSoft\panel/class\flask_sockets.py", line 30, in __call__ handler, values = adapter.match() File "C:\Program Files\python\lib\site-packages\werkzeug\routing.py", line 1945, in match raise NotFound() werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\BtSoft\panel/class\panelPHP.py", line 404, in start self.php_port = int(cache.get(port_key)) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'


运维技术阿闯 发表于 2024-5-28 15:42:02

您好,根据您提供的错误信息来看似乎是在处理请求时遇到了404 Not Found错误,并且在处理异常时出现了TypeError。
1:首先,要解决404 Not Found错误,需要检查请求的URL路径是否正确。请确保您的请求路径与服务器上存在的路径匹配,检查拼写错误并尝试再次访问该URL。
2:如果上边的问题没有解决的话,您这边的邮箱服务器主页可能就是代码问题了

宝塔用户_jaoeta 发表于 2024-5-28 15:47:40

运维技术阿闯 发表于 2024-5-28 15:42
您好,根据您提供的错误信息来看似乎是在处理请求时遇到了404 Not Found错误,并且在处理异常时出现了TypeE ...

面板7.9.0 更新到8.0好了

运维技术阿闯 发表于 2024-5-28 16:18:13

宝塔用户_jaoeta 发表于 2024-5-28 15:47
面板7.9.0 更新到8.0好了

好的,问题解决了就好,如果后续还有问题可以在开新帖,这边就闭贴了,祝您生活愉快
页: [1]
查看完整版本: 【已完成】宝塔邮件服务器2.1 主页无法访问