clacknya
clacknya
Hello @cf-natali I have read the [document](https://docs.python.org/3/library/asyncio-protocol.html#asyncio-udp-echo-client-protocol) and tried to write it. https://github.com/clacknya/ntplib/blob/cf942846d6a7c9d7d96135bd2b81dd5513cb946f/ntplib.py#L335-L396 with an async method NTPClient.request_async. ``` python client = ntplib.NTPClient() resp = await client.request_async(host, version=3) ``` I'm...
I got a different error when compile cryptography with rust in termux. ``` error: failed to prepare thin LTO module: Opaque pointers are only supported in -opaque-pointers mode (Producer: 'LLVM15.0.2'...
希望支持 IPv6
> > > > 优化一下设备信息,过于容易被检测到非官方客户端 > > 别想偷懒,无论我们如何优化也没用,官方肯定有机会看着这个Repo 即使我们如何隐藏设备信息都不可能逃避风控,用户有责任去自己负责对`device.json`的修改 > > 当然我也不会把话说死,基本的设备伪装也是可以添加的 这里给点思路:以 Protocol 来更改设备信息来达到一致 检测是否还跟别的因素有关?我发现 BOT 运行好久了,发言也不少,群聊等级一直没变😓
就是如果是一个正常的客户端活动,各项数据应该会有改变,但这里没有,是一个异常,猜测是否根据这个进行检测
> > > https://github.com/Mrs4s/MiraiGo/blob/f3beaae4e4435f499a88245253b703d8a8892df0/client/group_file.go#L193-L195 > > 我这边看就是它有可能要你用IPv6来上传, 但目前还没有写有关IPv6的代码 > 如果可以的话这里建议你尝试强制使用IPv4, 如果本身就是IPv4当我没说 后续有计划支持 IPv6 吗?
``` [ERROR]: Protocol -> panic on decoder OnlinePush.PbPushTransMsg : runtime error: invalid memory address or nil pointer dereference goroutine 172820 [running]: runtime/debug.Stack() runtime/debug/stack.go:24 +0x65 github.com/Mrs4s/MiraiGo/client.(*QQClient).netLoop.func1.1() github.com/Mrs4s/[email protected]/client/network.go:335 +0x65 panic({0xa00880, 0xf1d360}) runtime/panic.go:838...
same problem with python 3.11
I found the solution: downgrading to uiautomator2-2.16.23 could fix it, which depends on packaging-20.9.
回退旧版本吧