tindy2013 / stairspeedtest-reborn

Proxy performance batch tester based on Shadowsocks(R) and V2Ray
MIT License
3.73k stars 650 forks source link

stairspeedtest mac会跳转,ww6.web1.ospf.in 请问大家怎么处理的 #133

Open geekbb opened 3 years ago

geekbb commented 3 years ago

stairspeedtest mac会跳转,ww6.web1.ospf.in请问大家怎么处理的 photo_2021-08-03_14-56-17

ExAxoncel commented 3 years ago

use webgui.sh rather than webserver.sh then turn to the page 127.0.0.1:10870 or localhost:10870 and click the gui.html

ghost commented 3 years ago

Axon @.***>于2021年8月7日 周六下午11:58写道:

use webgui.sh rather than webserver.sh then turn to the page 127.0.0.1:10870 or localhost:10870 and click the gui.html

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tindy2013/stairspeedtest-reborn/issues/133#issuecomment-894672229, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP27P5AIFZRKOPN47OTHM6TT3VJ3JANCNFSM5BOGCJ7A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

damyeX commented 3 years ago

我mac也是这样,我研究了下,现在可以测速了 1.下载stairspeedtest_reborn_darwin64.tar.gz 2.解压缩,得到stairspeedtest文件夹 3.终端cd到该文件夹内 4.输入命令: sudo bash webgui.sh,看log拿到websocket端口号(Starting WebSocket server这条) 5.进入tools/gui,编辑gui.html 6.第367行,将this.connect("ws://" + window.location.href)改成this.connect("ws://127.0.0.1:65430");,65430为websocket端口号 7.chrome打开gui.html,就可以了

geekbb commented 3 years ago

我mac也是这样,我研究了下,现在可以测速了 1.下载stairspeedtest_reborn_darwin64.tar.gz 2.解压缩,得到stairspeedtest文件夹 3.终端cd到该文件夹内 4.输入命令: sudo bash webgui.sh,看log拿到websocket端口号(Starting WebSocket server这条) 5.进入tools/gui,编辑gui.html 6.第367行,将this.connect("ws://" + window.location.href)改成this.connect("ws://127.0.0.1:65430");,65430为websocket端口号 7.chrome打开gui.html,就可以了

image 谢谢,按你的方法,终于成功了!!!!

Cupcc commented 1 year ago

同样的问题,当我运行webgui.sh的时候出现如下报错。这似乎使用的不是主机的go版本。 系统mac monterey 12.6.1 intel 下载的代码。stairspeedtest_reborn_darwin64.tar.gz


fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x132ea9b, 0x21)
    /home/abc/go/src/github.com/joewalnes/websocketd/release/go-local/1.9.2/go/src/runtime/panic.go:605 +0x95 fp=0x7ff7bfeff520 sp=0x7ff7bfeff500 pc=0x1029745
runtime.goenvs()
    /home/abc/go/src/github.com/joewalnes/websocketd/release/go-local/1.9.2/go/src/runtime/os_darwin.go:108 +0x83 fp=0x7ff7bfeff550 sp=0x7ff7bfeff520 pc=0x1026fe3
runtime.schedinit()
    /home/abc/go/src/github.com/joewalnes/websocketd/release/go-local/1.9.2/go/src/runtime/proc.go:492 +0xa1 fp=0x7ff7bfeff590 sp=0x7ff7bfeff550 pc=0x102c121
runtime.rt0_go(0x7ff7bfeff5c0, 0x6, 0x7ff7bfeff5c0, 0x1000000, 0x6, 0x7ff7bfeff7e0, 0x7ff7bfeff7f5, 0x7ff7bfeff802, 0x7ff7bfeff80f, 0x7ff7bfeff825, ...)
    /home/abc/go/src/github.com/joewalnes/websocketd/release/go-local/1.9.2/go/src/runtime/asm_amd64.s:175 +0x1eb fp=0x7ff7bfeff598 sp=0x7ff7bfeff590 pc=0x1053b9b
Cupcc commented 1 year ago

damyeX

无法运行webgui.sh,怎么解决呢?