- 論壇徽章:
- 0
|
- res = opener.open(req)
- File "C:\software\Python25\lib\urllib2.py", line 387, in open
- response = meth(req, response)
- File "C:\software\Python25\lib\urllib2.py", line 498, in http_response
- 'http', request, response, code, msg, hdrs)
- File "C:\software\Python25\lib\urllib2.py", line 425, in error
- return self._call_chain(*args)
- File "C:\software\Python25\lib\urllib2.py", line 360, in _call_chain
- result = func(*args)
- File "C:\software\Python25\lib\urllib2.py", line 506, in http_error_default
- raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
- urllib2.HTTPError: HTTP Error 500: Internal Server Error
復(fù)制代碼 挺奇怪,我抓過來也是提示500,瀏覽器打開正常 |
|