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

Proxy Server started but no Internet Access! #173

Open
Niranjan-Jyothi opened this issue Aug 5, 2020 · 2 comments
Open

Proxy Server started but no Internet Access! #173

Niranjan-Jyothi opened this issue Aug 5, 2020 · 2 comments

Comments

@Niranjan-Jyothi
Copy link

$ proxybroker serve --host 127.0.0.1 --port 8888 --types HTTP HTTPS --lvl High
c:\users\niran\appdata\local\programs\python\python38-32\lib\site-packages\proxybroker\cli.py:380: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
proxies = asyncio.Queue(loop=loop)
c:\users\niran\appdata\local\programs\python\python38-32\lib\asyncio\queues.py:48: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._finished = locks.Event(loop=loop)
c:\users\niran\appdata\local\programs\python\python38-32\lib\site-packages\proxybroker\api.py:97: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._on_check = asyncio.Queue(maxsize=max_conn, loop=self._loop)
c:\users\niran\appdata\local\programs\python\python38-32\lib\asyncio\events.py:81: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._context.run(self._callback, *self._args)
Server started at http://127.0.0.1:8888
c:\users\niran\appdata\local\programs\python\python38-32\lib\site-packages\aiohttp\connector.py:964: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
hosts = await asyncio.shield(self._resolve_host(
c:\users\niran\appdata\local\programs\python\python38-32\lib\site-packages\aiohttp\locks.py:21: DeprecationWarning: The loop argument is deprecated since
Python 3.8, and scheduled for removal in Python 3.10.
self._event = asyncio.Event(loop=loop)

When I change my proxy manually to the addr(127.0.0.1:8888 -- that i provided in my 'serve' command; top-line) , I loose internet connection. Basically not getting connected.
Also while simply navigating to the addr(127.0.0.1:8888 ) the page keeps on loading forever - in the anticlockwise direction.

@Niranjan-Jyothi
Copy link
Author

Also the terminal freeze's after the serve command.

@Shebuka
Copy link

Shebuka commented Nov 8, 2020

Please use code-format to format your code better, it's unreadable...

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