You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.9/asyncio/events.py:80: 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
/usr/local/lib/python3.9/asyncio/trsock.py:20: DeprecationWarning: Using send() method on sockets returned from get_extra_info('socket') will be prohibited in asyncio 3.9. Please report your use case to bugs.python.org.
warnings.warn(
DeprecationWarning: Enable tracemalloc to get the object allocation traceback
/usr/local/lib/python3.9/asyncio/trsock.py:20: DeprecationWarning: Using recv() method on sockets returned from get_extra_info('socket') will be prohibited in asyncio 3.9. Please report your use case to bugs.python.org.
warnings.warn(
DeprecationWarning: Enable tracemalloc to get the object allocation traceback
/usr/local/lib/python3.9/asyncio/trsock.py:20: DeprecationWarning: Using close() method on sockets returned from get_extra_info('socket') will be prohibited in asyncio 3.9. Please report your use case to bugs.python.org.
warnings.warn(
DeprecationWarning: Enable tracemalloc to get the object allocation traceback
Then I tried using http (CLI, installed via sudo snap install http then export HTTP_PROXY=http://127.0.0.1:8888 and export HTTP_PROXY=http://127.0.0.1:8888). The command used is http http://ifconfig.me. This tool returns the following:
http: error: ProxyError: HTTPConnectionPool(host='127.0.0.1', port=8888): Max retries exceeded with url: http://ifconfig.me/ (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(104, 'Connection reset by peer'))) while doing a GET request to URL: http://ifconfig.me/
HTTPConnectionPool(host='127.0.0.1', port=8888): Max retries exceeded with url: http://ifconfig.me/ (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(104, 'Connection reset by peer')))
`
`
The text was updated successfully, but these errors were encountered:
I tried to run the project and test it but no success.
Command I have used:
sudo docker run --rm -p 8888:8888 bluet/proxybroker2 --log CRITICAL serve --host 127.0.0.1 --port 8888 --types HTTP HTTPS --lvl High --min-queue 5
It prints this:
Then I tried using http (CLI, installed via sudo snap install http then
export HTTP_PROXY=http://127.0.0.1:8888
andexport HTTP_PROXY=http://127.0.0.1:8888
). The command used ishttp http://ifconfig.me
. This tool returns the following:`
`
The text was updated successfully, but these errors were encountered: