Coder Social home page Coder Social logo

adb-proxy's Introduction

Paulo Costa

Hacking random stuff for fun and for hire ๐Ÿ˜‰

A have a pretty diverse background -- embedded systems, biometrics, algorithm design and optimization, datacenter automation, android hacking, etc -- and I'm always looking for fun and challenging projects to work on.

GitHub Badge LinkedIn Badge E-mail Badge VCard Badge

adb-proxy's People

Contributors

dependabot[bot] avatar paulo-raca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

adb-proxy's Issues

Trying to use ngrok results in asyncssh.misc.PermissionDenied: Permission denied

running poetry run adbproxy devicefarm --project="daniels-fun-project" --device-pool="mypool" --ngrok
always fails with

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/danielpaulus/privaterepos/adb-proxy/adbproxy/main.py", line 121, in main
    return asyncio.run(main_async(), debug=True)
  File "/opt/homebrew/Cellar/[email protected]/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/opt/homebrew/Cellar/[email protected]/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
    return future.result()
  File "/Users/danielpaulus/privaterepos/adb-proxy/adbproxy/main.py", line 117, in main_async
    await use_tunnels(**args)
  File "/Users/danielpaulus/privaterepos/adb-proxy/adbproxy/adb_proxy.py", line 611, in use_tunnels
    async with asyncssh.connect(tunnel=ssh_client, **ssh_tunnels[0]) as ssh_client:
  File "/Users/danielpaulus/Library/Caches/pypoetry/virtualenvs/adbproxy-UCzCDHV7-py3.9/lib/python3.9/site-packages/asyncssh/misc.py", line 274, in __aenter__
    self._coro_result = await self._coro
  File "/Users/danielpaulus/Library/Caches/pypoetry/virtualenvs/adbproxy-UCzCDHV7-py3.9/lib/python3.9/site-packages/asyncssh/connection.py", line 7707, in connect
    return await asyncio.wait_for(
  File "/opt/homebrew/Cellar/[email protected]/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
    return await fut
  File "/Users/danielpaulus/Library/Caches/pypoetry/virtualenvs/adbproxy-UCzCDHV7-py3.9/lib/python3.9/site-packages/asyncssh/connection.py", line 440, in _connect
    await options.waiter
asyncssh.misc.PermissionDenied: Permission denied

I set up my public key in ngrok and this one. ssh -R 443:localhost:80 tunnel.us.ngrok.com http works just fine.

Can't install on opensuse

Hi,

I tried installing through pip (Python 3.11) but got this when running any adbproxy command:

File "/usr/lib64/python3.11/typing.py", line 286, in _check_generic
    raise TypeError(f"Too {'many' if alen > elen else 'few'} arguments for {cls};"
TypeError: Too many arguments for typing.Iterable; actual 2, expected 1

Uri package seems to be pulled from the develop branch correctly. What am I missing?

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.