This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
TypeError: from_buffer() cannot return the address of a unicode object #159
Closed
Description
code like this:
signer = sign_cryptography.CryptographySigner(os.path.expanduser('~/.android/adbkey'))
device = adb_commands.AdbCommands()
def __init__(self):
AdbHelper.device = adb_commands.AdbCommands()
AdbHelper.device.ConnectDevice(rsa_keys=[AdbHelper.signer])
if running this, the error will be happened, i install from setup use lasted code in github, what's happend, can help me
Metadata
Metadata
Assignees
Labels
No labels