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
The original PR (#3563) briefly mentions this. We decided there was no need, since the original request is available in the errback's failure, so the callback arguments can be accessed through failure.request.cb_kwargs
Since version 2.0
cb_kwargs
has appeared which I use to transfer data to callback.Now need to handle errors in errback. How to forward data there (logically there should be
eb_kwargs
, but there is none)?The text was updated successfully, but these errors were encountered: