openatx / adbutils

pure python adb library for google adb service.
MIT License
780 stars 180 forks source link

read_string_block函数类型转换问题 #76

Closed qingqingcaoyuanlin closed 1 year ago

qingqingcaoyuanlin commented 2 years ago

执行python -m uiautomator2 init命令Check atx-agent version出现的错误: File "C:\Python39\lib\site-packages\adbutils_device.py", line 236, in forward_list content = c.read_string_block() File "C:\Python39\lib\site-packages\adbutils_adb.py", line 118, in read_string_block size = int(length, 16) ValueError: invalid literal for int() with base 16: 'FAIL'

qingqingcaoyuanlin commented 2 years ago

adbutils版本号为0.16.2

codeskyblue commented 1 year ago

Should fixed. reopen if still exists