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

Run error #37

Closed
DataPools opened this issue Jun 4, 2017 · 1 comment
Closed

Run error #37

DataPools opened this issue Jun 4, 2017 · 1 comment
Labels

Comments

@DataPools
Copy link

DataPools commented Jun 4, 2017

Whenever I run proxybroker I get this exact error:

python/lib/python3.5/site-packages/aiohttp/client.py:575:`
 DeprecationWarning: Use async with instead
  warnings.warn("Use async with instead", DeprecationWarning)

I've installed it on 2 machines and still get the same error. If I install proxybroker directly from github the command works fine. If I install proxybroker through pip, the command isn't found.

@DataPools
Copy link
Author

DataPools commented Jun 6, 2017

My issues were fixed by:

  1. Install using pip the latest version of ProxyBroker from github.
  2. Installing aiohttp 1.3.5, not the latest version.
  3. Using pull request Fix aiohttp deprecation warning and log level #28 that would fix the error I got.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants