This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 357
adb_commands.AdbCommands.ConnectDevice(rsa_keys=[signer]) #73
Comments
哥们,你是想做一个纯python版的跳一跳刷分外挂吧 |
I have exactly the same problem OS: Rasbian on RPI 3
Any ideas? Thanks in advance |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the problem happened when running the example program in readme.
OS: MacOS 10.13
Phone: Huawei Mate 10.
the exception stack:
File "PATH_TO_PROJECT/main.py", line 11, in
device = adb_commands.AdbCommands.ConnectDevice(banner='ok',rsa_keys=[signer])
File "PATH_TO_PROJECT/env/lib/python2.7/site-packages/adb/adb_commands.py", line 76, in ConnectDevice
return cls.Connect(handle, **kwargs)
File "PATH_TO_PROJECT/env/lib/python2.7/site-packages/adb/adb_commands.py", line 99, in Connect
device_state = cls.protocol_handler.Connect(usb, banner=banner, **kwargs)
File "PATH_TO_PROJECT/env/lib/python2.7/site-packages/adb/adb_protocol.py", line 298, in Connect
msg.Send(usb)
File "PATH_TO_PROJECT/env/lib/python2.7/site-packages/adb/adb_protocol.py", line 211, in Send
usb.BulkWrite(self.Pack(), timeout_ms)
File "PATH_TO_PROJECT/env/lib/python2.7/site-packages/adb/adb_protocol.py", line 198, in Pack
len(self.data), self.checksum, self.magic)
File "PATH_TO_PROJECT/env/lib/python2.7/site-packages/adb/adb_protocol.py", line 182, in checksum
return self.CalculateChecksum(self.data)
File "PATH_TO_PROJECT/env/lib/python2.7/site-packages/adb/adb_protocol.py", line 190, in CalculateChecksum
total = sum(map(ord, data.decode('ascii')))
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8e in position 0: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: