#requests.exceptions.ConnectionError: HTTPConnectionPool(host='data.gcis-dev-front.joss.ucar.edu', port=80): Max retries exceeded with url: /report/nca3/figure/rel/observed-change-in-very-heavy-precipitation (Caused by <class 'httplib.BadStatusLine'>: '')
defsolve_problems(path):
defsolve_problems(path,report_id):
problems=load_problem_list(path)
forwebforminproblems:
ifproblems[webform]['figure_id_not_found']:
print'Unable to resolve figure identifier: '+problems[webform]['figure_id_not_found']
webform_id,fig_num,gcis_id=webform
#Without a valid GCIS figure_id, nothing else can happen
if'figure_id_not_found'inproblems[webform]:
print'Unable to resolve figure identifier: {fig}'.format(fig=problems[webform]['figure_id_not_found'])