PauperZ / SSRSpeedN

基于SSRSpeed修改,支持同时进行单线程/多线程测速,并可同时进行流媒体解锁状态测试
GNU General Public License v3.0
1.13k stars 157 forks source link

自动跳转 window.location.href #60

Open yuanhexie opened 1 year ago

yuanhexie commented 1 year ago

设备:mac mini M1 终端运行正常:wishfall@Mac-mini SSRSpeedN-main % Python3 web.py Traceback (most recent call last): File "/Users/wishfall/Downloads/SSRSpeedN-main/web.py", line 20, in from ssrspeed.core.ssrspeed_core import SSRSpeedCore File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/core/init.py", line 3, in from .ssrspeed_core import SSRSpeedCore File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/core/ssrspeed_core.py", line 24, in from ..speed_test import SpeedTest File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/init.py", line 3, in from .speed_test import SpeedTest File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/speed_test.py", line 16, in from .test_methods import SpeedTestMethods File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/test_methods/init.py", line 3, in from .speed_test_methods import SpeedTestMethods File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/test_methods/speed_test_methods.py", line 29, in METHOD = config["method"] KeyError: 'method' wishfall@Mac-mini SSRSpeedN-main % Python3 web.py Traceback (most recent call last): File "/Users/wishfall/Downloads/SSRSpeedN-main/web.py", line 20, in from ssrspeed.core.ssrspeed_core import SSRSpeedCore File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/core/init.py", line 3, in from .ssrspeed_core import SSRSpeedCore File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/core/ssrspeed_core.py", line 24, in from ..speed_test import SpeedTest File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/init.py", line 3, in from .speed_test import SpeedTest File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/speed_test.py", line 16, in from .test_methods import SpeedTestMethods File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/test_methods/init.py", line 3, in from .speed_test_methods import SpeedTestMethods File "/Users/wishfall/Downloads/SSRSpeedN-main/ssrspeed/speed_test/test_methods/speed_test_methods.py", line 29, in METHOD = config["method"] KeyError: 'method' wishfall@Mac-mini SSRSpeedN-main % Python3 web.py [2023-08-09 19:47:58,722][INFO][8049180352][web.py:211]SSRSpeed 1.04, Web Api Version 0.5.2 [2023-08-09 19:47:58,722][INFO][8049180352][platform_check.py:9]Platform Info : macOS-14.0-arm64-arm-64bit [2023-08-09 19:47:58,723][INFO][8049180352][requirements_check.py:73]Checking libsodium. [2023-08-09 19:47:58,723][INFO][8049180352][platform_check.py:9]Platform Info : macOS-14.0-arm64-arm-64bit [2023-08-09 19:48:01,900][INFO][8049180352][requirements_check.py:57]Checking ./clients/v2ray-core/v2ctl [2023-08-09 19:48:01,900][WARNING][8049180352][requirements_check.py:63]Requirement ./clients/v2ray-core/v2ctl not found !!! [2023-08-09 19:48:01,900][INFO][8049180352][requirements_check.py:57]Checking ./clients/v2ray-core/v2ray [2023-08-09 19:48:01,900][WARNING][8049180352][requirements_check.py:63]Requirement ./clients/v2ray-core/v2ray not found !!! [2023-08-09 19:48:01,903][WARNING][8049180352][requirements_check.py:130]Simple Obfs not found !!! [2023-08-09 19:48:01,903][WARNING][8049180352][requirements_check.py:132]Shadowsocks-libev not found !!!

打开 http://127.0.0.1:10870 自动跳转 window.location.href