Closed
Bug 864267
Opened 12 years ago
Closed 12 years ago
[traceback] TypeError: request() got an unexpected keyword argument 'prefetch'
Categories
(Marketplace Graveyard :: Validation, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 864075
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
steps to reproduce:
1. Load https://marketplace.allizom.org/developers/submit/
2. Upload a hosted app
traceback details:
http://sentry.dmz.phx1.mozilla.com/addons/marketplace-stage/group/13386/
Comment 1•12 years ago
|
||
This was caused by the requests upgrade. prefetch=True is no longer necessary with the latest requests. I think we can remove it. It used to be here http://docs.python-requests.org/en/v0.10.6/user/advanced/ but I think prefetch=True is maybe default behavior now. In the latest, http://www.python-requests.org/en/latest/user/advanced/ , stream=True is the *opposite*. Right?
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•