Giter VIP home page Giter VIP logo

Comments (3)

qfmy92 avatar qfmy92 commented on May 18, 2024 1

哥们,你是想做一个纯python版的跳一跳刷分外挂吧

from python-adb.

waza-ari avatar waza-ari commented on May 18, 2024

I have exactly the same problem

OS: Rasbian on RPI 3
Device: Amazon FireTV

Traceback (most recent call last):
  File "/srv/firetv/bin/firetv-server", line 11, in <module>
    sys.exit(main())
  File "/srv/firetv/local/lib/python2.7/site-packages/firetv/__main__.py", line 237, in main
    if args.default and not add('default', args.default):
  File "/srv/firetv/local/lib/python2.7/site-packages/firetv/__main__.py", line 81, in add
    devices[device_id] = FireTV(str(host))
  File "/srv/firetv/local/lib/python2.7/site-packages/firetv/__init__.py", line 63, in __init__
    self.connect()
  File "/srv/firetv/local/lib/python2.7/site-packages/firetv/__init__.py", line 76, in connect
    serial=self.host, rsa_keys=[signer])
  File "/srv/firetv/local/lib/python2.7/site-packages/adb/adb_commands.py", line 76, in ConnectDevice
    return cls.Connect(handle, **kwargs)
  File "/srv/firetv/local/lib/python2.7/site-packages/adb/adb_commands.py", line 99, in Connect
    device_state = cls.protocol_handler.Connect(usb, banner=banner, **kwargs)
  File "/srv/firetv/local/lib/python2.7/site-packages/adb/adb_protocol.py", line 298, in Connect
    msg.Send(usb)
  File "/srv/firetv/local/lib/python2.7/site-packages/adb/adb_protocol.py", line 211, in Send
    usb.BulkWrite(self.Pack(), timeout_ms)
  File "/srv/firetv/local/lib/python2.7/site-packages/adb/adb_protocol.py", line 198, in Pack
    len(self.data), self.checksum, self.magic)
  File "/srv/firetv/local/lib/python2.7/site-packages/adb/adb_protocol.py", line 182, in checksum
    return self.CalculateChecksum(self.data)
  File "/srv/firetv/local/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 0xc0 in position 0: ordinal not in range(128)

Any ideas? Thanks in advance

from python-adb.

waza-ari avatar waza-ari commented on May 18, 2024

Never mind - looks like commit e8a6f84 (see #52) fixed it. Using master branch instead of latest release seams to work better.

from python-adb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.