lucien2k / wipy-urllib

31 stars 16 forks source link

Error on 30x Redirect - ValueError: too many values to unpack #2

Open blainegarrett opened 7 years ago

blainegarrett commented 7 years ago

Url parse returns a 5-tuple, which is reflected elsewhere, except on line 132 [scheme, host, path, data] = urlparse(orig_url)

Exception ValueError: too many values to unpack