coder-fly / douyin_device_register

douyin device register
215 stars 125 forks source link

nativate/prebuilt/linux64下面的文件已经移动到/usr/lib64了,但是执行register.py,结果还是空 #8

Closed blakefan closed 3 years ago

blakefan commented 4 years ago

Traceback (most recent call last): File "/home/douyin_device_register/register.py", line 58, in <module> hex_str = re.search(r'hex=([\s\S]*?)\nsize',stdout.decode()).group(1) AttributeError: 'NoneType' object has no attribute 'group'

mrqaidi commented 3 years ago

same issue

coder-fly commented 3 years ago

刚刚测试了一下,使用docker运行的一个全新的环境可以得到结果 docker run -it -v /your_code_path/douyin_device_register:/app --name douyin --rm korekontrol/ubuntu-java-python3 python3 /app/register.py