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

自动跳转 window.location.href #60

Open
yuanhexie opened this issue Aug 9, 2023 · 0 comments
Open

自动跳转 window.location.href #60

yuanhexie opened this issue Aug 9, 2023 · 0 comments

Comments

@yuanhexie
Copy link

设备: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 !!!

  • Serving Flask app 'web'
  • Debug mode: off
    WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  • Running on http://127.0.0.1:10870

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

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

1 participant