Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'transport_id' #8

Open
Chan9390 opened this issue Jun 30, 2018 · 1 comment
Open

KeyError: 'transport_id' #8

Chan9390 opened this issue Jun 30, 2018 · 1 comment

Comments

@Chan9390
Copy link
Member

Host System: Ubuntu 16.04
I am running my Android x86 VM using Genymotion

Adb devices:

testing$ adb devices -l
List of devices attached
192.168.65.101:5555    device product:vbox86p model:Custom_Phone___7_1_0___API_25___768x1280 device:vbox86p

Error:

testing$ frida-push 
[2018-06-30 21:34:44,726] [frida-push: INFO]: Devices: 192.168.65.101:5555
[2018-06-30 21:34:44,727] [frida-push: INFO]: Current installed Frida version: 11.0.12
Traceback (most recent call last):
  File "/home/c0d3r/temp/testing/testing/bin/frida-push", line 11, in <module>
    sys.exit(main())
  File "/home/c0d3r/temp/testing/testing/local/lib/python2.7/site-packages/frida_push/command.py", line 211, in main
    transport_id = devices[ops.device_name]['transport_id']
KeyError: 'transport_id'
@eugenekolo
Copy link

eugenekolo commented Jul 9, 2018

@Chan9390 update your adb.

Later versions of adb added the 'transport_id' key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants