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

DeprecationWarning at starting #35

Closed
Shazgul opened this issue May 29, 2017 · 3 comments
Closed

DeprecationWarning at starting #35

Shazgul opened this issue May 29, 2017 · 3 comments
Labels

Comments

@Shazgul
Copy link

Shazgul commented May 29, 2017

Used Command:
$ proxybroker find --types HTTP HTTPS --lvl High --countries DE CH AT --strict

Error Message:

/usr/local/lib/python3.5/dist-packages/aiohttp/client.py:565: DeprecationWarning: Use async with instead
  warnings.warn("Use async with instead", DeprecationWarning)

ProxyBroker is starting & everything is just working fine, but it always gives me this Error, but why?

@DataPools
Copy link

DataPools commented Jun 7, 2017

I used pull request #28 and it worked for me

@vladiscripts
Copy link

I've too does not work ProxyBroker with the same error. If I'm not mistaken, this commit is not included in the master and dev branches. I'm not good in git. How to update the version and restore the work?

My run of it:
$ proxybroker find --types HTTP HTTPS --lvl High --countri DE CH AT --strict

.. /python3.6/site-packages/aiohttp/client.py:576: DeprecationWarning: Use async with instead
  warnings.warn("Use async with instead", DeprecationWarning)
.. /python3.6/site-packages/aiohttp/helpers.py:129: DeprecationWarning: ClientSession.close() is a coroutine
  warnings.warn(self._msg, DeprecationWarning)

...and the program hangs.
Errors like it with other commands, and on run it as framework from a script.

@constverum
Copy link
Owner

Fixed.

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

4 participants