Git Product home page Git Product logo

Comments (4)

matlas-zz avatar matlas-zz commented on July 17, 2024

Sorry, it works with another projects, closing issue. BTW, thanks for very good tool.

from andbug.

swdunlop avatar swdunlop commented on July 17, 2024

Glad to see it sorted out. :)

from andbug.

zhiqiangxu avatar zhiqiangxu commented on July 17, 2024

The same problem here:

$ andbug shell -d emulator-5554 -p com.android.settings
!! EOF
Traceback (most recent call last):
File "/usr/local/bin/andbug", line 34, in main
andbug.command.run_command(args)
File "/Library/Python/2.7/site-packages/andbug/command.py", line 220, in run_command
return ctxt.perform(args[0], args[1:])
File "/Library/Python/2.7/site-packages/andbug/command.py", line 150, in perform
if act.proc: self.connect()
File "/Library/Python/2.7/site-packages/andbug/command.py", line 60, in connect
self.sess = andbug.vm.connect(self.pid, self.dev)
File "/Library/Python/2.7/site-packages/andbug/vm.py", line 1157, in connect
conn = andbug.proto.connect(andbug.proto.forward(pid, dev))
File "/Library/Python/2.7/site-packages/andbug/proto.py", line 97, in connect
p.start()
File "/Library/Python/2.7/site-packages/andbug/proto.py", line 278, in start
self.readHandshake()
File "/Library/Python/2.7/site-packages/andbug/proto.py", line 162, in readHandshake
data = self.read(len(HANDSHAKE_MSG))
File "/Library/Python/2.7/site-packages/andbug/proto.py", line 132, in read
pkt = self._read(sz)
File "/Library/Python/2.7/site-packages/andbug/proto.py", line 80, in read
if not pkt: raise EOF()
EOF: EOF

from andbug.

ramappyhigh avatar ramappyhigh commented on July 17, 2024

!! EOF
Traceback (most recent call last):
File "/usr/local/bin/andbug", line 34, in main
andbug.command.run_command(args)
File "/usr/local/lib/python2.7/dist-packages/andbug/command.py", line 220, in run_command
return ctxt.perform(args[0], args[1:])
File "/usr/local/lib/python2.7/dist-packages/andbug/command.py", line 150, in perform
if act.proc: self.connect()
File "/usr/local/lib/python2.7/dist-packages/andbug/command.py", line 60, in connect
self.sess = andbug.vm.connect(self.pid, self.dev)
File "/usr/local/lib/python2.7/dist-packages/andbug/vm.py", line 1157, in connect
conn = andbug.proto.connect(andbug.proto.forward(pid, dev))
File "/usr/local/lib/python2.7/dist-packages/andbug/proto.py", line 97, in connect
p.start()
File "/usr/local/lib/python2.7/dist-packages/andbug/proto.py", line 278, in start
self.readHandshake()
File "/usr/local/lib/python2.7/dist-packages/andbug/proto.py", line 162, in readHandshake
data = self.read(len(HANDSHAKE_MSG))
File "/usr/local/lib/python2.7/dist-packages/andbug/proto.py", line 132, in read
pkt = self._read(sz)
File "/usr/local/lib/python2.7/dist-packages/andbug/proto.py", line 80, in read
if not pkt: raise EOF()
EOF: EOF

from andbug.

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.