Code Monkey home page Code Monkey logo

ntrace-v1's People

Contributors

1-1-2 avatar canary233 avatar chenrui333 avatar dependabot[bot] avatar fakeboboliu avatar haima3 avatar huiming23344 avatar isyekong avatar kernelcrashdump avatar liu-weihu avatar missuo avatar sjlleo avatar tsosunchia avatar zhshch2002 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ntrace-v1's Issues

Hosts 写入IPV6地址仍然访问IPV4 45.88.195.154


name: nexttrace 程序问题
about: "提交一个 nexttrace 的程序问题报告。"
copyright: v2fly

本项目是基于Linux/macOS的,请确认您遇到的问题是否在Linux或macOS上存在。

你正在使用哪个版本的 nexttrace?

Linux arm64 v1.2.9

你看到的异常现象是什么?

本机上/etc/hosts 已写入IPV6地址 , nexttrace 运行出错,错误报告中显示仍然访问IPV4 45.88.195.154 ,重启测试都是都是如此

你期待看到的正常表现是怎样的?

访问IPV6

请附上你的命令

Nexttrace -T ip

请附上出错时软件输出的错误信息

错误报告中显示仍然访问IPV4 45.88.195.154 ↓
image
image

是否查询过本仓库wiki有没有类似错误

Yes

nexttrace 1.28 crash on Windows 7

Windows 7 x64, nexttrace 1.28 x64.

$ nexttrace_windows_amd64.exe --version
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0

runtime.asmstdcall()
        runtime/sys_windows_amd64.s:65 +0x75 fp=0x22fca0 sp=0x22fc80 pc=0x468bf5
rax     0x0
rbx     0xc85dc0
rcx     0x12040c0
rdi     0x7fffffdc000
rsi     0x22fea0
rbp     0x22fde0
rsp     0x22fc78
r8      0x0
r9      0x22fee0
r10     0xcd59d8
r11     0x21
r12     0x22fec0
r13     0x1
r14     0xc85340
r15     0x0
rip     0x0
rflags  0x10293
cs      0x33
fs      0x53
gs      0x2b

Let's launch version 1.27, built just a month ago. Works fine.

$ nexttrace.exe --version
NextTrace v1.2.7 2023-12-01T08:40:30Z c0455ca
NextTrace Sponsored by
· DMIT.io
· Misaka.io
· Skywolf.cloud
· Saltyfish.io
(Listed in no particular order)

NextTrace CopyRight
Honorary Founder: Leo
Project Chair: Tso
Core-Developer: Leo, Vincent, zhshch, Tso
Infra Maintainer: Tso

NextTrace v1.2.1.1 报错

你正在使用哪个版本的 nexttrace?

NextTrace v1.2.1.1
CENTOS 7.9.2009 X64
VPS:185.213.24.**
这是瑞士的VPS,其他机器上没出过这个问题,请问这是数据库不通吗

你看到的异常现象是什么?

NextTrace v1.2.1.1 2023-09-07T08:38:12Z b967ee4
[NextTrace API] prefered API IP - 104.19.29.108 - 1.68ms
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x755a97]

goroutine 1 [running]:
github.com/tsosunchia/powclient.submitAnswer(0xc0000c3488, 0x49ef80?)
	github.com/tsosunchia/[email protected]/pow_client.go:142 +0x57
github.com/tsosunchia/powclient.RetToken(0xc0000c3540)
	github.com/tsosunchia/[email protected]/pow_client.go:102 +0x252
github.com/xgadget-lab/nexttrace/pow.GetToken({0xc0000285b8?, 0xb?}, {0x8e0569, 0xb}, {0x8d5430?, 0x991680?})
	github.com/xgadget-lab/nexttrace/pow/pow.go:29 +0x255
github.com/xgadget-lab/nexttrace/wshandle.createWsConn()
	github.com/xgadget-lab/nexttrace/wshandle/client.go:199 +0x1f4
github.com/xgadget-lab/nexttrace/wshandle.New(...)
	github.com/xgadget-lab/nexttrace/wshandle/client.go:255
github.com/xgadget-lab/nexttrace/cmd.Excute()
	github.com/xgadget-lab/nexttrace/cmd/cmd.go:166 +0x148b
main.main()
	github.com/xgadget-lab/nexttrace/main.go:8 +0x17

请附上你的命令

-g cn -q 1 -n -m 30 IP

请附上出错时软件输出的错误信息

是否查询过本仓库wiki有没有类似错误

1.1.7-2 无法运行

你正在使用哪个版本的 nexttrace?

linux_amd64

你看到的异常现象是什么?

无法运行,报错信息如下:

❯ .\nexttrace.exe
ResourceUnavailable: Program 'nexttrace.exe' failed to run: An error occurred trying to start process 'D:\nexttrace.exe' with working directory 'D:\'. The specified executable is not a valid application for this OS platform.At line:1 char:1
+ .\nexttrace.exe
+ ~~~~~~~~~~~~~~~.

如果不修改后缀,在windows上不能运行。 我看官方仓库下release下直接是.exe文件,而这边仓库是没有后缀的。 单独加上后不能运行

你期待看到的正常表现是怎样的?

请附上你的命令

请附上出错时软件输出的错误信息

是否查询过本仓库wiki有没有类似错误

sendto: operation not permitted

本项目是基于Linux/macOS的,请确认您遇到的问题是否在Linux或macOS上存在。

你正在使用哪个版本的 nexttrace?

linux_amd64

你看到的异常现象是什么?

sendto: operation not permitted

你期待看到的正常表现是怎样的?

正常跟踪

请附上你的命令

nexttrace 212.52.0.11

请附上出错时软件输出的错误信息

nrt1:~# nexttrace  212.52.0.11
NextTrace v1.2.6 2023-11-17T11:06:48Z 4bef8b9
[NextTrace API] preferred API IP - [2606:4700:3037::ac43:9bc0] - 124.29ms - Misaka.HKG
IP Geo Data Provider: LeoMoeAPI
traceroute to 212.52.0.11, 30 hops max, 52 bytes packets
2023/12/02 21:31:13 write ip4 0.0.0.0->212.52.0.11: sendto: operation not permitted

是否查询过本仓库wiki有没有类似错误

离线ip2region库在**大陆地区不可下载

本项目是基于Linux/macOS的,请确认您遇到的问题是否在Linux或macOS上存在。

你正在使用哪个版本的 nexttrace?

27e560f
main
windows_amd64

你看到的异常现象是什么?

离线ip2region库在**大陆地区不可下载

你期待看到的正常表现是怎样的?

正常下载
此问题由ipgeo/ip2region.go line 17 中硬编码的ghproxy.com代理引起
ghproxy.com 主域名已被**网络长城拦截,ghproxy官方推荐使用子域 mirror.ghproxy.com 具体可见ghproxy.com官网

请附上你的命令

N/A

请附上出错时软件输出的错误信息

Downloading DataBase...
panic: Download Failed!

goroutine 42 [running]:
github.com/nxtrace/NTrace-core/ipgeo.IP2Region({0xc00025eed0, 0xd}, 0xc0001ddfb0?, {0x0?, 0x0?}, 0x0?)
	github.com/nxtrace/NTrace-core/ipgeo/ip2region.go:53 +0x3c7
github.com/nxtrace/NTrace-core/trace.(*Hop).fetchIPData.func2()
	github.com/nxtrace/NTrace-core/trace/trace.go:192 +0x1ab
created by github.com/nxtrace/NTrace-core/trace.(*Hop).fetchIPData in goroutine 53
	github.com/nxtrace/NTrace-core/trace/trace.go:175 +0x349

是否查询过本仓库wiki有没有类似错误

在有本地代理的情况下设置NEXTTRACE_PROXY环境变量之后出现{"error":"Wrong request_id"}错误

你正在使用哪个版本的 nexttrace?

window amd64

你看到的异常现象是什么?

设置代理后出现
NextTrace v1.2.4.2 2023-11-13T08:54:01Z 98c0fa3
{"error":"Wrong request_id"}

RetToken failed 3 times, please try again after a while, exit

你期待看到的正常表现是怎样的?

请附上你的命令

请附上出错时软件输出的错误信息

NextTrace v1.2.4.2 2023-11-13T08:54:01Z 98c0fa3
{"error":"Wrong request_id"}

RetToken failed 3 times, please try again after a while, exit

是否查询过本仓库wiki有没有类似错误

路由追踪,中间全是*号

你正在使用哪个版本的 nexttrace?

NTrace-V1 v1.2.1.1 nexttrace_windows_amd64.exe

你看到的异常现象是什么?

路由追踪中间是*号

screenshot20230924

你期待看到的正常表现是怎样的?

正常的路由追踪

请附上你的命令

nexttrace 8.222.197.62

请附上出错时软件输出的错误信息

是否查询过本仓库wiki有没有类似错误

查寻过wiki和issue,无论是手动在网络防火墙里添加,还是执行代码添加,路由追踪只有首尾,中间全部为*****
screenshot20230924 (1)

OpenTrace和NextTrace ,前面的全部是*号

你正在使用哪个版本的 nexttrace?

v1.1.7-2

AMD64

你看到的异常现象是什么?

你期待看到的正常表现是怎样的?

请附上你的命令

NextTrace v1.1.7-2 2023-06-06T19:36:21Z b1edef3
IP Geo Data Provider: LeoMoeAPI
traceroute to 158.180.36.249, 30 hops max, 52 bytes packets
1 *
2 *
3 *
4 *
5 *
6 *
7 *
8 *
9 *
10 *
11 *
12 158.xx.xx.xxx AS31898 德国 黑森州 美因河畔法兰克福 cloud.oracle.com
201.86 ms / 209.73 ms / 202.04 ms

请附上出错时软件输出

请附上出错时软件输出的错误信息

是否查询过本仓库wiki有没有类似错误

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.