mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-26 01:05:55 +03:00
[GH-ISSUE #50] panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x0 pc=0x5b052e] #149
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#149
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 @jiongjiongzhao on GitHub (Dec 11, 2023).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/50
report
2023/12/11 15:15:16 dial: websocket: bad handshake
2023/12/11 15:15:17 dial: websocket: bad handshake
2023/12/11 15:15:18 dial: websocket: bad handshake
2023/12/11 15:15:18 dial: websocket: bad handshake
2023/12/11 15:15:19 dial: websocket: bad handshake
2023/12/11 15:15:20 dial: websocket: bad handshake
2023/12/11 15:15:21 dial: websocket: bad handshake
2023/12/11 15:15:21 dial: websocket: bad handshake
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x5b052e]
goroutine 1 [running]:
github.com/gorilla/websocket.(*Conn).Close(0xc00007f978?)
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()
github.com/nxtrace/NTrace-core/main.go:8 +0xf
2023/12/11 15:17:03 dial: websocket: bad handshake
2023/12/11 15:17:04 dial: websocket: bad handshake
2023/12/11 15:17:05 dial: websocket: bad handshake
@Archeb commented on GitHub (Dec 11, 2023):
如果您遇到了 websocket: bad handshake:
此问题是 NextTrace 相关问题,
表示 NextTrace IP 地理位置 API 无法连接,可能是网络异常。
因为 NextTrace 默认使用的 LeoMoeAPI 是社区的免费项目,使用 CloudFlare 免费 CDN,连接性可能受地区运营商的影响。
请首先尝试更新 OpenTrace 到 1.4.1.1 版本及以上,该版本同步了最新的 NextTrace,也许可以缓解 API 的连接性问题。
如果还是不能解决,请把问题向上游 NextTrace 报告,也可以考虑在主界面右上角切换其他数据源或者在设置中配置本地数据源。