Praisegawd / navi-x

Automatically exported from code.google.com/p/navi-x
0 stars 0 forks source link

Better error detection for CURLLoader.geturl_processor #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If there is a network problem when accessing a processor, geturl_processor will 
set loc_url to the exception received such as "<class 'urllib2.URLError'>" or 
"<class 'socket.error'>"

Some processors will fail to obtain media URL, but not fail in operation, 
resulting in loc_url == ''

These cases should be caught and result['code'] should be set appropriately.

Original issue reported on code.google.com by xmo...@gmail.com on 22 May 2013 at 12:04

GoogleCodeExporter commented 8 years ago

Original comment by turne...@gmail.com on 14 Nov 2013 at 11:41