mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-26 01:05:55 +03:00
[GH-ISSUE #48] github.com/nxtrace/NTrace-core/cmd/cmd.go:357 +0x22b0 main.main() #41
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrace#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luke-huai on GitHub (Dec 8, 2023).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/48
@luke-huai commented on GitHub (Dec 8, 2023):
2023/12/09 00:42:35 dial: websocket: bad handshake
2023/12/09 00:42:36 dial: websocket: bad handshake
2023/12/09 00:42:37 dial: websocket: bad handshake
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x81052e]
goroutine 1 [running]:
github.com/gorilla/websocket.(*Conn).Close(0xc0000c5978?)
github.com/gorilla/websocket@v1.5.1/conn.go:352 +0xe
github.com/nxtrace/NTrace-core/cmd.Excute.func1()
github.com/nxtrace/NTrace-core/cmd/cmd.go:186 +0x1b
github.com/nxtrace/NTrace-core/cmd.Excute()
github.com/nxtrace/NTrace-core/cmd/cmd.go:357 +0x22b0
main.main()
@tsosunchia commented on GitHub (Dec 8, 2023):
https://github.com/Archeb/opentrace/issues/44
@Archeb commented on GitHub (Dec 10, 2023):
如果您遇到了 websocket: bad handshake:
此问题是 NextTrace 相关问题,
表示 NextTrace IP 地理位置 API 无法连接,可能是网络异常。
因为 NextTrace 默认使用的 LeoMoeAPI 是社区的免费项目,使用 CloudFlare 免费 CDN,连接性可能受地区运营商的影响。
请首先尝试更新 OpenTrace 到 1.4.1.1 版本及以上,该版本同步了最新的 NextTrace,也许可以缓解 API 的连接性问题。
如果还是不能解决,请把问题向上游 NextTrace 报告,也可以考虑在主界面右上角切换其他数据源或者在设置中配置本地数据源。