mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-26 01:05:55 +03:00
[GH-ISSUE #68] [BUG] #195
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#195
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 @xtonly on GitHub (Jun 9, 2024).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/68
Describe the bug 描述你遇到的BUG
(如果您遇到了 websocket: bad handshake,请参考 #44)
2024/06/09 17:17:50 dial: websocket: bad handshake
2024/06/09 17:17:50 dial: websocket: bad handshake
2024/06/09 17:17:51 dial: websocket: bad handshake
2024/06/09 17:17:52 dial: websocket: bad handshake
2024/06/09 17:17:52 dial: websocket: bad handshake
2024/06/09 17:17:53 dial: websocket: bad handshake
2024/06/09 17:17:54 dial: websocket: bad handshake
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x4a66ee]
goroutine 1 [running]:
github.com/gorilla/websocket.(*Conn).Close(0xc000115980?)
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:188 +0x1b
github.com/nxtrace/NTrace-core/cmd.Excute()
github.com/nxtrace/NTrace-core/cmd/cmd.go:359 +0x22fb
main.main()
github.com/nxtrace/NTrace-core/main.go:8 +0xf
To Reproduce 复现方法
Screenshots (If applicable) 截图(如果有)
Environment 使用环境
Version 1.4.3.0
Additional context 补充说明
@Archeb commented on GitHub (Jun 17, 2024):
NextTrace API 网络问题,不属于本项目