mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-26 01:05:55 +03:00
[GH-ISSUE #25] [BUG] Unexpected string truncate in hostname #23
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#23
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 @hanyan-rst on GitHub (Sep 13, 2023).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/25
Describe the bug 描述你遇到的BUG
Unexpected hostname string truncate
To Reproduce 复现方法
When resolving iKuai default hostname 'iKuaiOS', the last letter 'S' was abandoned.
Screenshots (If applicable) 截图(如果有)

Environment 使用环境
Additional context 补充说明
@Archeb commented on GitHub (Sep 13, 2023):
Can't reproduce.

@hanyan-rst commented on GitHub (Sep 18, 2023):
Solved after add parameter "-a" in setting. Might be upstream project bug. Thanks!
@tsosunchia commented on GitHub (Sep 18, 2023):
你可以尝试一下 使用nexttrace --raw参数,来确认是否是上游问题