Skip to content
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
@g1im2

Description

@g1im2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions