Closed legalimpurity closed 8 years ago
exception handling has been added since 0.2.0 was released; there is not currently a new release with exception handling present. If you installed from pypi (via pip or otherwise), your grequests doesn't have the new exceptions support.
You'll need to clone the repo and install yourself, or install with something like pip install git+https://github.com/kennethreitz/grequests.git
. There are, however, a few issues with exception handling as it stands in master... there are a few open issues and PRs about it. You might want to take a look at #58 for example.
oh, thanx i have wasted the last few hours trying to fix this, thanx for the quick reply !!
Is there any chance of this getting a new release on pypi?
same error with grequest 0.2.0, python 2.7.10
@nickflamel, there still hasn't been an official release with exception handling added into it. You need to build from the master branch.
Will be released shortly!
i get this error TypeError:map() got an unexpected keyword argument 'exception_handler'
i am getting it on this line
manresponse =grequests.map(rs,exception_handler = eception_handler) any help ??