[2023-09-02 00:07:02,256] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 00:09:09,656] {__main__:235} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1447, in connect super().connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1389, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2023-09-02 00:09:09,665] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 00:09:09,917] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 00:09:09,918] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 00:09:10,058] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 00:09:10,059] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 00:09:10,198] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 00:09:10,199] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 00:09:10,346] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 00:09:10,352] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 00:09:10,489] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 00:09:10,490] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 00:09:10,518] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 00:09:10,669] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 00:09:10,670] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 00:09:10,937] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 00:09:10,939] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 00:09:11,070] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 00:09:11,205] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 00:09:11,206] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 00:09:11,671] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 00:09:11,955] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 00:09:11,959] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 00:09:11,970] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 00:09:11,971] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 00:09:12,360] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 00:09:12,728] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 00:09:12,975] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 00:09:12,975] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 00:09:12,979] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 00:09:13,274] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:13,858] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:14,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:14,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:15,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:15,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:16,521] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:17,076] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:17,492] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:17,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:18,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:18,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:19,388] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:19,799] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:20,296] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:20,793] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:21,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:21,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:22,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:22,624] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:23,063] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:23,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:23,956] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:24,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:24,881] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:25,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:25,883] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:26,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:26,801] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:27,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:27,729] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:28,138] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:28,554] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:29,018] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:29,523] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:29,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 00:09:30,243] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 00:09:30,656] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 00:09:31,153] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 00:09:31,157] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:09:31,323] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:09:31,485] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:09:31,647] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 00:09:32,426] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 00:09:32,430] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 00:09:32,456] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 00:09:32,479] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:09:32,640] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:09:32,804] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:09:32,970] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 00:09:35,231] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T00:09:32.7139337+02:00' [2023-09-02 00:09:35,233] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 00:09:35,446] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:35,447] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 00:09:35,605] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:35,606] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 00:09:35,765] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:35,767] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 00:09:35,926] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:35,927] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 00:09:36,086] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:36,088] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 00:09:36,303] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:36,304] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 00:09:36,462] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:36,463] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 00:09:36,619] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:36,620] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 00:09:36,782] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:36,783] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 00:09:36,940] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:36,941] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 00:09:37,100] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:37,101] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 00:09:37,597] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:37,598] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 00:09:37,757] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:37,758] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 00:09:37,919] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:37,920] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 00:09:38,079] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:38,080] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 00:09:38,238] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:38,239] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 00:09:38,397] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:38,398] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 00:09:38,555] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:38,556] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 00:09:38,716] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:38,717] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 00:09:38,877] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:38,878] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 00:09:39,036] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:39,037] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 00:09:39,200] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:39,201] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 00:09:39,360] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:39,360] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 00:09:39,517] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:09:39,518] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 00:09:40,891] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 00:09:41,954] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 00:09:42,466] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 00:09:42,637] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 00:09:43,292] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 00:09:43,764] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 00:09:45,208] {__main__:237} ERROR - Failed to download the following regions: AD AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 00:09:45,209] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 00:09:45,211] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 00:09:45,211] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 00:09:45,213] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 00:09:45,214] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 00:09:45,215] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 00:09:45,216] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 00:09:45,217] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 00:09:45,219] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 00:09:45,219] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 00:09:45,220] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 00:37:01,432] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 00:37:01,733] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 00:37:01,734] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 00:37:01,738] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 00:37:01,740] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 00:37:02,025] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 00:37:02,026] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 00:37:02,157] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 00:37:02,158] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 00:37:02,287] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 00:37:02,288] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 00:37:02,417] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 00:37:02,418] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 00:37:02,561] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 00:37:02,562] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 00:37:02,593] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 00:37:02,722] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 00:37:02,723] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 00:37:02,838] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 00:37:02,841] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 00:37:02,958] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 00:37:03,092] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 00:37:03,093] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 00:37:03,465] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 00:37:03,719] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 00:37:03,719] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 00:37:03,729] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 00:37:03,732] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 00:37:03,989] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 00:37:04,353] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 00:37:04,588] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 00:37:04,589] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 00:37:04,591] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 00:37:04,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:05,479] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:06,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:06,766] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:07,450] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:07,973] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:08,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:08,966] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:09,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:09,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:10,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:10,627] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:11,122] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:11,494] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:11,915] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:12,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:12,973] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:13,390] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:13,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:14,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:14,712] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:15,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:15,524] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:15,933] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:16,311] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:16,728] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:17,225] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:17,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:18,034] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:18,430] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:18,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:19,319] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:19,660] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:20,137] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:20,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:21,368] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 00:37:21,691] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 00:37:22,014] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 00:37:22,420] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 00:37:22,423] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:37:22,645] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:37:22,808] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:37:22,969] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 00:37:24,698] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 00:37:24,703] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 00:37:24,730] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 00:37:24,753] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:37:24,915] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:37:25,080] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 00:37:25,240] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 00:37:27,492] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T00:36:21.7097949+02:00' [2023-09-02 00:37:27,494] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 00:37:27,651] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:27,655] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 00:37:27,818] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:27,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 00:37:27,986] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:27,987] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 00:37:28,152] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:28,153] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 00:37:28,311] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:28,312] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 00:37:28,474] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:28,475] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 00:37:28,632] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:28,633] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 00:37:28,793] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:28,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 00:37:28,955] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:28,956] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 00:37:29,116] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:29,117] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 00:37:29,276] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:29,277] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 00:37:29,435] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:29,436] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 00:37:29,594] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:29,595] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 00:37:29,752] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:29,753] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 00:37:29,912] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:29,913] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 00:37:30,075] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:30,076] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 00:37:30,233] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:30,234] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 00:37:30,394] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:30,395] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 00:37:30,552] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:30,553] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 00:37:30,712] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:30,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 00:37:30,869] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:30,870] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 00:37:31,026] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:31,027] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 00:37:31,187] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:31,188] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 00:37:31,347] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 00:37:31,349] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 00:37:32,679] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 00:37:33,733] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 00:37:34,470] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 00:37:34,595] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 00:37:35,303] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 00:37:35,768] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 00:37:36,893] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 00:37:36,894] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 00:37:36,894] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 00:37:36,895] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 00:37:36,896] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 00:37:36,897] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 00:37:36,897] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 00:37:36,897] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 00:37:36,898] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 00:37:36,899] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 00:37:36,899] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 00:37:36,900] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 01:07:01,798] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 01:07:02,181] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 01:07:02,184] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 01:07:02,189] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 01:07:02,190] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 01:07:02,438] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 01:07:02,439] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 01:07:02,570] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 01:07:02,571] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 01:07:02,703] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 01:07:02,704] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 01:07:02,835] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 01:07:02,837] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 01:07:02,970] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 01:07:02,971] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 01:07:03,008] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 01:07:03,145] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 01:07:03,146] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 01:07:03,317] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 01:07:03,320] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 01:07:03,453] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 01:07:03,590] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 01:07:03,591] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 01:07:03,932] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 01:07:04,219] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 01:07:04,221] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 01:07:04,232] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 01:07:04,236] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 01:07:04,585] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 01:07:04,950] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 01:07:05,175] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 01:07:05,177] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 01:07:05,181] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 01:07:05,415] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:06,046] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:06,563] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:07,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:07,458] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:08,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:08,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:09,078] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:09,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:09,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:10,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:10,733] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:11,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:11,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:12,101] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:12,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:13,041] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:13,508] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:13,875] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:14,295] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:14,701] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:15,188] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:15,602] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:16,014] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:16,483] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:17,891] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:18,422] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:18,956] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:19,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:19,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:20,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:20,644] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:21,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:21,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:22,004] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:22,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 01:07:23,750] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 01:07:24,101] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 01:07:24,507] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 01:07:24,510] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:07:24,727] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:07:24,899] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:07:25,065] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 01:07:26,016] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 01:07:26,021] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 01:07:26,046] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 01:07:26,071] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:07:26,236] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:07:26,394] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:07:26,561] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 01:07:28,877] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T01:06:00.8991297+02:00' [2023-09-02 01:07:28,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 01:07:29,131] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:29,133] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 01:07:29,290] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:29,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 01:07:29,449] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:29,452] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 01:07:29,619] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:29,620] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 01:07:29,779] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:29,780] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 01:07:29,941] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:29,942] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 01:07:30,104] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:30,105] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 01:07:30,266] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:30,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 01:07:30,425] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:30,426] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 01:07:30,585] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:30,586] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 01:07:30,753] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:30,754] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 01:07:30,912] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:30,913] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 01:07:31,071] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:31,073] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 01:07:31,232] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:31,233] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 01:07:31,391] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:31,392] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 01:07:31,548] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:31,549] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 01:07:31,707] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:31,709] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 01:07:31,867] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:31,868] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 01:07:32,027] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:32,029] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 01:07:32,191] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:32,192] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 01:07:32,349] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:32,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 01:07:32,508] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:32,509] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 01:07:32,672] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:32,673] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 01:07:32,834] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:07:32,836] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 01:07:34,278] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 01:07:35,385] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 01:07:36,414] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 01:07:36,589] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 01:07:37,261] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 01:07:37,738] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 01:07:38,871] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 01:07:38,871] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 01:07:38,872] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 01:07:38,873] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 01:07:38,876] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 01:07:38,876] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 01:07:38,877] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 01:07:38,878] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 01:07:38,879] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 01:07:38,880] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 01:07:38,880] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 01:07:38,882] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 01:37:01,778] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 01:37:02,107] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 01:37:02,110] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 01:37:02,114] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 01:37:02,115] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 01:37:02,350] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 01:37:02,351] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 01:37:02,476] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 01:37:02,477] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 01:37:02,602] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 01:37:02,603] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 01:37:02,734] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 01:37:02,735] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 01:37:02,865] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 01:37:02,866] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 01:37:02,895] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 01:37:03,045] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 01:37:03,046] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 01:37:03,287] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 01:37:03,290] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 01:37:03,439] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 01:37:03,576] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 01:37:03,577] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 01:37:03,957] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 01:37:04,283] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 01:37:04,285] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 01:37:04,294] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 01:37:04,298] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 01:37:04,617] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 01:37:04,977] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 01:37:05,213] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 01:37:05,214] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 01:37:05,217] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 01:37:05,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:06,182] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:06,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:07,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:08,241] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:08,692] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:09,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:09,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:10,351] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:10,771] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:11,187] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:11,649] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:12,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:12,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:13,402] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:14,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:14,459] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:14,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:15,341] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:15,717] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:16,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:16,582] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:17,258] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:17,699] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:19,221] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:20,006] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:20,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:20,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:21,628] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:22,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:22,588] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:22,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:23,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:23,949] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:24,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:24,751] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 01:37:25,073] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 01:37:25,459] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 01:37:26,025] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 01:37:26,027] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:37:26,247] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:37:26,416] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:37:26,576] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 01:37:28,612] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 01:37:28,616] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 01:37:28,642] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 01:37:28,665] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:37:28,829] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:37:28,994] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 01:37:29,158] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 01:37:31,453] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T01:35:12.0349328+02:00' [2023-09-02 01:37:31,455] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 01:37:31,666] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:31,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 01:37:31,830] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:31,831] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 01:37:31,989] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:31,990] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 01:37:32,148] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:32,148] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 01:37:32,307] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:32,307] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 01:37:32,465] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:32,466] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 01:37:32,622] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:32,623] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 01:37:32,786] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:32,787] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 01:37:32,944] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:32,945] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 01:37:33,104] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:33,105] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 01:37:33,263] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:33,264] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 01:37:33,422] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:33,423] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 01:37:33,582] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:33,583] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 01:37:33,740] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:33,741] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 01:37:33,899] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:33,900] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 01:37:34,059] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:34,060] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 01:37:34,218] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:34,220] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 01:37:34,378] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:34,379] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 01:37:34,538] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:34,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 01:37:34,696] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:34,697] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 01:37:34,854] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:34,855] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 01:37:35,013] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:35,014] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 01:37:35,174] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:35,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 01:37:35,333] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 01:37:35,334] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 01:37:36,006] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 01:37:36,763] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 01:37:37,234] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 01:37:37,403] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 01:37:38,085] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 01:37:38,556] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 01:37:39,695] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 01:37:39,696] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 01:37:39,696] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 01:37:39,697] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 01:37:39,699] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 01:37:39,700] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 01:37:39,700] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 01:37:39,701] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 01:37:39,702] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 01:37:39,703] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 01:37:39,703] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 01:37:39,704] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 02:07:01,521] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 02:07:01,902] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 02:07:01,906] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 02:07:01,911] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 02:07:01,912] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 02:07:02,143] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 02:07:02,144] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 02:07:02,276] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 02:07:02,277] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 02:07:02,415] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 02:07:02,415] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 02:07:02,548] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 02:07:02,549] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 02:07:02,695] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 02:07:02,696] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 02:07:02,726] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 02:07:02,866] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 02:07:02,867] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 02:07:02,983] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 02:07:02,986] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 02:07:03,117] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 02:07:03,257] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 02:07:03,258] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 02:07:03,559] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 02:07:03,835] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 02:07:03,837] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 02:07:03,846] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 02:07:03,849] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 02:07:04,123] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 02:07:04,531] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 02:07:04,769] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 02:07:04,771] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 02:07:04,774] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 02:07:04,989] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:05,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:06,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:06,997] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:07,551] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:08,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:08,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:09,006] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:09,447] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:09,873] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:10,267] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:10,784] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:11,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:11,631] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:12,049] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:12,541] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:12,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:13,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:13,784] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:14,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:14,670] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:15,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:15,564] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:16,018] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:16,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:16,796] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:17,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:17,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:18,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:18,673] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:19,065] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:19,437] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:19,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:20,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:20,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:21,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 02:07:21,331] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 02:07:21,868] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 02:07:22,269] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 02:07:22,272] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:07:22,440] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:07:22,608] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:07:22,770] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 02:07:23,629] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 02:07:23,637] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 02:07:23,662] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 02:07:23,685] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:07:23,844] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:07:24,004] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:07:24,163] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 02:07:26,523] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T02:07:19.2778756+02:00' [2023-09-02 02:07:26,526] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 02:07:26,684] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:26,686] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 02:07:26,844] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:26,845] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 02:07:27,005] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:27,006] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 02:07:27,163] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:27,164] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 02:07:27,322] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:27,323] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 02:07:27,484] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:27,485] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 02:07:27,643] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:27,644] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 02:07:27,806] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:27,807] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 02:07:27,966] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:27,967] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 02:07:28,126] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:28,127] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 02:07:28,283] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:28,284] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 02:07:28,440] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:28,441] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 02:07:28,598] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:28,599] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 02:07:28,756] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:28,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 02:07:28,913] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:28,914] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 02:07:29,071] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:29,072] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 02:07:29,229] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:29,230] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 02:07:29,387] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:29,388] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 02:07:29,544] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:29,545] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 02:07:29,703] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:29,704] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 02:07:29,860] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:29,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 02:07:30,018] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:30,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 02:07:30,177] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:30,178] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 02:07:30,335] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:07:30,337] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 02:07:31,082] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 02:07:31,886] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 02:07:32,906] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 02:07:33,034] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 02:07:33,838] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 02:07:34,362] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 02:07:35,492] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 02:07:35,493] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 02:07:35,494] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 02:07:35,494] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 02:07:35,496] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 02:07:35,497] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 02:07:35,497] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 02:07:35,497] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 02:07:35,498] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 02:07:35,499] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 02:07:35,499] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 02:07:35,500] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 02:37:01,437] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 02:37:01,820] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 02:37:01,821] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 02:37:01,826] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 02:37:01,828] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 02:37:02,082] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 02:37:02,083] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 02:37:02,223] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 02:37:02,224] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 02:37:02,349] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 02:37:02,350] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 02:37:02,480] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 02:37:02,481] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 02:37:02,604] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 02:37:02,605] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 02:37:02,641] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 02:37:02,767] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 02:37:02,768] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 02:37:02,938] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 02:37:02,941] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 02:37:03,076] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 02:37:03,226] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 02:37:03,227] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 02:37:03,702] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 02:37:03,987] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 02:37:03,988] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 02:37:03,997] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 02:37:04,001] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 02:37:04,406] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 02:37:04,776] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 02:37:05,024] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 02:37:05,025] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 02:37:05,027] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 02:37:05,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:06,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:06,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:07,077] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:07,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:08,123] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:08,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:09,225] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:09,627] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:10,151] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:10,596] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:10,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:11,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:11,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:12,340] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:12,825] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:13,234] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:13,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:14,053] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:14,468] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:14,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:15,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:15,729] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:16,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:16,511] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:16,980] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:17,390] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:17,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:18,294] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:18,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:19,188] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:19,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:20,123] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:20,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:21,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:21,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 02:37:21,846] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 02:37:22,136] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 02:37:22,537] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 02:37:22,539] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:37:22,775] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:37:22,940] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:37:23,114] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 02:37:23,996] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 02:37:24,000] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 02:37:24,030] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 02:37:24,054] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:37:24,218] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:37:24,385] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 02:37:24,552] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 02:37:27,040] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T02:37:10.59796+02:00' [2023-09-02 02:37:27,042] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 02:37:27,287] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:27,289] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 02:37:27,444] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:27,445] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 02:37:27,603] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:27,604] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 02:37:27,761] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:27,762] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 02:37:27,919] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:27,920] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 02:37:28,077] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:28,078] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 02:37:28,234] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:28,235] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 02:37:28,391] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:28,392] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 02:37:28,553] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:28,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 02:37:28,710] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:28,712] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 02:37:28,869] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:28,870] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 02:37:29,025] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:29,027] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 02:37:29,184] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:29,185] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 02:37:29,343] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:29,344] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 02:37:29,500] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:29,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 02:37:29,658] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:29,659] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 02:37:29,816] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:29,817] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 02:37:29,973] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:29,974] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 02:37:30,131] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:30,133] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 02:37:30,290] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:30,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 02:37:30,448] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:30,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 02:37:30,608] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:30,609] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 02:37:30,765] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:30,766] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 02:37:30,925] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 02:37:30,927] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 02:37:32,114] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 02:37:33,087] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 02:37:33,557] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 02:37:33,734] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 02:37:34,283] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 02:37:34,759] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 02:37:35,798] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 02:37:35,799] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 02:37:35,800] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 02:37:35,800] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 02:37:35,801] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 02:37:35,802] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 02:37:35,802] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 02:37:35,803] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 02:37:35,803] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 02:37:35,804] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 02:37:35,805] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 02:37:35,805] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 03:07:01,803] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 03:07:02,172] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 03:07:02,174] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 03:07:02,178] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 03:07:02,179] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 03:07:02,428] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 03:07:02,429] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 03:07:02,556] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 03:07:02,557] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 03:07:02,691] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 03:07:02,692] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 03:07:02,833] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 03:07:02,834] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 03:07:02,966] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 03:07:02,967] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 03:07:02,999] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 03:07:03,145] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 03:07:03,146] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 03:07:03,315] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 03:07:03,318] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 03:07:03,431] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 03:07:03,565] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 03:07:03,566] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 03:07:03,926] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 03:07:04,201] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 03:07:04,203] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 03:07:04,212] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 03:07:04,216] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 03:07:04,479] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 03:07:04,859] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 03:07:05,093] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 03:07:05,095] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 03:07:05,098] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 03:07:05,411] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:06,027] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:06,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:07,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:07,566] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:08,103] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:08,517] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:08,934] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:09,697] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:10,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:10,557] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:10,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:11,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:11,858] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:12,382] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:12,801] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:13,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:13,642] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:13,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:14,362] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:14,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:15,119] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:15,504] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:16,074] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:16,685] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:17,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:17,564] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:18,014] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:18,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:18,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:19,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:19,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:19,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:20,467] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:20,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:21,269] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 03:07:21,526] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 03:07:21,836] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 03:07:22,396] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 03:07:22,402] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:07:22,648] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:07:22,812] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:07:22,975] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 03:07:23,831] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 03:07:23,835] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 03:07:23,863] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 03:07:23,886] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:07:24,051] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:07:24,212] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:07:24,375] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 03:07:26,667] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T03:07:23.0143632+02:00' [2023-09-02 03:07:26,669] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 03:07:26,827] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:26,832] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 03:07:26,989] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:26,990] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 03:07:27,200] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:27,201] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 03:07:27,359] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:27,360] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 03:07:27,520] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:27,521] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 03:07:27,679] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:27,680] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 03:07:27,837] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:27,838] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 03:07:27,999] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:28,000] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 03:07:28,160] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:28,161] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 03:07:28,317] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:28,318] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 03:07:28,476] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:28,477] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 03:07:28,635] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:28,636] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 03:07:28,793] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:28,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 03:07:28,961] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:28,962] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 03:07:29,121] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:29,122] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 03:07:29,280] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:29,281] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 03:07:29,438] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:29,439] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 03:07:29,595] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:29,596] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 03:07:29,754] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:29,755] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 03:07:29,919] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:29,920] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 03:07:30,076] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:30,078] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 03:07:30,238] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:30,238] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 03:07:30,395] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:30,396] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 03:07:30,555] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:07:30,557] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 03:07:31,350] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 03:07:31,837] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 03:07:32,957] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 03:07:33,085] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 03:07:34,040] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 03:07:34,513] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 03:07:35,716] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 03:07:35,716] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 03:07:35,717] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 03:07:35,717] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 03:07:35,720] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 03:07:35,720] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 03:07:35,721] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 03:07:35,721] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 03:07:35,723] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 03:07:35,723] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 03:07:35,724] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 03:07:35,725] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 03:37:01,511] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 03:37:01,924] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 03:37:01,929] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 03:37:01,933] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 03:37:01,934] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 03:37:02,188] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 03:37:02,189] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 03:37:02,317] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 03:37:02,318] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 03:37:02,448] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 03:37:02,448] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 03:37:02,578] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 03:37:02,579] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 03:37:02,704] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 03:37:02,705] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 03:37:02,736] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 03:37:02,865] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 03:37:02,866] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 03:37:03,052] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 03:37:03,055] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 03:37:03,169] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 03:37:03,300] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 03:37:03,301] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 03:37:03,680] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 03:37:03,959] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 03:37:03,961] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 03:37:03,972] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 03:37:03,975] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 03:37:04,400] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 03:37:04,788] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 03:37:05,024] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 03:37:05,026] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 03:37:05,029] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 03:37:05,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:05,864] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:06,308] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:06,870] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:07,301] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:07,748] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:08,205] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:08,559] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:09,006] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:09,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:09,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:10,374] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:10,818] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:11,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:11,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:12,091] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:12,493] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:12,965] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:13,385] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:13,852] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:14,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:14,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:15,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:15,403] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:15,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:16,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:16,651] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:17,079] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:17,475] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:17,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:18,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:18,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:19,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:20,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:20,447] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:20,963] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 03:37:21,246] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 03:37:21,610] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 03:37:22,008] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 03:37:22,010] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:37:22,226] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:37:22,391] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:37:22,560] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 03:37:23,352] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 03:37:23,356] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 03:37:23,381] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 03:37:23,405] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:37:23,563] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:37:23,724] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 03:37:23,884] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 03:37:26,276] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T03:37:13.9846416+02:00' [2023-09-02 03:37:26,278] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 03:37:26,438] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:26,440] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 03:37:26,598] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:26,599] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 03:37:26,755] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:26,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 03:37:26,912] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:26,913] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 03:37:27,070] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:27,071] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 03:37:27,286] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:27,287] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 03:37:27,443] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:27,444] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 03:37:27,600] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:27,601] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 03:37:27,756] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:27,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 03:37:27,916] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:27,917] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 03:37:28,075] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:28,076] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 03:37:28,235] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:28,236] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 03:37:28,394] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:28,395] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 03:37:28,553] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:28,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 03:37:28,712] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:28,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 03:37:28,873] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:28,874] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 03:37:29,032] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:29,033] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 03:37:29,192] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:29,193] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 03:37:29,349] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:29,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 03:37:29,506] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:29,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 03:37:29,664] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:29,665] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 03:37:29,829] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:29,830] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 03:37:29,986] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:29,987] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 03:37:30,147] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 03:37:30,149] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 03:37:31,634] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 03:37:32,679] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 03:37:34,161] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 03:37:34,334] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 03:37:35,172] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 03:37:35,651] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 03:37:36,806] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 03:37:36,807] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 03:37:36,808] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 03:37:36,808] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 03:37:36,810] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 03:37:36,811] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 03:37:36,811] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 03:37:36,812] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 03:37:36,813] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 03:37:36,814] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 03:37:36,814] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 03:37:36,815] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 04:07:01,688] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 04:07:02,091] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 04:07:02,093] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 04:07:02,097] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 04:07:02,098] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 04:07:02,367] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 04:07:02,368] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 04:07:02,510] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 04:07:02,511] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 04:07:02,643] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 04:07:02,644] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 04:07:02,771] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 04:07:02,772] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 04:07:02,901] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 04:07:02,902] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 04:07:02,937] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 04:07:03,069] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 04:07:03,070] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 04:07:03,240] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 04:07:03,243] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 04:07:03,356] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 04:07:03,496] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 04:07:03,497] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 04:07:03,853] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 04:07:04,133] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 04:07:04,135] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 04:07:04,145] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 04:07:04,148] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 04:07:04,471] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 04:07:04,879] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 04:07:05,114] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 04:07:05,125] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 04:07:05,129] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 04:07:05,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:05,960] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:06,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:07,099] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:07,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:08,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:08,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:09,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:09,667] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:10,157] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:10,606] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:11,120] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:11,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:12,003] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:12,420] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:12,873] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:13,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:13,607] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:13,977] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:14,367] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:14,838] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:15,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:15,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:16,386] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:16,805] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:17,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:17,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:18,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:18,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:19,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:19,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:19,910] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:20,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:20,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:21,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:21,615] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 04:07:21,994] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 04:07:22,340] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 04:07:22,904] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 04:07:22,906] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:07:23,124] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:07:23,289] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:07:23,463] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 04:07:24,326] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 04:07:24,330] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 04:07:24,358] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 04:07:24,384] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:07:24,543] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:07:24,707] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:07:24,868] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 04:07:27,252] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T04:07:24.7102272+02:00' [2023-09-02 04:07:27,254] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 04:07:27,474] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:27,476] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 04:07:27,634] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:27,635] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 04:07:27,791] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:27,792] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 04:07:27,952] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:27,954] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 04:07:28,118] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:28,119] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 04:07:28,278] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:28,279] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 04:07:28,439] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:28,440] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 04:07:28,599] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:28,600] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 04:07:28,759] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:28,760] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 04:07:28,922] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:28,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 04:07:29,083] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:29,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 04:07:29,242] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:29,243] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 04:07:29,402] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:29,403] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 04:07:29,561] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:29,562] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 04:07:29,721] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:29,722] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 04:07:29,880] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:29,881] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 04:07:30,040] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:30,041] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 04:07:30,201] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:30,202] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 04:07:30,360] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:30,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 04:07:30,524] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:30,525] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 04:07:30,683] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:30,684] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 04:07:30,842] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:30,843] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 04:07:31,002] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:31,003] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 04:07:31,161] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:07:31,162] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 04:07:32,578] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 04:07:33,120] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 04:07:33,796] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 04:07:33,921] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 04:07:34,661] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 04:07:35,128] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 04:07:36,365] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 04:07:36,366] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 04:07:36,367] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 04:07:36,368] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 04:07:36,370] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 04:07:36,371] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 04:07:36,372] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 04:07:36,372] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 04:07:36,373] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 04:07:36,374] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 04:07:36,374] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 04:07:36,375] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 04:37:02,057] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 04:37:02,477] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 04:37:02,478] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 04:37:02,484] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 04:37:02,485] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 04:37:02,734] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 04:37:02,735] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 04:37:02,876] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 04:37:02,878] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 04:37:03,020] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 04:37:03,021] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 04:37:03,152] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 04:37:03,153] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 04:37:03,285] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 04:37:03,286] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 04:37:03,315] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 04:37:03,443] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 04:37:03,444] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 04:37:03,681] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 04:37:03,684] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 04:37:03,819] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 04:37:03,950] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 04:37:03,951] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 04:37:04,335] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 04:37:04,621] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 04:37:04,622] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 04:37:04,631] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 04:37:04,635] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 04:37:05,070] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 04:37:05,475] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 04:37:05,711] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 04:37:05,712] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 04:37:05,714] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 04:37:06,000] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:06,661] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:07,087] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:07,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:08,160] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:08,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:09,232] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:09,804] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:10,310] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:10,760] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:11,199] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:11,681] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:13,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:13,544] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:13,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:14,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:14,768] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:15,345] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:15,708] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:16,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:16,969] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:17,444] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:17,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:18,283] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:18,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:19,153] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:19,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:20,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:20,483] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:20,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:21,323] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:21,684] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:22,046] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:22,477] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:22,843] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:23,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 04:37:23,500] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 04:37:23,814] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 04:37:24,236] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 04:37:24,238] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:37:24,457] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:37:24,628] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:37:24,793] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 04:37:25,575] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 04:37:25,579] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 04:37:25,605] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 04:37:25,631] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:37:25,793] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:37:25,957] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 04:37:26,118] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 04:37:28,418] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T04:37:26.2648327+02:00' [2023-09-02 04:37:28,421] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 04:37:28,636] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:28,638] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 04:37:28,794] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:28,795] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 04:37:28,953] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:28,954] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 04:37:29,113] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:29,114] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 04:37:29,271] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:29,272] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 04:37:29,428] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:29,429] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 04:37:29,587] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:29,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 04:37:29,744] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:29,745] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 04:37:29,902] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:29,903] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 04:37:30,062] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:30,063] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 04:37:30,223] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:30,224] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 04:37:30,380] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:30,381] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 04:37:30,541] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:30,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 04:37:30,699] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:30,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 04:37:30,857] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:30,858] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 04:37:31,018] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:31,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 04:37:31,174] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:31,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 04:37:31,331] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:31,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 04:37:31,489] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:31,490] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 04:37:31,645] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:31,646] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 04:37:31,804] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:31,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 04:37:31,960] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:31,961] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 04:37:32,119] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:32,120] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 04:37:32,276] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 04:37:32,278] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 04:37:33,337] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 04:37:34,141] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 04:37:34,875] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 04:37:35,044] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 04:37:35,689] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 04:37:36,160] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 04:37:37,371] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 04:37:37,372] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 04:37:37,373] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 04:37:37,373] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 04:37:37,376] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 04:37:37,377] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 04:37:37,377] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 04:37:37,378] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 04:37:37,379] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 04:37:37,379] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 04:37:37,380] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 04:37:37,381] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 05:07:02,114] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 05:07:02,519] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 05:07:02,520] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 05:07:02,525] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 05:07:02,526] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 05:07:02,774] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 05:07:02,775] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 05:07:02,907] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 05:07:02,908] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 05:07:03,036] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 05:07:03,037] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 05:07:03,164] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 05:07:03,165] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 05:07:03,303] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 05:07:03,304] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 05:07:03,334] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 05:07:03,463] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 05:07:03,464] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 05:07:03,632] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 05:07:03,635] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 05:07:03,747] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 05:07:03,884] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 05:07:03,885] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 05:07:04,258] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 05:07:04,535] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 05:07:04,537] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 05:07:04,547] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 05:07:04,550] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 05:07:04,819] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 05:07:05,289] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 05:07:05,539] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 05:07:05,540] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 05:07:05,545] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 05:07:05,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:06,458] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:07,089] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:07,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:08,159] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:08,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:09,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:09,523] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:09,972] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:10,392] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:10,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:11,255] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:11,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:12,176] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:12,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:13,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:13,488] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:13,880] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:14,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:14,728] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:15,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:15,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:16,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:16,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:16,948] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:17,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:17,797] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:18,286] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:18,653] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:19,060] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:19,452] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:19,901] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:20,376] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:20,745] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:21,177] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:21,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 05:07:21,957] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 05:07:22,423] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 05:07:22,917] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 05:07:22,920] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:07:23,085] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:07:23,252] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:07:23,413] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 05:07:25,008] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 05:07:25,013] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 05:07:25,039] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 05:07:25,062] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:07:25,280] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:07:25,440] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:07:25,608] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 05:07:27,934] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T05:06:08.2459872+02:00' [2023-09-02 05:07:27,936] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 05:07:28,094] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:28,096] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 05:07:28,324] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:28,325] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 05:07:28,481] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:28,482] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 05:07:28,636] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:28,637] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 05:07:28,793] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:28,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 05:07:28,949] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:28,950] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 05:07:29,107] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:29,108] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 05:07:29,267] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:29,268] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 05:07:29,423] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:29,424] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 05:07:29,580] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:29,581] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 05:07:29,736] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:29,737] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 05:07:29,893] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:29,894] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 05:07:30,050] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:30,051] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 05:07:30,206] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:30,207] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 05:07:30,364] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:30,365] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 05:07:30,526] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:30,527] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 05:07:30,682] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:30,683] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 05:07:30,841] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:30,842] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 05:07:30,996] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:30,998] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 05:07:31,153] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:31,154] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 05:07:31,310] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:31,311] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 05:07:31,466] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:31,467] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 05:07:31,623] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:31,624] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 05:07:31,782] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:07:31,785] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 05:07:32,382] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 05:07:33,048] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 05:07:33,638] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 05:07:33,762] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 05:07:34,565] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 05:07:35,057] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 05:07:36,050] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 05:07:36,051] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 05:07:36,051] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 05:07:36,052] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 05:07:36,054] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 05:07:36,054] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 05:07:36,055] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 05:07:36,055] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 05:07:36,057] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 05:07:36,057] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 05:07:36,058] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 05:07:36,059] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 05:37:02,315] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 05:37:02,728] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 05:37:02,730] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 05:37:02,734] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 05:37:02,735] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 05:37:02,963] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 05:37:02,964] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 05:37:03,091] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 05:37:03,091] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 05:37:03,219] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 05:37:03,220] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 05:37:03,360] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 05:37:03,361] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 05:37:03,492] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 05:37:03,493] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 05:37:03,526] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 05:37:03,656] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 05:37:03,657] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 05:37:03,940] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 05:37:03,944] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 05:37:04,074] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 05:37:04,208] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 05:37:04,209] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 05:37:04,594] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 05:37:04,906] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 05:37:04,908] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 05:37:04,918] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 05:37:04,922] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 05:37:05,265] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 05:37:05,640] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 05:37:05,878] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 05:37:05,881] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 05:37:05,884] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 05:37:06,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:06,790] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:07,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:07,851] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:08,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:08,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:09,512] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:10,082] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:10,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:11,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:11,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:14,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:14,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:15,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:15,736] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:16,082] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:16,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:17,033] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:17,434] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:17,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:18,393] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:18,821] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:19,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:19,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:20,147] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:20,616] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:21,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:21,524] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:22,014] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:22,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:22,963] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:23,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:23,842] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:24,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:24,768] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:25,175] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 05:37:25,465] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 05:37:25,916] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 05:37:26,316] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 05:37:26,325] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:37:26,555] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:37:26,716] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:37:26,882] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 05:37:27,596] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 05:37:27,601] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 05:37:27,626] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 05:37:27,652] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:37:27,814] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:37:27,972] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 05:37:28,132] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 05:37:30,489] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T05:36:50.9302381+02:00' [2023-09-02 05:37:30,491] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 05:37:30,744] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:30,748] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 05:37:30,904] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:30,905] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 05:37:31,061] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:31,062] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 05:37:31,218] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:31,219] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 05:37:31,374] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:31,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 05:37:31,533] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:31,534] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 05:37:31,690] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:31,691] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 05:37:31,848] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:31,849] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 05:37:32,005] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:32,006] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 05:37:32,166] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:32,167] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 05:37:32,322] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:32,322] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 05:37:32,480] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:32,481] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 05:37:32,636] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:32,637] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 05:37:32,793] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:32,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 05:37:32,952] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:32,953] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 05:37:33,110] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:33,111] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 05:37:33,266] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:33,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 05:37:33,423] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:33,424] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 05:37:33,579] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:33,580] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 05:37:33,736] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:33,737] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 05:37:33,897] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:33,898] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 05:37:34,056] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:34,057] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 05:37:34,214] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:34,215] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 05:37:34,374] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 05:37:34,376] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 05:37:35,505] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 05:37:36,260] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 05:37:37,010] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 05:37:37,195] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 05:37:37,726] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 05:37:38,187] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 05:37:39,524] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 05:37:39,525] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 05:37:39,527] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 05:37:39,527] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 05:37:39,530] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 05:37:39,531] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 05:37:39,531] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 05:37:39,532] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 05:37:39,532] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 05:37:39,533] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 05:37:39,534] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 05:37:39,534] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 06:07:02,379] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 06:07:02,814] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 06:07:02,816] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 06:07:02,821] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 06:07:02,822] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 06:07:04,248] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 06:07:04,249] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 06:07:04,372] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 06:07:04,373] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 06:07:04,503] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 06:07:04,504] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 06:07:04,631] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 06:07:04,631] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 06:07:04,755] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 06:07:04,756] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 06:07:04,788] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 06:07:04,916] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 06:07:04,917] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 06:07:05,082] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 06:07:05,085] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 06:07:05,194] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 06:07:05,338] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 06:07:05,339] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 06:07:05,703] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 06:07:05,988] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 06:07:05,990] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 06:07:06,000] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 06:07:06,004] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 06:07:06,286] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 06:07:06,687] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 06:07:06,930] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 06:07:06,932] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 06:07:06,935] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 06:07:07,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:07,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:08,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:08,933] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:09,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:10,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:10,752] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:11,195] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:11,569] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:12,001] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:12,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:12,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:13,267] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:13,671] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:14,121] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:14,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:14,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:15,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:15,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:16,163] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:16,620] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:17,153] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:17,551] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:18,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:18,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:18,890] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:19,346] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:19,833] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:20,282] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:20,708] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:21,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:21,642] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:22,092] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:22,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:22,920] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:23,374] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 06:07:23,670] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 06:07:24,096] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 06:07:24,589] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 06:07:24,591] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:07:24,826] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:07:24,990] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:07:25,151] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 06:07:26,007] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 06:07:26,012] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 06:07:26,037] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 06:07:26,060] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:07:26,308] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:07:26,465] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:07:26,627] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 06:07:28,908] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T06:06:33.0629115+02:00' [2023-09-02 06:07:28,911] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 06:07:29,068] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:29,070] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 06:07:29,226] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:29,227] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 06:07:29,384] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:29,385] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 06:07:29,542] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:29,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 06:07:29,701] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:29,702] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 06:07:29,858] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:29,859] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 06:07:30,018] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:30,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 06:07:30,233] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:30,234] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 06:07:30,390] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:30,391] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 06:07:30,549] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:30,550] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 06:07:30,708] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:30,709] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 06:07:30,865] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:30,866] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 06:07:31,027] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:31,028] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 06:07:31,184] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:31,185] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 06:07:31,342] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:31,343] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 06:07:31,500] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:31,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 06:07:31,656] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:31,657] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 06:07:31,818] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:31,819] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 06:07:31,975] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:31,976] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 06:07:32,133] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:32,134] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 06:07:32,290] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:32,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 06:07:32,449] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:32,450] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 06:07:32,609] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:32,610] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 06:07:32,766] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:07:32,768] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 06:07:34,162] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 06:07:34,893] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 06:07:35,883] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 06:07:36,006] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 06:07:36,844] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 06:07:37,304] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 06:07:38,407] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 06:07:38,408] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 06:07:38,409] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 06:07:38,409] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 06:07:38,412] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 06:07:38,412] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 06:07:38,413] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 06:07:38,413] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 06:07:38,414] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 06:07:38,415] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 06:07:38,415] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 06:07:38,416] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 06:37:02,346] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 06:37:02,726] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 06:37:02,728] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 06:37:02,732] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 06:37:02,733] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 06:37:02,962] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 06:37:02,963] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 06:37:03,089] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 06:37:03,090] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 06:37:03,220] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 06:37:03,221] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 06:37:03,348] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 06:37:03,349] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 06:37:03,477] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 06:37:03,478] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 06:37:03,516] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 06:37:03,655] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 06:37:03,656] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 06:37:03,867] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 06:37:03,871] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 06:37:04,012] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 06:37:04,138] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 06:37:04,139] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 06:37:04,667] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 06:37:04,921] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 06:37:04,924] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 06:37:04,934] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 06:37:04,938] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 06:37:05,284] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 06:37:05,687] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 06:37:05,925] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 06:37:05,926] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 06:37:05,929] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 06:37:06,114] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:06,658] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:07,267] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:07,864] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:08,269] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:08,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:09,223] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:09,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:10,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:10,657] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:11,151] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:11,649] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:12,075] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:12,461] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:12,900] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:13,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:13,725] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:14,113] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:14,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:15,003] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:15,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:15,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:16,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:16,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:17,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:17,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:18,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:18,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:19,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:19,540] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:20,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:20,452] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:20,897] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:21,371] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:21,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:22,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 06:37:22,517] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 06:37:22,832] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 06:37:23,235] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 06:37:23,239] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:37:23,411] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:37:23,572] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:37:23,731] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 06:37:24,564] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 06:37:24,573] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 06:37:24,598] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 06:37:24,621] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:37:24,781] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:37:24,945] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 06:37:25,111] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 06:37:27,437] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T06:36:04.0937879+02:00' [2023-09-02 06:37:27,439] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 06:37:27,596] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:27,601] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 06:37:27,769] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:27,770] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 06:37:27,927] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:27,928] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 06:37:28,084] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:28,085] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 06:37:28,243] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:28,244] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 06:37:28,400] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:28,401] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 06:37:28,557] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:28,558] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 06:37:28,716] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:28,717] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 06:37:28,875] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:28,876] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 06:37:29,687] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:29,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 06:37:30,815] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:30,816] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 06:37:32,797] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:32,798] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 06:37:34,162] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:34,163] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 06:37:34,736] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:34,737] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 06:37:35,538] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:35,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 06:37:35,788] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:35,789] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 06:37:36,019] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:36,020] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 06:37:36,177] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:36,179] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 06:37:36,337] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:36,338] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 06:37:36,495] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:36,496] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 06:37:36,652] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:36,653] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 06:37:36,808] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:36,809] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 06:37:36,969] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:36,970] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 06:37:37,127] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 06:37:37,129] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 06:37:37,922] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 06:37:38,971] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 06:37:39,735] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 06:37:39,899] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 06:37:40,559] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 06:37:41,020] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 06:37:42,092] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 06:37:42,093] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 06:37:42,094] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 06:37:42,094] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 06:37:42,096] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 06:37:42,097] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 06:37:42,097] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 06:37:42,098] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 06:37:42,099] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 06:37:42,100] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 06:37:42,100] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 06:37:42,102] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 07:07:01,919] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 07:07:02,271] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 07:07:02,273] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 07:07:02,277] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 07:07:02,278] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 07:07:02,496] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 07:07:02,497] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 07:07:02,628] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 07:07:02,628] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 07:07:02,756] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 07:07:02,757] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 07:07:02,898] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 07:07:02,899] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 07:07:03,047] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 07:07:03,047] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 07:07:03,084] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 07:07:03,236] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 07:07:03,237] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 07:07:03,406] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 07:07:03,411] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 07:07:03,548] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 07:07:03,684] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 07:07:03,685] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 07:07:04,068] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 07:07:04,341] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 07:07:04,343] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 07:07:04,353] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 07:07:04,356] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 07:07:04,691] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 07:07:05,092] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 07:07:05,327] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 07:07:05,328] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 07:07:05,331] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 07:07:05,512] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:06,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:06,661] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:07,731] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:08,335] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:08,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:09,433] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:09,863] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:10,233] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:10,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:11,135] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:11,582] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:12,029] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:12,444] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:12,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:13,262] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:13,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:14,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:14,599] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:15,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:15,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:16,063] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:16,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:16,865] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:17,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:17,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:18,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:18,623] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:19,099] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:19,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:19,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:20,398] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:20,812] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:21,186] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:21,666] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:22,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 07:07:22,382] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 07:07:22,804] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 07:07:23,204] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 07:07:23,209] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:07:23,425] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:07:23,597] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:07:23,762] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 07:07:24,383] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 07:07:24,388] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 07:07:24,413] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 07:07:24,438] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:07:24,604] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:07:24,764] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:07:24,928] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 07:07:27,251] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T07:06:16.2830989+02:00' [2023-09-02 07:07:27,253] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 07:07:27,410] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:27,415] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 07:07:27,576] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:27,577] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 07:07:27,738] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:27,739] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 07:07:27,900] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:27,901] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 07:07:28,058] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:28,059] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 07:07:28,222] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:28,223] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 07:07:28,381] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:28,382] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 07:07:28,538] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:28,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 07:07:28,695] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:28,696] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 07:07:28,851] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:28,853] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 07:07:29,015] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:29,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 07:07:29,175] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:29,176] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 07:07:29,338] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:29,339] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 07:07:29,496] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:29,497] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 07:07:29,654] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:29,655] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 07:07:29,814] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:29,815] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 07:07:29,972] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:29,973] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 07:07:30,131] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:30,131] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 07:07:30,345] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:30,346] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 07:07:30,504] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:30,505] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 07:07:30,661] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:30,662] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 07:07:30,817] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:30,818] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 07:07:30,976] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:30,977] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 07:07:31,134] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:07:31,136] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 07:07:31,905] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 07:07:32,632] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 07:07:33,169] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 07:07:33,298] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 07:07:33,852] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 07:07:34,310] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 07:07:35,330] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 07:07:35,331] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 07:07:35,332] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 07:07:35,332] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 07:07:35,335] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 07:07:35,335] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 07:07:35,336] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 07:07:35,336] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 07:07:35,337] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 07:07:35,338] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 07:07:35,338] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 07:07:35,339] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 07:37:01,913] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 07:37:02,310] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 07:37:02,312] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 07:37:02,318] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 07:37:02,320] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 07:37:02,564] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 07:37:02,565] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 07:37:02,696] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 07:37:02,697] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 07:37:02,827] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 07:37:02,828] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 07:37:02,959] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 07:37:02,960] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 07:37:03,090] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 07:37:03,091] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 07:37:03,123] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 07:37:03,255] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 07:37:03,256] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 07:37:03,500] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 07:37:03,504] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 07:37:03,620] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 07:37:03,766] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 07:37:03,767] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 07:37:04,145] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 07:37:04,489] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 07:37:04,491] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 07:37:04,500] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 07:37:04,504] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 07:37:04,820] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 07:37:05,181] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 07:37:05,417] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 07:37:05,418] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 07:37:05,421] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 07:37:05,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:06,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:06,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:07,430] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:07,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:08,524] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:08,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:09,423] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:09,881] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:10,288] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:10,711] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:11,165] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:11,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:12,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:12,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:12,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:13,332] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:13,706] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:14,116] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:14,551] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:14,980] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:15,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:15,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:16,407] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:16,821] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:17,221] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:17,620] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:18,074] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:18,544] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:19,040] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:19,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:19,979] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:20,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:20,822] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:21,249] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:21,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 07:37:21,997] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 07:37:22,333] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 07:37:22,733] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 07:37:22,737] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:37:22,897] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:37:23,058] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:37:23,271] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 07:37:24,007] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 07:37:24,016] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 07:37:24,043] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 07:37:24,067] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:37:24,226] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:37:24,385] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 07:37:24,549] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 07:37:26,775] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T07:37:06.1286567+02:00' [2023-09-02 07:37:26,778] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 07:37:26,934] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:26,938] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 07:37:27,093] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:27,094] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 07:37:27,251] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:27,252] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 07:37:27,407] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:27,408] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 07:37:27,566] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:27,567] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 07:37:27,726] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:27,727] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 07:37:27,882] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:27,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 07:37:28,040] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:28,041] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 07:37:28,197] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:28,198] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 07:37:28,353] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:28,354] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 07:37:28,511] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:28,512] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 07:37:28,666] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:28,668] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 07:37:28,825] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:28,826] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 07:37:28,982] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:28,983] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 07:37:29,139] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:29,140] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 07:37:29,296] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:29,297] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 07:37:29,454] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:29,455] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 07:37:29,615] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:29,616] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 07:37:29,774] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:29,775] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 07:37:29,930] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:29,931] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 07:37:30,087] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:30,088] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 07:37:30,299] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:30,300] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 07:37:30,457] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:30,458] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 07:37:30,616] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 07:37:30,618] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 07:37:31,475] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 07:37:32,834] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 07:37:33,493] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 07:37:33,667] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 07:37:34,359] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 07:37:34,860] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 07:37:35,869] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 07:37:35,869] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 07:37:35,871] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 07:37:35,871] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 07:37:35,873] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 07:37:35,874] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 07:37:35,875] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 07:37:35,875] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 07:37:35,876] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 07:37:35,877] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 07:37:35,877] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 07:37:35,878] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 08:07:02,228] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 08:07:02,667] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 08:07:02,671] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 08:07:02,678] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 08:07:02,679] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 08:07:02,921] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 08:07:02,922] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 08:07:03,060] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 08:07:03,061] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 08:07:03,187] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 08:07:03,188] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 08:07:03,320] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 08:07:03,321] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 08:07:03,448] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 08:07:03,448] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 08:07:03,484] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 08:07:03,610] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 08:07:03,611] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 08:07:03,783] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 08:07:03,789] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 08:07:03,919] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 08:07:04,051] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 08:07:04,052] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 08:07:04,358] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 08:07:04,631] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 08:07:04,632] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 08:07:04,642] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 08:07:04,646] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 08:07:04,909] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 08:07:05,334] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 08:07:05,572] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 08:07:05,577] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 08:07:05,582] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 08:07:05,766] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:06,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:06,985] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:07,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:09,550] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:10,110] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:10,554] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:11,133] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:11,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:12,034] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:12,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:12,831] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:13,338] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:14,024] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:14,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:15,004] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:15,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:15,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:16,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:16,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:17,356] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:17,753] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:18,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:18,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:19,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:19,522] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:19,975] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:20,420] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:20,895] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:21,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:21,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:22,195] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:22,614] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:23,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:23,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:23,985] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 08:07:24,349] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 08:07:24,659] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 08:07:25,246] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 08:07:25,251] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:07:25,487] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:07:25,651] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:07:25,812] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 08:07:27,315] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 08:07:27,324] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 08:07:27,349] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 08:07:27,374] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:07:27,535] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:07:27,697] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:07:27,863] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 08:07:30,240] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T08:07:26.4990366+02:00' [2023-09-02 08:07:30,242] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 08:07:30,497] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:30,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 08:07:30,660] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:30,661] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 08:07:30,820] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:30,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 08:07:30,978] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:30,979] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 08:07:31,134] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:31,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 08:07:31,290] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:31,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 08:07:31,448] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:31,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 08:07:31,604] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:31,605] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 08:07:31,759] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:31,760] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 08:07:31,917] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:31,918] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 08:07:32,074] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:32,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 08:07:32,230] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:32,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 08:07:32,386] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:32,387] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 08:07:32,544] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:32,545] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 08:07:32,701] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:32,702] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 08:07:32,858] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:32,859] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 08:07:33,015] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:33,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 08:07:33,182] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:33,183] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 08:07:33,342] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:33,343] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 08:07:33,501] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:33,502] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 08:07:33,658] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:33,660] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 08:07:33,815] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:33,816] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 08:07:33,971] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:33,972] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 08:07:34,128] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:07:34,130] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 08:07:35,189] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 08:07:35,960] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 08:07:36,703] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 08:07:36,877] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 08:07:37,552] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 08:07:38,001] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 08:07:39,135] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 08:07:39,136] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 08:07:39,137] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 08:07:39,137] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 08:07:39,139] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 08:07:39,140] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 08:07:39,141] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 08:07:39,141] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 08:07:39,142] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 08:07:39,143] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 08:07:39,144] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 08:07:39,145] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 08:37:01,636] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 08:37:01,877] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 08:37:01,878] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 08:37:01,883] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 08:37:01,884] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 08:37:02,139] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 08:37:02,140] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 08:37:02,272] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 08:37:02,273] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 08:37:02,403] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 08:37:02,404] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 08:37:02,527] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 08:37:02,528] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 08:37:02,660] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 08:37:02,661] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 08:37:02,694] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 08:37:02,818] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 08:37:02,819] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 08:37:02,938] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 08:37:02,941] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 08:37:03,057] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 08:37:03,185] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 08:37:03,186] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 08:37:03,804] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 08:37:04,059] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 08:37:04,060] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 08:37:04,070] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 08:37:04,074] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 08:37:04,380] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 08:37:04,790] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 08:37:05,025] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 08:37:05,029] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 08:37:05,032] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 08:37:05,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:05,828] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:06,331] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:06,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:07,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:07,942] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:08,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:09,098] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:09,708] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:10,219] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:10,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:11,097] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:11,526] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:12,043] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:12,466] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:12,909] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:13,346] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:13,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:14,289] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:14,684] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:15,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:15,589] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:16,046] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:16,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:16,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:17,306] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:17,783] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:18,281] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:18,714] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:19,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:19,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:20,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:20,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:21,044] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:21,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:21,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 08:37:22,289] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 08:37:22,594] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 08:37:22,997] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 08:37:22,999] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:37:23,166] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:37:23,331] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:37:23,490] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 08:37:24,238] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 08:37:24,246] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 08:37:24,272] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 08:37:24,296] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:37:24,454] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:37:24,619] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 08:37:24,783] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 08:37:27,053] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T08:36:01.1029216+02:00' [2023-09-02 08:37:27,056] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 08:37:27,290] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:27,294] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 08:37:27,450] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:27,451] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 08:37:27,609] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:27,610] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 08:37:27,766] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:27,768] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 08:37:27,924] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:27,925] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 08:37:28,081] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:28,082] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 08:37:28,237] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:28,238] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 08:37:28,394] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:28,395] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 08:37:28,551] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:28,552] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 08:37:28,710] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:28,711] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 08:37:28,867] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:28,868] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 08:37:29,026] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:29,027] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 08:37:29,181] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:29,182] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 08:37:29,350] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:29,351] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 08:37:29,518] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:29,519] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 08:37:29,676] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:29,677] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 08:37:29,832] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:29,833] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 08:37:29,990] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:29,991] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 08:37:30,204] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:30,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 08:37:30,362] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:30,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 08:37:30,521] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:30,523] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 08:37:30,680] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:30,681] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 08:37:30,836] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:30,837] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 08:37:30,994] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 08:37:30,996] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 08:37:31,767] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 08:37:32,510] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 08:37:33,277] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 08:37:33,420] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 08:37:34,263] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 08:37:34,719] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 08:37:35,836] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 08:37:35,837] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 08:37:35,838] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 08:37:35,839] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 08:37:35,841] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 08:37:35,842] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 08:37:35,842] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 08:37:35,843] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 08:37:35,844] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 08:37:35,845] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 08:37:35,845] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 08:37:35,847] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 09:07:02,278] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 09:07:02,682] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 09:07:02,684] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 09:07:02,688] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 09:07:02,689] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 09:07:02,931] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 09:07:02,932] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 09:07:03,067] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 09:07:03,068] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 09:07:03,214] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 09:07:03,215] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 09:07:03,340] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 09:07:03,341] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 09:07:03,472] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 09:07:03,473] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 09:07:03,504] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 09:07:03,641] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 09:07:03,642] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 09:07:03,831] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 09:07:03,836] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 09:07:03,974] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 09:07:04,102] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 09:07:04,103] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 09:07:04,492] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 09:07:04,769] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 09:07:04,770] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 09:07:04,779] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 09:07:04,783] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 09:07:05,051] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 09:07:05,479] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 09:07:05,714] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 09:07:05,716] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 09:07:05,718] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 09:07:05,937] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:06,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:07,019] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:07,697] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:08,109] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:08,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:08,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:09,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:09,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:10,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:10,910] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:11,341] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:11,836] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:12,311] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:13,828] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:14,243] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:14,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:15,073] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:15,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:15,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:16,381] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:16,902] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:17,370] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:17,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:18,214] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:18,709] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:19,118] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:19,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:19,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:20,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:20,747] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:21,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:21,586] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:21,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:22,388] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:22,882] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 09:07:23,137] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 09:07:23,472] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 09:07:23,869] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 09:07:23,872] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:07:24,121] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:07:24,284] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:07:24,448] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 09:07:25,063] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 09:07:25,068] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 09:07:25,098] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 09:07:25,121] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:07:25,285] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:07:25,446] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:07:25,609] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 09:07:27,898] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T09:07:23.8587457+02:00' [2023-09-02 09:07:27,899] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 09:07:28,056] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:28,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 09:07:28,214] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:28,215] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 09:07:28,373] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:28,374] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 09:07:28,531] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:28,532] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 09:07:28,687] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:28,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 09:07:28,844] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:28,845] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 09:07:29,001] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:29,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 09:07:29,157] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:29,158] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 09:07:29,314] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:29,315] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 09:07:29,473] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:29,474] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 09:07:29,631] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:29,632] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 09:07:29,789] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:29,790] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 09:07:29,947] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:29,948] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 09:07:30,103] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:30,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 09:07:30,316] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:30,317] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 09:07:30,474] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:30,475] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 09:07:30,631] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:30,632] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 09:07:30,789] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:30,790] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 09:07:30,948] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:30,949] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 09:07:31,104] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:31,105] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 09:07:31,262] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:31,264] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 09:07:31,423] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:31,425] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 09:07:31,583] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:31,584] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 09:07:31,739] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:07:31,741] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 09:07:32,552] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 09:07:33,206] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 09:07:34,211] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 09:07:34,383] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 09:07:35,268] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 09:07:35,762] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 09:07:36,857] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 09:07:36,858] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 09:07:36,859] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 09:07:36,859] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 09:07:36,861] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 09:07:36,862] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 09:07:36,864] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 09:07:36,864] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 09:07:36,865] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 09:07:36,866] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 09:07:36,866] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 09:07:36,867] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 09:37:01,640] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 09:37:01,893] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 09:37:01,895] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 09:37:01,901] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 09:37:01,902] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 09:37:02,164] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 09:37:02,165] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 09:37:02,313] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 09:37:02,314] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 09:37:02,463] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 09:37:02,464] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 09:37:02,594] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 09:37:02,595] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 09:37:02,730] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 09:37:02,731] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 09:37:02,765] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 09:37:02,887] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 09:37:02,888] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 09:37:03,074] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 09:37:03,080] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 09:37:03,203] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 09:37:03,341] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 09:37:03,342] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 09:37:03,716] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 09:37:03,966] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 09:37:03,967] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 09:37:03,976] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 09:37:03,981] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 09:37:04,327] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 09:37:04,698] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 09:37:04,895] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 09:37:04,897] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 09:37:04,899] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 09:37:05,159] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:05,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:06,334] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:06,920] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:07,415] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:08,077] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:08,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:08,970] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:09,430] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:10,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:10,472] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:10,999] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:14,603] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:15,030] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:15,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:15,892] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:16,422] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:16,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:17,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:17,584] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:18,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:18,472] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:18,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:19,357] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:19,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:20,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:20,736] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:21,206] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:21,683] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:22,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:22,609] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:22,997] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:23,445] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:23,850] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:24,223] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:24,672] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 09:37:24,976] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 09:37:25,361] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 09:37:25,762] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 09:37:25,768] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:37:25,999] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:37:26,164] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:37:26,325] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 09:37:27,053] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 09:37:27,063] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 09:37:27,089] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 09:37:27,113] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:37:27,278] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:37:27,436] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 09:37:27,606] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 09:37:29,958] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T09:36:58.8589845+02:00' [2023-09-02 09:37:29,961] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 09:37:30,163] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:30,168] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 09:37:30,376] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:30,377] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 09:37:30,535] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:30,536] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 09:37:30,692] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:30,693] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 09:37:30,850] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:30,852] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 09:37:31,008] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:31,009] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 09:37:31,165] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:31,166] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 09:37:31,324] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:31,325] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 09:37:31,483] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:31,484] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 09:37:31,641] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:31,642] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 09:37:31,801] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:31,802] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 09:37:31,958] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:31,959] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 09:37:32,118] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:32,119] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 09:37:32,276] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:32,277] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 09:37:32,436] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:32,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 09:37:32,593] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:32,594] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 09:37:32,751] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:32,752] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 09:37:32,910] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:32,911] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 09:37:33,069] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:33,070] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 09:37:33,235] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:33,236] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 09:37:33,394] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:33,395] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 09:37:33,553] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:33,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 09:37:33,712] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:33,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 09:37:33,871] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 09:37:33,874] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 09:37:35,367] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 09:37:36,035] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 09:37:37,481] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 09:37:37,652] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 09:37:38,299] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 09:37:38,800] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 09:37:39,934] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 09:37:39,936] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 09:37:39,937] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 09:37:39,937] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 09:37:39,940] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 09:37:39,941] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 09:37:39,942] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 09:37:39,943] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 09:37:39,944] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 09:37:39,945] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 09:37:39,945] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 09:37:39,946] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 10:07:02,453] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 10:07:02,837] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 10:07:02,839] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 10:07:02,843] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 10:07:02,844] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 10:07:03,079] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 10:07:03,080] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 10:07:03,213] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 10:07:03,214] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 10:07:03,342] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 10:07:03,343] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 10:07:03,471] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 10:07:03,472] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 10:07:03,607] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 10:07:03,608] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 10:07:03,644] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 10:07:03,771] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 10:07:03,772] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 10:07:03,941] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 10:07:03,945] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 10:07:04,055] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 10:07:04,187] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 10:07:04,188] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 10:07:04,575] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 10:07:04,876] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 10:07:04,878] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 10:07:04,887] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 10:07:04,891] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 10:07:05,149] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 10:07:05,517] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 10:07:05,754] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 10:07:05,757] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 10:07:05,759] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 10:07:06,013] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:06,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:07,249] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:07,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:08,316] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:08,895] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:09,419] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:09,873] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:10,268] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:10,768] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:11,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:11,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:12,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:12,717] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:13,161] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:13,656] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:14,097] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:14,570] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:14,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:15,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:15,806] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:16,223] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:16,649] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:17,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:17,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:17,985] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:18,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:18,889] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:19,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:19,782] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:20,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:20,733] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:21,120] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:21,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:21,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:22,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 10:07:22,604] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 10:07:22,939] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 10:07:23,337] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 10:07:23,345] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:07:23,506] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:07:23,666] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:07:23,827] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 10:07:24,598] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 10:07:24,606] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 10:07:24,631] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 10:07:24,655] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:07:24,811] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:07:24,976] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:07:25,138] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 10:07:27,479] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T10:07:22.3750296+02:00' [2023-09-02 10:07:27,481] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 10:07:27,639] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:27,643] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 10:07:27,800] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:27,801] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 10:07:27,962] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:27,963] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 10:07:28,120] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:28,121] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 10:07:28,278] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:28,279] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 10:07:28,436] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:28,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 10:07:28,594] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:28,594] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 10:07:28,750] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:28,751] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 10:07:28,911] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:28,912] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 10:07:29,070] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:29,071] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 10:07:29,227] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:29,228] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 10:07:29,386] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:29,388] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 10:07:29,545] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:29,546] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 10:07:29,702] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:29,703] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 10:07:29,859] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:29,860] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 10:07:30,016] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:30,017] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 10:07:30,232] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:30,233] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 10:07:30,389] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:30,390] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 10:07:30,545] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:30,546] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 10:07:30,702] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:30,703] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 10:07:30,860] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:30,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 10:07:31,019] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:31,020] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 10:07:31,178] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:31,179] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 10:07:31,337] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:07:31,338] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 10:07:32,848] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 10:07:33,591] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 10:07:34,122] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 10:07:34,291] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 10:07:34,988] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 10:07:35,536] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 10:07:36,546] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 10:07:36,546] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 10:07:36,548] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 10:07:36,548] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 10:07:36,551] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 10:07:36,552] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 10:07:36,553] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 10:07:36,553] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 10:07:36,554] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 10:07:36,555] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 10:07:36,555] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 10:07:36,557] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 10:37:02,679] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 10:37:03,106] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 10:37:03,108] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 10:37:03,112] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 10:37:03,114] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 10:37:03,358] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 10:37:03,359] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 10:37:03,504] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 10:37:03,505] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 10:37:03,640] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 10:37:03,641] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 10:37:03,777] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 10:37:03,778] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 10:37:03,922] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 10:37:03,923] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 10:37:03,958] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 10:37:04,094] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 10:37:04,095] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 10:37:04,370] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 10:37:04,375] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 10:37:04,507] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 10:37:04,645] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 10:37:04,646] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 10:37:05,000] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 10:37:05,328] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 10:37:05,330] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 10:37:05,339] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 10:37:05,342] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 10:37:05,677] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 10:37:06,043] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 10:37:06,278] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 10:37:06,280] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 10:37:06,283] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 10:37:06,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:07,086] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:07,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:08,207] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:08,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:09,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:09,990] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:10,496] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:12,041] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:12,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:12,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:13,308] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:13,779] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:14,274] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:14,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:15,163] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:15,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:16,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:16,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:16,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:17,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:17,907] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:18,385] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:18,875] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:19,247] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:19,714] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:20,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:20,564] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:21,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:21,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:21,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:22,402] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:22,843] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:23,221] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:23,670] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:24,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 10:37:24,495] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 10:37:24,866] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 10:37:25,265] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 10:37:25,269] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:37:25,487] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:37:25,647] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:37:25,812] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 10:37:26,618] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 10:37:26,622] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 10:37:26,651] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 10:37:26,678] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:37:26,840] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:37:27,007] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 10:37:27,169] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 10:37:29,520] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T10:37:13.7606434+02:00' [2023-09-02 10:37:29,522] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 10:37:29,682] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:29,686] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 10:37:29,843] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:29,844] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 10:37:30,001] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:30,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 10:37:30,203] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:30,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 10:37:30,361] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:30,362] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 10:37:30,523] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:30,523] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 10:37:30,683] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:30,684] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 10:37:30,839] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:30,840] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 10:37:30,996] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:30,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 10:37:31,155] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:31,156] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 10:37:31,312] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:31,313] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 10:37:31,472] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:31,473] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 10:37:31,631] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:31,632] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 10:37:31,787] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:31,788] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 10:37:31,944] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:31,945] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 10:37:32,101] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:32,102] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 10:37:32,261] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:32,262] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 10:37:32,420] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:32,421] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 10:37:32,577] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:32,578] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 10:37:32,733] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:32,735] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 10:37:32,895] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:32,896] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 10:37:33,053] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:33,055] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 10:37:33,212] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:33,213] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 10:37:33,370] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 10:37:33,372] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 10:37:35,034] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 10:37:35,840] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 10:37:36,589] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 10:37:36,765] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 10:37:37,427] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 10:37:37,933] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 10:37:39,059] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 10:37:39,060] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 10:37:39,061] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 10:37:39,061] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 10:37:39,063] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 10:37:39,064] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 10:37:39,065] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 10:37:39,065] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 10:37:39,066] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 10:37:39,067] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 10:37:39,067] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 10:37:39,068] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 11:07:02,324] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 11:07:02,726] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 11:07:02,728] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 11:07:02,732] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 11:07:02,733] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 11:07:03,045] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 11:07:03,046] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 11:07:03,196] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 11:07:03,197] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 11:07:03,328] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 11:07:03,329] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 11:07:03,470] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 11:07:03,471] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 11:07:03,613] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 11:07:03,614] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 11:07:03,645] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 11:07:03,776] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 11:07:03,777] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 11:07:03,946] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 11:07:03,951] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 11:07:04,063] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 11:07:04,211] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 11:07:04,212] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 11:07:04,590] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 11:07:04,837] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 11:07:04,838] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 11:07:04,847] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 11:07:04,851] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 11:07:05,140] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 11:07:05,504] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 11:07:05,718] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 11:07:05,720] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 11:07:05,723] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 11:07:05,964] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:06,571] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:07,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:07,692] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:08,174] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:08,734] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:09,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:09,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:10,102] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:10,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:10,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:11,341] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:11,757] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:12,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:12,577] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:13,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:13,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:13,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:14,319] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:14,752] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:15,169] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:15,608] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:15,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:16,363] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:16,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:17,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:17,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:18,135] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:18,553] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:19,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:19,588] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:20,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:20,477] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:21,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:21,453] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:21,968] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 11:07:22,280] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 11:07:22,611] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 11:07:23,011] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 11:07:23,017] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:07:23,182] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:07:23,350] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:07:23,513] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 11:07:24,791] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 11:07:24,800] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 11:07:24,827] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 11:07:24,850] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:07:25,015] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:07:25,234] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:07:25,398] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 11:07:27,746] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T11:07:24.1097377+02:00' [2023-09-02 11:07:27,749] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 11:07:27,906] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:27,910] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 11:07:28,070] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:28,071] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 11:07:28,227] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:28,228] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 11:07:28,385] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:28,386] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 11:07:28,547] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:28,548] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 11:07:28,706] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:28,707] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 11:07:28,867] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:28,868] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 11:07:29,027] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:29,028] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 11:07:29,185] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:29,187] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 11:07:29,343] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:29,344] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 11:07:29,501] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:29,502] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 11:07:29,657] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:29,658] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 11:07:29,814] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:29,815] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 11:07:29,971] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:29,972] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 11:07:30,132] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:30,133] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 11:07:30,344] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:30,345] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 11:07:30,504] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:30,505] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 11:07:30,662] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:30,663] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 11:07:30,822] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:30,823] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 11:07:30,983] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:30,984] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 11:07:31,144] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:31,145] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 11:07:31,302] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:31,305] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 11:07:31,466] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:31,467] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 11:07:31,630] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:07:31,631] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 11:07:33,197] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 11:07:35,243] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 11:07:35,862] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 11:07:36,035] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 11:07:36,656] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 11:07:37,132] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 11:07:38,277] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 11:07:38,278] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 11:07:38,278] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 11:07:38,279] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 11:07:38,281] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 11:07:38,282] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 11:07:38,282] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 11:07:38,283] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 11:07:38,283] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 11:07:38,284] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 11:07:38,285] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 11:07:38,285] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 11:37:02,368] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 11:37:02,755] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.raw.xml [2023-09-02 11:37:02,757] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.json [2023-09-02 11:37:02,763] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 11:37:02,764] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 11:37:03,003] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 11:37:03,004] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 11:37:03,134] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 11:37:03,135] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 11:37:03,264] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 11:37:03,265] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 11:37:03,398] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 11:37:03,399] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 11:37:03,534] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 11:37:03,535] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 11:37:03,567] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 11:37:03,697] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 11:37:03,698] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 11:37:03,861] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 11:37:03,865] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 11:37:04,006] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 11:37:04,147] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 11:37:04,148] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 11:37:04,627] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 11:37:04,956] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 11:37:04,958] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 11:37:04,968] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 11:37:04,972] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 11:37:05,293] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 11:37:05,660] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 11:37:05,895] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 11:37:05,897] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 11:37:05,900] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 11:37:06,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:06,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:07,398] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:07,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:08,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:09,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:09,670] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:10,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:10,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:11,086] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:11,499] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:11,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:12,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:12,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:13,294] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:13,703] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:14,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:14,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:15,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:15,678] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:16,150] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:16,540] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:16,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:17,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:17,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:18,385] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:18,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:19,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:19,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:20,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:20,765] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:21,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:21,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:22,030] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:22,517] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:22,983] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 11:37:23,384] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 11:37:23,740] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 11:37:24,206] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 11:37:24,210] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:37:24,375] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:37:24,538] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:37:24,700] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 11:37:26,414] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 11:37:26,423] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 11:37:26,447] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 11:37:26,472] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:37:26,721] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:37:26,882] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 11:37:27,042] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 11:37:29,334] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T11:36:58.9912871+02:00' [2023-09-02 11:37:29,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 11:37:29,584] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:29,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 11:37:29,753] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:29,754] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 11:37:29,911] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:29,912] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 11:37:30,068] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:30,070] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 11:37:30,275] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:30,277] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 11:37:30,432] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:30,433] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 11:37:30,590] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:30,591] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 11:37:30,747] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:30,748] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 11:37:30,904] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:30,905] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 11:37:31,062] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:31,063] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 11:37:31,224] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:31,225] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 11:37:31,520] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:31,521] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 11:37:31,679] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:31,680] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 11:37:31,837] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:31,838] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 11:37:31,996] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:31,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 11:37:32,155] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:32,156] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 11:37:32,315] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:32,316] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 11:37:32,472] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:32,474] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 11:37:32,632] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:32,633] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 11:37:32,790] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:32,791] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 11:37:32,948] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:32,949] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 11:37:33,110] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:33,111] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 11:37:33,266] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:33,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 11:37:33,427] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 11:37:33,428] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 11:37:34,773] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 11:37:35,394] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 11:37:35,965] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 11:37:36,137] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 11:37:36,757] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 11:37:37,206] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 11:37:38,312] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 11:37:38,313] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 11:37:38,314] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 11:37:38,315] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 11:37:38,317] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 11:37:38,318] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 11:37:38,319] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 11:37:38,319] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 11:37:38,320] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 11:37:38,321] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 11:37:38,321] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 11:37:38,322] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 12:07:02,141] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 12:07:02,482] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 12:07:02,483] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 12:07:02,487] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 12:07:02,488] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 12:07:02,742] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 12:07:02,743] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 12:07:02,874] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 12:07:02,876] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 12:07:03,011] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 12:07:03,012] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 12:07:03,140] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 12:07:03,141] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 12:07:03,271] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 12:07:03,272] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 12:07:03,303] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 12:07:03,435] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 12:07:03,436] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 12:07:03,603] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 12:07:03,606] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 12:07:03,748] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 12:07:03,890] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 12:07:03,892] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 12:07:04,192] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 12:07:04,473] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 12:07:04,474] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 12:07:04,485] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 12:07:04,488] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 12:07:04,749] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 12:07:05,080] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 12:07:05,326] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 12:07:05,327] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 12:07:05,330] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 12:07:05,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:06,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:06,800] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:07,376] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:07,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:08,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:08,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:09,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:09,747] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:10,211] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:10,663] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:11,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:11,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:11,967] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:12,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:13,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:13,521] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:13,911] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:14,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:14,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:15,120] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:15,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:15,971] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:16,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:16,789] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:17,201] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:17,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:18,097] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:18,542] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:18,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:19,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:19,852] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:20,343] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:20,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:21,094] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:21,705] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 12:07:21,984] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 12:07:22,340] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 12:07:22,832] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 12:07:22,835] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:07:23,004] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:07:23,167] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:07:23,332] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 12:07:24,064] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 12:07:24,069] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 12:07:24,101] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 12:07:24,126] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:07:24,289] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:07:24,454] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:07:24,621] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 12:07:26,862] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T12:05:53.5963406+02:00' [2023-09-02 12:07:26,864] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 12:07:27,020] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:27,022] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 12:07:27,179] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:27,180] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 12:07:27,335] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:27,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 12:07:27,492] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:27,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 12:07:27,648] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:27,649] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 12:07:27,806] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:27,807] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 12:07:27,962] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:27,963] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 12:07:28,118] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:28,119] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 12:07:28,275] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:28,276] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 12:07:28,431] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:28,432] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 12:07:28,587] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:28,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 12:07:28,745] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:28,746] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 12:07:28,900] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:28,902] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 12:07:29,057] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:29,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 12:07:29,214] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:29,215] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 12:07:29,373] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:29,374] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 12:07:29,535] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:29,536] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 12:07:29,690] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:29,691] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 12:07:29,846] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:29,847] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 12:07:30,003] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:30,004] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 12:07:30,211] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:30,213] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 12:07:30,368] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:30,369] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 12:07:30,527] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:30,528] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 12:07:30,683] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:07:30,685] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 12:07:31,429] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 12:07:32,251] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 12:07:32,967] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 12:07:33,099] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 12:07:33,884] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 12:07:34,349] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 12:07:35,341] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 12:07:35,342] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 12:07:35,344] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 12:07:35,345] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 12:07:35,346] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 12:07:35,346] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 12:07:35,347] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 12:07:35,347] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 12:07:35,348] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 12:07:35,349] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 12:07:35,349] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 12:07:35,349] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 12:07:35,350] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 12:37:02,028] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 12:37:02,420] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 12:37:02,421] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 12:37:02,426] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 12:37:02,427] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 12:37:02,669] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 12:37:02,669] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 12:37:02,808] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 12:37:02,809] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 12:37:02,944] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 12:37:02,945] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 12:37:03,082] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 12:37:03,083] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 12:37:03,213] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 12:37:03,214] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 12:37:03,244] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 12:37:03,376] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 12:37:03,377] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 12:37:03,638] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 12:37:03,642] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 12:37:03,758] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 12:37:03,895] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 12:37:03,896] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 12:37:04,250] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 12:37:04,515] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 12:37:04,516] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 12:37:04,526] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 12:37:04,530] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 12:37:04,829] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 12:37:05,194] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 12:37:05,427] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 12:37:05,428] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 12:37:05,430] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 12:37:05,610] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:06,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:06,851] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:07,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:07,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:08,476] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:09,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:09,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:09,967] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:10,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:10,752] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:11,270] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:11,733] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:12,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:12,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:13,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:13,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:13,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:14,467] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:14,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:15,377] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:15,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:16,256] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:16,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:17,044] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:17,474] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:17,875] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:18,316] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:18,711] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:19,076] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:19,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:19,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:20,346] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:20,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:21,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:21,632] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 12:37:21,958] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 12:37:22,290] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 12:37:22,691] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 12:37:22,697] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:37:22,949] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:37:23,110] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:37:23,271] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 12:37:24,811] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 12:37:24,816] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 12:37:24,844] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 12:37:24,868] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:37:25,028] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:37:25,188] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 12:37:25,347] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 12:37:27,635] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T12:36:57.8992926+02:00' [2023-09-02 12:37:27,637] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 12:37:27,794] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:27,796] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 12:37:27,951] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:27,954] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 12:37:28,110] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:28,111] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 12:37:28,269] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:28,270] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 12:37:28,428] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:28,429] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 12:37:28,586] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:28,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 12:37:28,743] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:28,744] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 12:37:28,900] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:28,901] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 12:37:29,056] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:29,057] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 12:37:29,213] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:29,214] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 12:37:29,372] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:29,373] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 12:37:29,530] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:29,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 12:37:29,688] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:29,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 12:37:29,845] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:29,846] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 12:37:30,006] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:30,007] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 12:37:30,210] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:30,211] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 12:37:30,367] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:30,368] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 12:37:30,526] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:30,527] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 12:37:30,684] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:30,685] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 12:37:30,842] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:30,843] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 12:37:31,001] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:31,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 12:37:31,159] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:31,160] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 12:37:31,318] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:31,319] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 12:37:31,475] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 12:37:31,476] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 12:37:32,258] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 12:37:33,258] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 12:37:33,774] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 12:37:33,947] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 12:37:34,537] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 12:37:34,997] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 12:37:35,887] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 12:37:35,888] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 12:37:35,889] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 12:37:35,889] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 12:37:35,890] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 12:37:35,891] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 12:37:35,891] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 12:37:35,891] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 12:37:35,892] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 12:37:35,893] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 12:37:35,893] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 12:37:35,894] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 12:37:35,894] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 13:07:01,555] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 13:07:01,851] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 13:07:01,854] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 13:07:01,858] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 13:07:01,860] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 13:07:02,084] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 13:07:02,085] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 13:07:02,211] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 13:07:02,213] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 13:07:02,341] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 13:07:02,342] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 13:07:02,468] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 13:07:02,469] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 13:07:02,599] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 13:07:02,600] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 13:07:02,634] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 13:07:02,766] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 13:07:02,767] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 13:07:02,881] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 13:07:02,884] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 13:07:03,007] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 13:07:03,133] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 13:07:03,134] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 13:07:03,509] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 13:07:03,760] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 13:07:03,763] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 13:07:03,772] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 13:07:03,776] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 13:07:04,052] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 13:07:04,429] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 13:07:04,675] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 13:07:04,676] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 13:07:04,679] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 13:07:04,831] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:05,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:05,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:06,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:07,196] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:07,800] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:08,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:08,795] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:09,233] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:09,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:10,086] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:10,527] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:11,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:11,556] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:12,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:12,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:12,892] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:13,328] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:13,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:14,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:14,626] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:15,098] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:15,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:15,942] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:16,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:16,775] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:17,241] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:17,669] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:18,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:18,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:18,880] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:19,288] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:19,738] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:20,150] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:20,605] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:20,961] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 13:07:21,529] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 13:07:21,892] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 13:07:22,352] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 13:07:22,354] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:07:22,570] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:07:22,729] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:07:22,895] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 13:07:23,631] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 13:07:23,635] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 13:07:23,666] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 13:07:23,691] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:07:23,851] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:07:24,015] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:07:24,182] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 13:07:26,452] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T13:07:24.3920624+02:00' [2023-09-02 13:07:26,454] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 13:07:26,612] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:26,614] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 13:07:26,774] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:26,775] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 13:07:26,940] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:26,941] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 13:07:27,098] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:27,099] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 13:07:27,256] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:27,257] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 13:07:27,414] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:27,415] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 13:07:27,571] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:27,572] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 13:07:27,730] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:27,731] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 13:07:27,889] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:27,890] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 13:07:28,049] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:28,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 13:07:28,205] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:28,206] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 13:07:28,364] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:28,365] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 13:07:28,523] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:28,524] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 13:07:28,681] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:28,682] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 13:07:28,839] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:28,840] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 13:07:28,999] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:29,000] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 13:07:29,155] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:29,157] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 13:07:29,314] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:29,315] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 13:07:29,472] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:29,473] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 13:07:29,629] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:29,630] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 13:07:29,787] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:29,788] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 13:07:29,946] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:29,947] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 13:07:30,104] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:30,105] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 13:07:30,352] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:07:30,354] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 13:07:31,130] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 13:07:31,700] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 13:07:32,425] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 13:07:32,556] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 13:07:33,256] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 13:07:33,762] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 13:07:34,707] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 13:07:34,708] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 13:07:34,709] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 13:07:34,709] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 13:07:34,711] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 13:07:34,713] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 13:07:34,714] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 13:07:34,714] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 13:07:34,716] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 13:07:34,717] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 13:07:34,717] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 13:07:34,717] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 13:07:34,719] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 13:37:01,450] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 13:37:01,819] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 13:37:01,824] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 13:37:01,829] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 13:37:01,830] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 13:37:02,084] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 13:37:02,085] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 13:37:02,236] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 13:37:02,237] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 13:37:02,371] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 13:37:02,372] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 13:37:02,513] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 13:37:02,514] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 13:37:02,646] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 13:37:02,647] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 13:37:02,679] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 13:37:02,808] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 13:37:02,809] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 13:37:02,973] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 13:37:02,976] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 13:37:03,094] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 13:37:03,230] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 13:37:03,231] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 13:37:03,581] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 13:37:03,888] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 13:37:03,890] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 13:37:03,900] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 13:37:03,904] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 13:37:04,275] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 13:37:04,680] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 13:37:04,917] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 13:37:04,918] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 13:37:04,921] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 13:37:05,137] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:05,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:06,376] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:07,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:07,575] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:08,021] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:08,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:09,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:09,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:10,003] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:10,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:10,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:11,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:11,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:12,342] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:12,736] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:13,188] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:13,680] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:14,133] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:14,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:14,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:15,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:15,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:16,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:16,790] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:17,322] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:17,802] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:18,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:18,645] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:19,092] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:19,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:20,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:20,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:20,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:21,387] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:21,777] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 13:37:22,047] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 13:37:22,490] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 13:37:22,890] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 13:37:22,893] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:37:23,139] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:37:23,301] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:37:23,465] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 13:37:25,614] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 13:37:25,619] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 13:37:25,647] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 13:37:25,670] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:37:25,828] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:37:25,987] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 13:37:26,158] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 13:37:28,438] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-01T13:37:26.3178245+02:00' [2023-09-02 13:37:28,442] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 13:37:28,656] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:28,659] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 13:37:28,817] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:28,818] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 13:37:28,973] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:28,974] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 13:37:29,131] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:29,132] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 13:37:29,288] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:29,289] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 13:37:29,444] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:29,445] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 13:37:29,601] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:29,602] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 13:37:29,758] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:29,759] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 13:37:29,917] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:29,918] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 13:37:30,074] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:30,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 13:37:30,306] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:30,307] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 13:37:30,463] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:30,464] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 13:37:30,621] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:30,622] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 13:37:30,779] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:30,780] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 13:37:30,936] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:30,937] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 13:37:31,094] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:31,095] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 13:37:31,252] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:31,253] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 13:37:31,409] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:31,410] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 13:37:31,566] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:31,567] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 13:37:31,723] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:31,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 13:37:31,880] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:31,881] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 13:37:32,037] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:32,038] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 13:37:32,195] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:32,196] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 13:37:32,355] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 13:37:32,357] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 13:37:33,386] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 13:37:33,942] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 13:37:34,675] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 13:37:34,854] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 13:37:35,386] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 13:37:35,894] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 13:37:36,936] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 13:37:36,936] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 13:37:36,938] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 13:37:36,938] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 13:37:36,941] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 13:37:36,942] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 13:37:36,942] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 13:37:36,943] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 13:37:36,944] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 13:37:36,945] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 13:37:36,946] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 13:37:36,946] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 13:37:36,947] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 14:07:01,350] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 14:07:01,718] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 14:07:01,720] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 14:07:01,726] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 14:07:01,728] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 14:07:01,952] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 14:07:01,953] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 14:07:02,092] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 14:07:02,093] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 14:07:02,229] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 14:07:02,230] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 14:07:02,371] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 14:07:02,372] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 14:07:02,502] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 14:07:02,503] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 14:07:02,544] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 14:07:02,680] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 14:07:02,681] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 14:07:02,870] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 14:07:02,873] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 14:07:03,015] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 14:07:03,151] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 14:07:03,152] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 14:07:03,641] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 14:07:03,911] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 14:07:03,912] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 14:07:03,921] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 14:07:03,925] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 14:07:04,260] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 14:07:04,629] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 14:07:04,864] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 14:07:04,865] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 14:07:04,868] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 14:07:05,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:05,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:06,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:06,954] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:07,474] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:08,017] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:08,484] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:09,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:09,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:09,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:10,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:10,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:11,197] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:11,688] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:12,126] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:12,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:12,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:13,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:13,859] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:14,302] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:14,690] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:15,195] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:15,619] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:16,006] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:16,407] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:16,820] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:17,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:17,679] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:18,127] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:18,548] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:18,980] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:19,388] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:19,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:20,197] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:20,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:21,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 14:07:21,362] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 14:07:21,665] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 14:07:22,198] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 14:07:22,201] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:07:22,423] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:07:22,587] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:07:22,752] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 14:07:23,384] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 14:07:23,389] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 14:07:23,415] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 14:07:23,442] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:07:23,603] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:07:23,765] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:07:23,928] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 14:07:24,225] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T14:07:13.0962087+02:00' [2023-09-02 14:07:24,227] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 14:07:24,385] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:24,387] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 14:07:24,544] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:24,545] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 14:07:24,703] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:24,705] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 14:07:24,863] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:24,864] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 14:07:25,020] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:25,021] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 14:07:25,179] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:25,180] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 14:07:25,339] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:25,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 14:07:25,499] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:25,500] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 14:07:25,658] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:25,659] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 14:07:25,816] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:25,817] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 14:07:25,973] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:25,973] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 14:07:26,131] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:26,132] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 14:07:26,289] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:26,290] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 14:07:26,449] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:26,450] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 14:07:26,607] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:26,609] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 14:07:26,765] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:26,766] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 14:07:26,924] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:26,926] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 14:07:27,086] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:27,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 14:07:27,244] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:27,245] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 14:07:27,405] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:27,406] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 14:07:27,562] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:27,564] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 14:07:27,723] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:27,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 14:07:27,880] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:27,881] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 14:07:28,038] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:07:28,039] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 14:07:28,887] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 14:07:29,978] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 14:07:30,789] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 14:07:30,915] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 14:07:31,538] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 14:07:32,050] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 14:07:33,062] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 14:07:33,064] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 14:07:33,065] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 14:07:33,065] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 14:07:33,068] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 14:07:33,069] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 14:07:33,069] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 14:07:33,070] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 14:07:33,072] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 14:07:33,073] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 14:07:33,073] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 14:07:33,074] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 14:07:33,075] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 14:37:01,774] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 14:37:02,180] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 14:37:02,181] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 14:37:02,186] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 14:37:02,187] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 14:37:02,434] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 14:37:02,435] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 14:37:02,567] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 14:37:02,569] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 14:37:02,693] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 14:37:02,694] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 14:37:02,829] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 14:37:02,830] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 14:37:02,958] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 14:37:02,959] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 14:37:02,995] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 14:37:03,129] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 14:37:03,130] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 14:37:03,401] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 14:37:03,404] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 14:37:03,531] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 14:37:03,652] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 14:37:03,653] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 14:37:04,000] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 14:37:04,272] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 14:37:04,273] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 14:37:04,283] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 14:37:04,287] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 14:37:04,605] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 14:37:04,971] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 14:37:05,206] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 14:37:05,207] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 14:37:05,210] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 14:37:05,397] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:05,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:06,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:07,140] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:07,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:08,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:08,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:09,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:10,043] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:10,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:10,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:11,433] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:11,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:12,288] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:12,777] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:13,230] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:13,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:14,074] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:14,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:14,899] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:15,344] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:15,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:16,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:16,518] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:17,033] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:17,424] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:17,904] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:18,382] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:18,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:19,315] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:19,762] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:20,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:20,666] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:21,103] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:21,576] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:21,964] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 14:37:22,263] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 14:37:22,620] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 14:37:23,024] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 14:37:23,027] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:37:23,249] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:37:23,409] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:37:23,569] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 14:37:24,964] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 14:37:24,971] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 14:37:25,008] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 14:37:25,033] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:37:25,193] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:37:25,350] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 14:37:25,517] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 14:37:25,825] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T14:37:24.9638722+02:00' [2023-09-02 14:37:25,827] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 14:37:26,054] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:26,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 14:37:26,216] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:26,218] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 14:37:26,378] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:26,379] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 14:37:26,537] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:26,538] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 14:37:26,695] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:26,697] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 14:37:26,852] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:26,854] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 14:37:27,016] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:27,017] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 14:37:27,176] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:27,177] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 14:37:27,335] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:27,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 14:37:27,492] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:27,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 14:37:27,648] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:27,649] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 14:37:27,820] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:27,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 14:37:27,980] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:27,980] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 14:37:28,138] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:28,139] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 14:37:28,297] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:28,298] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 14:37:28,454] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:28,455] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 14:37:28,611] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:28,612] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 14:37:28,770] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:28,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 14:37:28,928] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:28,929] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 14:37:29,088] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:29,089] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 14:37:29,244] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:29,245] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 14:37:29,401] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:29,402] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 14:37:29,558] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:29,559] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 14:37:29,715] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 14:37:29,717] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 14:37:30,896] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 14:37:32,029] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 14:37:32,835] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 14:37:33,009] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 14:37:33,692] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 14:37:34,144] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 14:37:35,060] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 14:37:35,061] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 14:37:35,062] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 14:37:35,063] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 14:37:35,064] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 14:37:35,065] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 14:37:35,066] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 14:37:35,066] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 14:37:35,067] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 14:37:35,068] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 14:37:35,068] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 14:37:35,069] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 14:37:35,069] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 15:07:01,354] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 15:07:01,775] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 15:07:01,776] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 15:07:01,781] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 15:07:01,782] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 15:07:02,131] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 15:07:02,132] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 15:07:02,314] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 15:07:02,315] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 15:07:02,513] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 15:07:02,513] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 15:07:02,707] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 15:07:02,708] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 15:07:02,864] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 15:07:02,866] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 15:07:02,897] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 15:07:03,073] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 15:07:03,074] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 15:07:03,288] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 15:07:03,291] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 15:07:03,490] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 15:07:03,663] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 15:07:03,664] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 15:07:04,103] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 15:07:04,417] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 15:07:04,418] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 15:07:04,427] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 15:07:04,431] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 15:07:04,760] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 15:07:05,242] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 15:07:05,495] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 15:07:05,496] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 15:07:05,498] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 15:07:05,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:06,445] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:07,206] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:07,940] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:08,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:09,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:09,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:11,734] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:12,544] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:13,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:13,855] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:14,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:15,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:15,618] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:16,574] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:17,105] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:17,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:18,092] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:18,656] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:22,566] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:23,201] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:23,746] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:24,317] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:24,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:25,390] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:25,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:26,669] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:28,452] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:29,072] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:29,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:30,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:31,105] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:31,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:32,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:32,850] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:33,389] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 15:07:33,747] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 15:07:34,096] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 15:07:34,745] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 15:07:34,751] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:07:35,019] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:07:35,213] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:07:35,396] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 15:07:36,157] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 15:07:36,161] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 15:07:36,189] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 15:07:36,212] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:07:36,440] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:07:36,646] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:07:36,852] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 15:07:37,188] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T15:07:27.1877353+02:00' [2023-09-02 15:07:37,190] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 15:07:37,441] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:37,443] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 15:07:37,667] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:37,668] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 15:07:37,856] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:37,858] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 15:07:38,049] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:38,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 15:07:38,242] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:38,243] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 15:07:38,446] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:38,447] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 15:07:38,643] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:38,644] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 15:07:38,836] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:38,837] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 15:07:39,039] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:39,040] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 15:07:39,268] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:39,269] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 15:07:39,462] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:39,464] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 15:07:39,658] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:39,659] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 15:07:39,876] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:39,877] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 15:07:40,083] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:40,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 15:07:40,328] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:40,329] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 15:07:41,484] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:41,485] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 15:07:42,371] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:42,372] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 15:07:43,713] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:43,714] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 15:07:44,150] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:44,152] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 15:07:44,570] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:44,571] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 15:07:45,636] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:45,638] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 15:07:46,147] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:46,148] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 15:07:46,732] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:46,734] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 15:07:47,002] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:07:47,004] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 15:07:47,884] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 15:07:48,939] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 15:07:49,740] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 15:07:49,956] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 15:07:50,663] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 15:07:51,215] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 15:07:52,452] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 15:07:52,453] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 15:07:52,454] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 15:07:52,454] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 15:07:52,456] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 15:07:52,457] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 15:07:52,458] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 15:07:52,458] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 15:07:52,459] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 15:07:52,459] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 15:07:52,460] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 15:07:52,460] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 15:07:52,462] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 15:37:01,876] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 15:37:02,233] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 15:37:02,234] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 15:37:02,239] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 15:37:02,240] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 15:37:02,510] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 15:37:02,511] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 15:37:02,645] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 15:37:02,646] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 15:37:02,781] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 15:37:02,782] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 15:37:02,911] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 15:37:02,912] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 15:37:03,047] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 15:37:03,048] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 15:37:03,088] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 15:37:03,223] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 15:37:03,225] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 15:37:03,467] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 15:37:03,470] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 15:37:03,591] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 15:37:03,715] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 15:37:03,716] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 15:37:04,084] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 15:37:04,387] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 15:37:04,389] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 15:37:04,399] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 15:37:04,403] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 15:37:04,773] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 15:37:05,174] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 15:37:05,421] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 15:37:05,422] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 15:37:05,426] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 15:37:05,608] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:06,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:06,912] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:07,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:07,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:08,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:08,851] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:09,380] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:09,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:10,258] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:10,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:11,222] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:11,697] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:12,160] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:12,585] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:12,995] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:13,416] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:13,905] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:14,347] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:14,737] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:15,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:15,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:16,021] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:16,453] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:16,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:17,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:17,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:18,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:18,842] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:19,221] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:19,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:20,019] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:20,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:20,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:21,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:21,722] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 15:37:22,045] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 15:37:22,371] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 15:37:22,779] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 15:37:22,786] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:37:22,954] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:37:23,121] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:37:23,283] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 15:37:23,964] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 15:37:23,968] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 15:37:23,998] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 15:37:24,025] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:37:24,184] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:37:24,347] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 15:37:24,509] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 15:37:24,792] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T15:37:23.4157312+02:00' [2023-09-02 15:37:24,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 15:37:24,953] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:24,959] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 15:37:25,121] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:25,122] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 15:37:25,283] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:25,284] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 15:37:25,445] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:25,446] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 15:37:25,605] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:25,606] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 15:37:25,763] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:25,764] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 15:37:25,921] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:25,922] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 15:37:26,079] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:26,080] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 15:37:26,235] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:26,236] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 15:37:26,393] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:26,395] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 15:37:26,553] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:26,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 15:37:26,716] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:26,717] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 15:37:26,878] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:26,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 15:37:27,035] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:27,037] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 15:37:27,194] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:27,195] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 15:37:27,352] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:27,353] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 15:37:27,514] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:27,515] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 15:37:27,669] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:27,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 15:37:27,828] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:27,830] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 15:37:27,986] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:27,987] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 15:37:28,147] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:28,150] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 15:37:28,307] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:28,308] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 15:37:28,465] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:28,467] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 15:37:28,624] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 15:37:28,626] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 15:37:29,336] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 15:37:30,498] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 15:37:31,205] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 15:37:31,330] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 15:37:31,982] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 15:37:32,517] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 15:37:33,607] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 15:37:33,608] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 15:37:33,609] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 15:37:33,609] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 15:37:33,611] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 15:37:33,612] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 15:37:33,613] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 15:37:33,613] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 15:37:33,614] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 15:37:33,615] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 15:37:33,615] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 15:37:33,616] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 15:37:33,617] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 16:07:02,098] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 16:07:02,475] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 16:07:02,476] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 16:07:02,481] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 16:07:02,482] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 16:07:02,709] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 16:07:02,710] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 16:07:02,841] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 16:07:02,843] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 16:07:02,972] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 16:07:02,973] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 16:07:03,111] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 16:07:03,111] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 16:07:03,243] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 16:07:03,243] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 16:07:03,277] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 16:07:03,403] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 16:07:03,404] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 16:07:03,573] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 16:07:03,577] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 16:07:03,714] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 16:07:03,844] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 16:07:03,845] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 16:07:04,197] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 16:07:04,483] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 16:07:04,485] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 16:07:04,498] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 16:07:04,503] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 16:07:04,795] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 16:07:05,194] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 16:07:05,440] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 16:07:05,442] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 16:07:05,444] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 16:07:05,631] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:06,333] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:06,961] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:07,475] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:08,100] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:08,622] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:09,100] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:09,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:09,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:10,437] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:10,937] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:11,390] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:11,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:12,255] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:12,739] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:13,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:13,603] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:14,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:14,484] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:14,905] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:15,359] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:15,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:16,218] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:16,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:17,105] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:17,534] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:18,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:18,385] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:18,814] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:19,283] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:19,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:20,095] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:20,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:21,095] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:21,554] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:22,001] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 16:07:22,257] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 16:07:22,644] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 16:07:23,073] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 16:07:23,077] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:07:23,291] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:07:23,454] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:07:23,619] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 16:07:25,409] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 16:07:25,413] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 16:07:25,442] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 16:07:25,471] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:07:25,636] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:07:25,799] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:07:25,971] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 16:07:26,254] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T16:06:14.4814746+02:00' [2023-09-02 16:07:26,256] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 16:07:26,488] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:26,490] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 16:07:26,648] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:26,650] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 16:07:26,808] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:26,810] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 16:07:26,970] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:26,971] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 16:07:27,130] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:27,131] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 16:07:27,290] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:27,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 16:07:27,447] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:27,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 16:07:27,611] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:27,612] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 16:07:27,768] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:27,769] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 16:07:27,926] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:27,927] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 16:07:28,097] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:28,098] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 16:07:28,254] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:28,256] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 16:07:28,414] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:28,415] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 16:07:28,573] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:28,574] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 16:07:28,732] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:28,733] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 16:07:28,891] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:28,892] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 16:07:29,049] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:29,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 16:07:29,660] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:29,661] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 16:07:31,054] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:31,055] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 16:07:32,065] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:32,066] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 16:07:33,129] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:33,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 16:07:34,093] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:34,094] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 16:07:34,703] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:34,704] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 16:07:35,242] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:07:35,243] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 16:07:35,847] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 16:07:36,569] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 16:07:37,458] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 16:07:37,644] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 16:07:38,260] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 16:07:38,767] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 16:07:39,829] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 16:07:39,830] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 16:07:39,831] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 16:07:39,832] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 16:07:39,834] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 16:07:39,834] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 16:07:39,835] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 16:07:39,835] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 16:07:39,837] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 16:07:39,837] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 16:07:39,838] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 16:07:39,838] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 16:07:39,840] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 16:37:01,636] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 16:37:01,919] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 16:37:01,921] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 16:37:01,925] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 16:37:01,927] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 16:37:02,183] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 16:37:02,184] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 16:37:02,322] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 16:37:02,323] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 16:37:02,451] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 16:37:02,452] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 16:37:02,610] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 16:37:02,611] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 16:37:02,739] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 16:37:02,740] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 16:37:02,771] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 16:37:02,901] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 16:37:02,902] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 16:37:03,018] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 16:37:03,021] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 16:37:03,140] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 16:37:03,261] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 16:37:03,262] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 16:37:03,652] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 16:37:03,903] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 16:37:03,905] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 16:37:03,914] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 16:37:03,919] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 16:37:04,300] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 16:37:04,707] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 16:37:04,947] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 16:37:04,948] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 16:37:04,951] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 16:37:05,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:05,725] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:06,435] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:06,882] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:07,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:08,141] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:08,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:09,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:09,686] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:10,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:10,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:11,171] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:11,642] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:12,063] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:12,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:12,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:13,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:13,809] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:14,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:14,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:15,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:15,542] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:15,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:16,389] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:16,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:17,366] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:17,859] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:18,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:18,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:19,126] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:19,530] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:19,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:20,366] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:20,746] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:21,146] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:21,596] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 16:37:21,895] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 16:37:22,276] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 16:37:22,838] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 16:37:22,845] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:37:23,018] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:37:23,253] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:37:23,413] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 16:37:24,163] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 16:37:24,169] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 16:37:24,198] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 16:37:24,224] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:37:24,382] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:37:24,541] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 16:37:24,713] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 16:37:25,011] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T16:37:06.4769038+02:00' [2023-09-02 16:37:25,013] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 16:37:25,212] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:25,217] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 16:37:25,374] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:25,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 16:37:25,532] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:25,533] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 16:37:25,693] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:25,694] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 16:37:25,855] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:25,856] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 16:37:26,012] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:26,013] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 16:37:26,266] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:26,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 16:37:26,425] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:26,426] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 16:37:26,585] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:26,586] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 16:37:26,745] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:26,746] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 16:37:26,904] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:26,905] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 16:37:27,064] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:27,066] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 16:37:27,225] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:27,226] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 16:37:27,381] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:27,382] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 16:37:27,539] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:27,540] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 16:37:27,700] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:27,701] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 16:37:27,858] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:27,859] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 16:37:28,015] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:28,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 16:37:28,174] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:28,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 16:37:28,333] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:28,334] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 16:37:28,492] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:28,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 16:37:28,650] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:28,651] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 16:37:28,807] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:28,808] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 16:37:28,966] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 16:37:28,968] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 16:37:29,996] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 16:37:30,477] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 16:37:31,570] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 16:37:31,743] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 16:37:32,378] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 16:37:32,846] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 16:37:33,946] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 16:37:33,947] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 16:37:33,947] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 16:37:33,948] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 16:37:33,950] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 16:37:33,951] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 16:37:33,951] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 16:37:33,952] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 16:37:33,954] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 16:37:33,955] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 16:37:33,956] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 16:37:33,956] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 16:37:33,958] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 17:07:02,196] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 17:07:02,592] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 17:07:02,593] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 17:07:02,598] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 17:07:02,599] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 17:07:02,845] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 17:07:02,846] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 17:07:02,990] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 17:07:02,991] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 17:07:03,119] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 17:07:03,120] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 17:07:03,249] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 17:07:03,250] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 17:07:03,380] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 17:07:03,381] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 17:07:03,413] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 17:07:03,549] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 17:07:03,550] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 17:07:03,747] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 17:07:03,750] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 17:07:03,871] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 17:07:04,005] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 17:07:04,006] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 17:07:04,381] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 17:07:04,648] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 17:07:04,649] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 17:07:04,659] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 17:07:04,664] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 17:07:04,936] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 17:07:05,300] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 17:07:05,538] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 17:07:05,539] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 17:07:05,542] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 17:07:05,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:06,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:06,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:07,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:07,606] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:08,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:08,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:09,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:09,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:09,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:10,329] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:10,802] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:11,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:11,678] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:12,143] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:12,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:13,019] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:13,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:13,863] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:14,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:14,759] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:15,101] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:15,466] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:15,864] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:16,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:16,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:17,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:17,533] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:17,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:18,375] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:18,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:19,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:19,672] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:20,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:20,570] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:21,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 17:07:21,459] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 17:07:21,767] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 17:07:22,165] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 17:07:22,168] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:07:22,331] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:07:22,497] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:07:22,660] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 17:07:23,969] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 17:07:23,975] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 17:07:24,005] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 17:07:24,032] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:07:24,273] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:07:24,433] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:07:24,601] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 17:07:24,876] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T17:07:24.6175735+02:00' [2023-09-02 17:07:24,878] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 17:07:25,034] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:25,036] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 17:07:25,193] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:25,194] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 17:07:25,354] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:25,356] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 17:07:25,517] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:25,518] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 17:07:25,678] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:25,679] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 17:07:25,836] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:25,838] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 17:07:26,000] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:26,001] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 17:07:26,211] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:26,212] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 17:07:26,370] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:26,372] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 17:07:26,528] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:26,529] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 17:07:26,688] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:26,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 17:07:26,846] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:26,847] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 17:07:27,004] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:27,005] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 17:07:27,165] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:27,166] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 17:07:27,325] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:27,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 17:07:27,490] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:27,491] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 17:07:27,653] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:27,654] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 17:07:27,811] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:27,812] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 17:07:27,969] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:27,970] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 17:07:28,129] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:28,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 17:07:28,286] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:28,288] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 17:07:28,447] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:28,448] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 17:07:29,621] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:29,622] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 17:07:29,780] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:07:29,781] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 17:07:30,924] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 17:07:31,436] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 17:07:32,059] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 17:07:32,226] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 17:07:32,859] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 17:07:33,357] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 17:07:34,485] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 17:07:34,486] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 17:07:34,487] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 17:07:34,487] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 17:07:34,489] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 17:07:34,490] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 17:07:34,491] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 17:07:34,491] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 17:07:34,492] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 17:07:34,493] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 17:07:34,494] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 17:07:34,494] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 17:07:34,495] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 17:37:02,340] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 17:37:02,683] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 17:37:02,685] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 17:37:02,690] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 17:37:02,691] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 17:37:02,920] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 17:37:02,921] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 17:37:03,060] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 17:37:03,061] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 17:37:03,196] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 17:37:03,197] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 17:37:03,324] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 17:37:03,325] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 17:37:03,453] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 17:37:03,454] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 17:37:03,488] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 17:37:03,620] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 17:37:03,620] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 17:37:03,866] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 17:37:03,870] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 17:37:04,007] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 17:37:04,137] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 17:37:04,138] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 17:37:04,513] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 17:37:04,810] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 17:37:04,812] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 17:37:04,821] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 17:37:04,825] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 17:37:05,160] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 17:37:05,549] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 17:37:05,788] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 17:37:05,789] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 17:37:05,792] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 17:37:05,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:06,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:07,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:07,762] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:08,238] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:08,769] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:09,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:09,745] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:10,188] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:10,646] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:11,029] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:11,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:11,859] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:12,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:12,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:13,124] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:13,588] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:14,091] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:14,599] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:15,058] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:15,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:16,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:16,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:16,901] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:17,268] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:17,741] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:18,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:18,700] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:19,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:19,527] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:19,915] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:20,401] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:20,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:21,315] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:21,691] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:22,160] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 17:37:22,548] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 17:37:22,908] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 17:37:23,471] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 17:37:23,474] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:37:23,640] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:37:23,806] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:37:23,971] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 17:37:25,618] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 17:37:25,623] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 17:37:25,651] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 17:37:25,679] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:37:25,892] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:37:26,052] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 17:37:26,213] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 17:37:26,505] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T17:36:22.7222662+02:00' [2023-09-02 17:37:26,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 17:37:26,722] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:26,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 17:37:26,882] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:26,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 17:37:27,038] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:27,040] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 17:37:27,196] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:27,197] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 17:37:27,356] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:27,357] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 17:37:27,514] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:27,515] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 17:37:27,674] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:27,675] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 17:37:27,831] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:27,832] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 17:37:27,987] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:27,991] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 17:37:28,148] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:28,149] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 17:37:28,306] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:28,307] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 17:37:28,464] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:28,465] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 17:37:28,621] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:28,622] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 17:37:28,778] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:28,779] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 17:37:28,935] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:28,937] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 17:37:29,092] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:29,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 17:37:29,251] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:29,252] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 17:37:29,409] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:29,410] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 17:37:29,567] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:29,568] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 17:37:29,724] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:29,725] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 17:37:29,882] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:29,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 17:37:30,039] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:30,040] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 17:37:30,197] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:30,198] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 17:37:30,354] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 17:37:30,356] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 17:37:31,873] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 17:37:33,499] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 17:37:35,301] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 17:37:37,126] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 17:37:37,753] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 17:37:38,259] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 17:37:39,318] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 17:37:39,318] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 17:37:39,319] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 17:37:39,319] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 17:37:39,322] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 17:37:39,323] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 17:37:39,323] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 17:37:39,324] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 17:37:39,327] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 17:37:39,327] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 17:37:39,328] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 17:37:39,328] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 17:37:39,330] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 18:07:01,652] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 18:07:01,902] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 18:07:01,906] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 18:07:01,911] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 18:07:01,912] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 18:07:02,146] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 18:07:02,147] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 18:07:02,279] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 18:07:02,280] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 18:07:02,437] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 18:07:02,439] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 18:07:02,571] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 18:07:02,572] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 18:07:02,704] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 18:07:02,705] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 18:07:02,739] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 18:07:02,874] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 18:07:02,875] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 18:07:02,995] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 18:07:02,999] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 18:07:03,147] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 18:07:03,283] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 18:07:03,284] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 18:07:03,635] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 18:07:03,885] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 18:07:03,887] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 18:07:03,898] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 18:07:03,902] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 18:07:04,153] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 18:07:04,560] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 18:07:04,800] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 18:07:04,801] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 18:07:04,804] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 18:07:05,061] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:05,477] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:06,019] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:06,671] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:12,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:12,712] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:13,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:13,644] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:14,125] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:14,598] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:15,126] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:15,588] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:16,180] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:16,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:17,126] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:17,496] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:18,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:18,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:18,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:19,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:19,782] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:20,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:20,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:21,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:21,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:22,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:22,527] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:22,994] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:23,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:23,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:24,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:24,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:25,033] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:25,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:25,845] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:26,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 18:07:26,609] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 18:07:26,935] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 18:07:27,335] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 18:07:27,337] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:07:27,560] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:07:27,722] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:07:27,886] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 18:07:28,520] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 18:07:28,524] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 18:07:28,551] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 18:07:28,574] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:07:28,740] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:07:28,904] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:07:29,074] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 18:07:29,367] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T18:05:52.7334819+02:00' [2023-09-02 18:07:29,369] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 18:07:29,583] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:29,585] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 18:07:29,742] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:29,744] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 18:07:29,900] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:29,901] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 18:07:30,057] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:30,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 18:07:30,215] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:30,216] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 18:07:30,374] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:30,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 18:07:30,540] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:30,541] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 18:07:30,700] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:30,701] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 18:07:30,860] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:30,862] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 18:07:31,020] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:31,021] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 18:07:31,177] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:31,178] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 18:07:31,337] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:31,338] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 18:07:31,496] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:31,497] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 18:07:31,654] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:31,655] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 18:07:31,810] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:31,811] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 18:07:31,967] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:31,968] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 18:07:32,124] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:32,125] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 18:07:32,285] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:32,286] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 18:07:32,443] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:32,444] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 18:07:32,600] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:32,601] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 18:07:32,757] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:32,758] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 18:07:32,916] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:32,917] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 18:07:33,074] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:33,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 18:07:33,231] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:07:33,233] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 18:07:34,284] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 18:07:34,797] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 18:07:35,554] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 18:07:35,729] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 18:07:36,290] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 18:07:36,780] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 18:07:37,745] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 18:07:37,746] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 18:07:37,747] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 18:07:37,747] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 18:07:37,749] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 18:07:37,750] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 18:07:37,752] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 18:07:37,752] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 18:07:37,755] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 18:07:37,756] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 18:07:37,757] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 18:07:37,757] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 18:07:37,758] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 18:37:01,533] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 18:37:01,883] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 18:37:01,884] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 18:37:01,888] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 18:37:01,889] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 18:37:02,181] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 18:37:02,182] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 18:37:02,323] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 18:37:02,324] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 18:37:02,460] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 18:37:02,461] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 18:37:02,596] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 18:37:02,597] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 18:37:02,725] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 18:37:02,726] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 18:37:02,755] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 18:37:02,885] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 18:37:02,886] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 18:37:03,056] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 18:37:03,059] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 18:37:03,181] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 18:37:03,313] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 18:37:03,314] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 18:37:03,687] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 18:37:03,954] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 18:37:03,955] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 18:37:03,964] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 18:37:03,968] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 18:37:04,334] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 18:37:04,697] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 18:37:04,931] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 18:37:04,932] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 18:37:04,935] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 18:37:05,189] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:05,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:06,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:06,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:07,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:07,934] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:08,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:09,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:09,534] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:09,979] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:10,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:10,907] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:11,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:11,914] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:12,328] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:12,741] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:13,119] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:13,497] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:13,859] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:14,243] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:14,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:15,114] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:15,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:15,954] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:16,322] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:16,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:17,152] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:17,680] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:18,176] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:18,597] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:19,076] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:19,588] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:20,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:20,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:20,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:21,257] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 18:37:21,559] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 18:37:21,905] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 18:37:22,312] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 18:37:22,316] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:37:22,478] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:37:22,639] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:37:22,803] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 18:37:24,405] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 18:37:24,410] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 18:37:24,436] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 18:37:24,458] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:37:24,617] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:37:24,777] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 18:37:24,942] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 18:37:25,230] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T18:36:35.7393933+02:00' [2023-09-02 18:37:25,233] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 18:37:25,389] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:25,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 18:37:25,550] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:25,551] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 18:37:25,711] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:25,712] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 18:37:25,868] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:25,869] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 18:37:26,025] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:26,026] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 18:37:26,182] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:26,183] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 18:37:26,340] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:26,341] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 18:37:26,499] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:26,500] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 18:37:26,657] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:26,658] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 18:37:26,814] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:26,815] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 18:37:26,971] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:26,972] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 18:37:27,133] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:27,134] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 18:37:27,293] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:27,294] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 18:37:27,449] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:27,450] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 18:37:27,606] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:27,607] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 18:37:27,762] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:27,763] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 18:37:27,920] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:27,921] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 18:37:28,078] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:28,079] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 18:37:28,234] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:28,235] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 18:37:28,392] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:28,394] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 18:37:28,553] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:28,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 18:37:28,712] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:28,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 18:37:28,870] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:28,871] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 18:37:29,028] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 18:37:29,029] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 18:37:30,047] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 18:37:30,601] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 18:37:31,353] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 18:37:31,479] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 18:37:32,205] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 18:37:32,694] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 18:37:33,690] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 18:37:33,691] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 18:37:33,692] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 18:37:33,692] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 18:37:33,693] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 18:37:33,694] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 18:37:33,694] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 18:37:33,695] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 18:37:33,695] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 18:37:33,696] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 18:37:33,696] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 18:37:33,697] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 18:37:33,697] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 19:07:01,793] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 19:07:02,175] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 19:07:02,176] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 19:07:02,182] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 19:07:02,183] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 19:07:02,463] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 19:07:02,464] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 19:07:02,603] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 19:07:02,604] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 19:07:02,739] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 19:07:02,740] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 19:07:02,869] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 19:07:02,871] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 19:07:03,016] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 19:07:03,018] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 19:07:03,058] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 19:07:03,223] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 19:07:03,224] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 19:07:03,397] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 19:07:03,402] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 19:07:03,550] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 19:07:03,692] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 19:07:03,693] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 19:07:04,059] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 19:07:04,332] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 19:07:04,334] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 19:07:04,344] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 19:07:04,348] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 19:07:04,600] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 19:07:05,004] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 19:07:05,248] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 19:07:05,249] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 19:07:05,252] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 19:07:05,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:06,060] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:06,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:07,211] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:07,843] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:08,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:08,977] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:09,496] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:09,915] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:15,423] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:15,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:16,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:16,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:17,171] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:17,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:18,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:18,411] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:18,898] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:19,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:19,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:20,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:20,627] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:21,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:21,608] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:22,126] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:22,526] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:22,979] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:23,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:23,896] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:24,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:24,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:25,301] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:25,738] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:26,152] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:26,636] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:27,061] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 19:07:27,362] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 19:07:27,708] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 19:07:28,114] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 19:07:28,117] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:07:28,335] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:07:28,499] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:07:28,661] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 19:07:29,293] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 19:07:29,297] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 19:07:29,322] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 19:07:29,344] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:07:29,505] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:07:29,674] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:07:29,836] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 19:07:30,151] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T19:05:51.9210891+02:00' [2023-09-02 19:07:30,153] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 19:07:30,380] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:30,384] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 19:07:30,541] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:30,542] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 19:07:30,701] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:30,702] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 19:07:30,859] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:30,860] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 19:07:31,022] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:31,023] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 19:07:31,181] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:31,182] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 19:07:31,345] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:31,346] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 19:07:31,504] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:31,505] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 19:07:31,662] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:31,663] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 19:07:31,822] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:31,823] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 19:07:31,983] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:31,985] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 19:07:32,142] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:32,143] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 19:07:32,301] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:32,302] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 19:07:32,463] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:32,464] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 19:07:32,623] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:32,625] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 19:07:32,787] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:32,788] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 19:07:32,949] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:32,950] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 19:07:33,112] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:33,114] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 19:07:33,275] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:33,276] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 19:07:33,436] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:33,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 19:07:33,595] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:33,597] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 19:07:33,757] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:33,758] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 19:07:33,916] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:33,917] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 19:07:34,077] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:07:34,078] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 19:07:34,813] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 19:07:35,312] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 19:07:35,857] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 19:07:36,032] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 19:07:36,604] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 19:07:37,062] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 19:07:38,098] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 19:07:38,099] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 19:07:38,099] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 19:07:38,100] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 19:07:38,103] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 19:07:38,103] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 19:07:38,104] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 19:07:38,104] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 19:07:38,107] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 19:07:38,107] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 19:07:38,108] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 19:07:38,108] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 19:07:38,109] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 19:37:01,430] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 19:37:01,833] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 19:37:01,835] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 19:37:01,839] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 19:37:01,840] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 19:37:02,092] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 19:37:02,093] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 19:37:02,250] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 19:37:02,251] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 19:37:02,388] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 19:37:02,389] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 19:37:02,521] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 19:37:02,522] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 19:37:02,651] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 19:37:02,652] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 19:37:02,681] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 19:37:02,809] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 19:37:02,810] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 19:37:03,004] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 19:37:03,007] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 19:37:03,143] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 19:37:03,270] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 19:37:03,271] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 19:37:03,639] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 19:37:03,889] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 19:37:03,890] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 19:37:03,900] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 19:37:03,903] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 19:37:04,172] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 19:37:04,541] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 19:37:04,775] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 19:37:04,776] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 19:37:04,778] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 19:37:04,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:05,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:06,165] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:06,706] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:07,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:07,722] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:08,218] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:08,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:09,121] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:09,589] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:09,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:10,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:10,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:11,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:11,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:12,232] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:12,679] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:13,116] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:13,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:13,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:14,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:14,738] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:15,082] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:15,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:15,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:16,371] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:16,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:17,154] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:17,544] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:17,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:18,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:18,704] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:19,187] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:19,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:20,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:20,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 19:37:20,712] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 19:37:21,020] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 19:37:21,423] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 19:37:21,425] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:37:21,592] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:37:21,756] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:37:21,919] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 19:37:22,520] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 19:37:22,525] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 19:37:22,549] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 19:37:22,574] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:37:22,732] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:37:22,895] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 19:37:23,055] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 19:37:23,366] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T19:35:30.8850538+02:00' [2023-09-02 19:37:23,368] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 19:37:23,523] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:23,525] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 19:37:23,682] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:23,684] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 19:37:23,840] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:23,841] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 19:37:23,996] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:23,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 19:37:24,154] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:24,156] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 19:37:24,317] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:24,318] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 19:37:24,475] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:24,476] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 19:37:24,631] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:24,632] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 19:37:24,791] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:24,793] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 19:37:24,949] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:24,950] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 19:37:25,107] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:25,109] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 19:37:25,266] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:25,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 19:37:25,423] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:25,424] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 19:37:25,579] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:25,580] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 19:37:25,737] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:25,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 19:37:25,896] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:25,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 19:37:26,055] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:26,056] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 19:37:26,211] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:26,212] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 19:37:26,370] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:26,371] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 19:37:26,526] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:26,527] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 19:37:26,683] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:26,684] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 19:37:26,839] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:26,840] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 19:37:26,995] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:26,996] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 19:37:27,151] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 19:37:27,153] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 19:37:27,881] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 19:37:28,610] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 19:37:29,390] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 19:37:29,584] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 19:37:30,210] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 19:37:30,670] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 19:37:31,819] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 19:37:31,820] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 19:37:31,821] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 19:37:31,821] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 19:37:31,824] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 19:37:31,824] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 19:37:31,825] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 19:37:31,825] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 19:37:31,827] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 19:37:31,827] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 19:37:31,828] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 19:37:31,828] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 19:37:31,829] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 20:07:01,726] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 20:07:02,115] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 20:07:02,116] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 20:07:02,120] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 20:07:02,121] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 20:07:02,420] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 20:07:02,421] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 20:07:02,560] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 20:07:02,561] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 20:07:02,689] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 20:07:02,690] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 20:07:02,814] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 20:07:02,815] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 20:07:02,946] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 20:07:02,946] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 20:07:02,976] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 20:07:03,106] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 20:07:03,107] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 20:07:03,269] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 20:07:03,272] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 20:07:03,413] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 20:07:03,590] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 20:07:03,591] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 20:07:03,938] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 20:07:04,208] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 20:07:04,211] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 20:07:04,221] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 20:07:04,225] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 20:07:04,489] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 20:07:04,878] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 20:07:05,111] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 20:07:05,112] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 20:07:05,114] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 20:07:05,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:05,875] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:06,390] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:06,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:07,319] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:07,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:08,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:09,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:09,450] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:09,836] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:10,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:10,743] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:11,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:11,623] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:12,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:12,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:12,902] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:13,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:13,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:14,173] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:14,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:15,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:15,584] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:16,024] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:16,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:16,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:17,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:17,707] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:18,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:18,704] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:19,157] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:19,569] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:20,053] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:20,718] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:21,226] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:21,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 20:07:22,024] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 20:07:22,376] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 20:07:22,776] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 20:07:22,779] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:07:23,028] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:07:23,188] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:07:23,353] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 20:07:24,054] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 20:07:24,059] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 20:07:24,084] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 20:07:24,107] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:07:24,279] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:07:24,437] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:07:24,599] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 20:07:24,887] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T20:07:24.5998052+02:00' [2023-09-02 20:07:24,889] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 20:07:25,103] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:25,105] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 20:07:25,262] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:25,263] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 20:07:25,419] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:25,420] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 20:07:25,578] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:25,579] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 20:07:25,739] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:25,740] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 20:07:25,895] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:25,896] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 20:07:26,053] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:26,054] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 20:07:26,213] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:26,215] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 20:07:26,374] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:26,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 20:07:26,535] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:26,535] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 20:07:26,691] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:26,692] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 20:07:26,847] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:26,848] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 20:07:27,004] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:27,005] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 20:07:27,164] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:27,165] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 20:07:27,321] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:27,322] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 20:07:27,481] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:27,482] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 20:07:27,639] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:27,640] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 20:07:27,796] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:27,797] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 20:07:27,954] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:27,955] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 20:07:28,115] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:28,116] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 20:07:28,273] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:28,274] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 20:07:28,430] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:28,431] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 20:07:28,587] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:28,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 20:07:28,744] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:07:28,745] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 20:07:30,290] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 20:07:32,046] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 20:07:32,818] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 20:07:32,989] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 20:07:33,484] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 20:07:33,941] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 20:07:35,053] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 20:07:35,054] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 20:07:35,055] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 20:07:35,055] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 20:07:35,057] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 20:07:35,057] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 20:07:35,059] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 20:07:35,060] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 20:07:35,061] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 20:07:35,062] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 20:07:35,063] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 20:07:35,063] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 20:07:35,064] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 20:37:02,146] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 20:37:02,520] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 20:37:02,521] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 20:37:02,526] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 20:37:02,527] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 20:37:02,782] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 20:37:02,783] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 20:37:02,928] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 20:37:02,929] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 20:37:03,057] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 20:37:03,057] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 20:37:03,192] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 20:37:03,193] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 20:37:03,329] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 20:37:03,330] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 20:37:03,360] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 20:37:03,483] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 20:37:03,484] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 20:37:03,727] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 20:37:03,730] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 20:37:03,844] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 20:37:03,975] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 20:37:03,976] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 20:37:04,359] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 20:37:04,622] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 20:37:04,622] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 20:37:04,631] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 20:37:04,635] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 20:37:04,954] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 20:37:05,346] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 20:37:05,580] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 20:37:05,580] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 20:37:05,583] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 20:37:05,872] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:06,341] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:06,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:07,467] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:07,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:09,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:10,319] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:10,725] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:11,163] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:11,559] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:12,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:12,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:13,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:13,489] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:13,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:14,327] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:14,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:15,267] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:15,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:16,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:16,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:16,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:17,226] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:17,678] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:18,171] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:18,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:19,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:19,669] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:20,118] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:20,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:20,909] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:21,323] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:21,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:22,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:22,633] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:22,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 20:37:23,321] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 20:37:23,628] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 20:37:24,190] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 20:37:24,193] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:37:24,449] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:37:24,611] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:37:24,769] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 20:37:25,505] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 20:37:25,510] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 20:37:25,536] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 20:37:25,559] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:37:25,716] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:37:25,875] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 20:37:26,040] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 20:37:26,355] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T20:37:04.3780382+02:00' [2023-09-02 20:37:26,356] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 20:37:26,573] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:26,576] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 20:37:26,733] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:26,734] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 20:37:26,891] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:26,892] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 20:37:27,048] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:27,049] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 20:37:27,215] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:27,216] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 20:37:27,389] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:27,390] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 20:37:27,545] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:27,546] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 20:37:27,700] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:27,701] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 20:37:27,858] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:27,859] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 20:37:28,016] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:28,017] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 20:37:28,175] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:28,176] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 20:37:28,335] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:28,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 20:37:28,493] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:28,494] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 20:37:28,650] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:28,651] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 20:37:28,807] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:28,808] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 20:37:28,965] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:28,966] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 20:37:29,122] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:29,123] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 20:37:29,280] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:29,281] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 20:37:29,438] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:29,439] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 20:37:29,596] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:29,597] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 20:37:29,755] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:29,756] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 20:37:29,916] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:29,917] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 20:37:30,073] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:30,074] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 20:37:30,233] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 20:37:30,235] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 20:37:31,462] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 20:37:32,878] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 20:37:34,384] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 20:37:34,555] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 20:37:35,150] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 20:37:35,646] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 20:37:36,819] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 20:37:36,819] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 20:37:36,820] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 20:37:36,821] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 20:37:36,822] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 20:37:36,822] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 20:37:36,823] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 20:37:36,823] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 20:37:36,824] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 20:37:36,824] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 20:37:36,825] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 20:37:36,825] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 20:37:36,826] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 21:07:01,520] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 21:07:01,772] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 21:07:01,774] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 21:07:01,778] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 21:07:01,779] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 21:07:02,059] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 21:07:02,060] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 21:07:02,193] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 21:07:02,194] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 21:07:02,338] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 21:07:02,339] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 21:07:02,482] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 21:07:02,483] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 21:07:02,624] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 21:07:02,625] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 21:07:02,657] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 21:07:02,796] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 21:07:02,797] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 21:07:02,913] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 21:07:02,916] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 21:07:03,059] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 21:07:03,182] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 21:07:03,183] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 21:07:03,567] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 21:07:03,817] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 21:07:03,818] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 21:07:03,828] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 21:07:03,832] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 21:07:04,179] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 21:07:04,548] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 21:07:04,781] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 21:07:04,781] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 21:07:04,784] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 21:07:04,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:05,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:06,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:06,634] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:07,098] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:07,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:08,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:08,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:08,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:09,338] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:09,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:10,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:10,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:10,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:11,443] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:11,818] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:12,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:12,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:13,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:13,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:14,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:14,444] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:14,854] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:15,310] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:15,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:16,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:16,608] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:16,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:17,461] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:17,963] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:18,433] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:18,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:19,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:19,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:20,029] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:20,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 21:07:20,865] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 21:07:21,208] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 21:07:21,609] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 21:07:21,611] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:07:21,777] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:07:21,942] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:07:22,102] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 21:07:22,942] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 21:07:22,948] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 21:07:22,977] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 21:07:23,001] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:07:23,160] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:07:23,318] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:07:23,483] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 21:07:23,786] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T21:07:23.2743677+02:00' [2023-09-02 21:07:23,787] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 21:07:28,996] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:28,999] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 21:07:29,156] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:29,157] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 21:07:29,333] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:29,334] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 21:07:29,492] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:29,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 21:07:29,651] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:29,652] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 21:07:29,810] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:29,811] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 21:07:29,969] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:29,970] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 21:07:30,127] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:30,128] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 21:07:30,289] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:30,290] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 21:07:30,452] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:30,453] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 21:07:30,613] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:30,614] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 21:07:30,773] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:30,774] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 21:07:30,933] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:30,934] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 21:07:31,095] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:31,096] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 21:07:31,258] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:31,259] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 21:07:31,416] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:31,417] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 21:07:31,576] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:31,577] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 21:07:31,736] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:31,737] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 21:07:31,894] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:31,895] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 21:07:32,054] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:32,055] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 21:07:32,215] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:32,216] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 21:07:32,425] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:32,426] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 21:07:32,585] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:32,586] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 21:07:32,744] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:07:32,746] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 21:07:34,091] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 21:07:35,470] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 21:07:36,163] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 21:07:36,338] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 21:07:37,647] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 21:07:38,113] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 21:07:39,308] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 21:07:39,309] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 21:07:39,310] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 21:07:39,310] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 21:07:39,313] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 21:07:39,314] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 21:07:39,314] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 21:07:39,315] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 21:07:39,317] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 21:07:39,317] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 21:07:39,318] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 21:07:39,319] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 21:07:39,321] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 21:37:01,571] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 21:37:01,982] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 21:37:01,984] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 21:37:01,988] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 21:37:01,989] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 21:37:02,250] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 21:37:02,251] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 21:37:02,386] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 21:37:02,387] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 21:37:02,523] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 21:37:02,524] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 21:37:02,649] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 21:37:02,650] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 21:37:02,789] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 21:37:02,790] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 21:37:02,821] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 21:37:02,951] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 21:37:02,952] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 21:37:03,118] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 21:37:03,121] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 21:37:03,261] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 21:37:03,405] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 21:37:03,406] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 21:37:03,759] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 21:37:04,121] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 21:37:04,122] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 21:37:04,132] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 21:37:04,136] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 21:37:04,509] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 21:37:04,922] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 21:37:05,157] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 21:37:05,158] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 21:37:05,161] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 21:37:05,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:06,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:06,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:07,762] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:08,290] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:08,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:09,541] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:09,963] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:10,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:10,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:11,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:11,923] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:12,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:12,769] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:13,270] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:13,642] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:14,012] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:14,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:14,834] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:15,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:15,595] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:16,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:16,535] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:16,956] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:17,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:17,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:18,312] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:18,997] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:19,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:19,833] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:20,199] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:20,660] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:21,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:21,420] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:21,844] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:22,314] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 21:37:22,652] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 21:37:22,978] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 21:37:23,406] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 21:37:23,408] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:37:23,655] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:37:23,823] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:37:23,987] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 21:37:25,724] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 21:37:25,729] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 21:37:25,753] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 21:37:25,777] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:37:25,939] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:37:26,100] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 21:37:26,267] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 21:37:26,589] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T21:36:50.2781408+02:00' [2023-09-02 21:37:26,591] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 21:37:26,805] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:26,807] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 21:37:26,963] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:26,963] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 21:37:27,120] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:27,121] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 21:37:27,277] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:27,278] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 21:37:27,436] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:27,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 21:37:27,593] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:27,594] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 21:37:27,749] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:27,750] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 21:37:27,906] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:27,907] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 21:37:28,064] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:28,065] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 21:37:28,279] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:28,280] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 21:37:28,442] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:28,443] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 21:37:28,601] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:28,602] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 21:37:28,758] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:28,760] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 21:37:28,916] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:28,919] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 21:37:29,077] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:29,079] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 21:37:29,238] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:29,239] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 21:37:29,397] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:29,398] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 21:37:29,561] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:29,562] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 21:37:29,719] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:29,719] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 21:37:29,876] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:29,877] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 21:37:30,035] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:30,036] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 21:37:30,217] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:30,218] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 21:37:30,374] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:30,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 21:37:30,532] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 21:37:30,533] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 21:37:32,051] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 21:37:32,943] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 21:37:33,776] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 21:37:33,904] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 21:37:34,412] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 21:37:34,904] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 21:37:36,045] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 21:37:36,046] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 21:37:36,047] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 21:37:36,047] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 21:37:36,050] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 21:37:36,050] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 21:37:36,051] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 21:37:36,051] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 21:37:36,053] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 21:37:36,054] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 21:37:36,054] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 21:37:36,055] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 21:37:36,057] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 22:07:02,087] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 22:07:02,472] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 22:07:02,474] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 22:07:02,478] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 22:07:02,480] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 22:07:02,741] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 22:07:02,742] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 22:07:02,879] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 22:07:02,880] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 22:07:03,011] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 22:07:03,012] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 22:07:03,147] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 22:07:03,148] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 22:07:03,291] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 22:07:03,292] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 22:07:03,329] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 22:07:03,471] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 22:07:03,472] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 22:07:03,665] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 22:07:03,670] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 22:07:03,813] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 22:07:03,947] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 22:07:03,948] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 22:07:04,340] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 22:07:04,616] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 22:07:04,619] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 22:07:04,628] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 22:07:04,633] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 22:07:04,898] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 22:07:05,261] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 22:07:05,511] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 22:07:05,513] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 22:07:05,516] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 22:07:05,769] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:06,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:06,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:07,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:07,968] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:08,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:08,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:09,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:10,305] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:10,815] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:11,286] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:11,741] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:12,140] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:12,533] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:12,911] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:13,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:13,743] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:14,189] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:14,683] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:15,114] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:15,611] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:16,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:16,529] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:16,973] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:17,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:17,801] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:18,223] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:18,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:19,091] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:19,994] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:20,365] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:20,861] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:21,287] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:21,709] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:22,137] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:22,628] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 22:07:22,955] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 22:07:23,314] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 22:07:23,714] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 22:07:23,717] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:07:23,930] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:07:24,100] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:07:24,259] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 22:07:25,298] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 22:07:25,302] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 22:07:25,327] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 22:07:25,351] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:07:25,514] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:07:25,674] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:07:25,839] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 22:07:26,140] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T22:07:11.7506825+02:00' [2023-09-02 22:07:26,141] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 22:07:26,299] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:26,301] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 22:07:27,731] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:27,732] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 22:07:28,400] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:28,401] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 22:07:28,974] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:28,975] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 22:07:29,505] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:29,506] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 22:07:30,570] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:30,571] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 22:07:32,629] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:32,631] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 22:07:33,055] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:33,056] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 22:07:33,709] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:33,710] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 22:07:33,897] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:33,898] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 22:07:34,059] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:34,060] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 22:07:34,218] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:34,219] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 22:07:34,387] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:34,388] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 22:07:34,546] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:34,547] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 22:07:34,705] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:34,706] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 22:07:34,865] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:34,866] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 22:07:35,023] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:35,024] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 22:07:35,182] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:35,183] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 22:07:35,339] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:35,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 22:07:35,496] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:35,497] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 22:07:35,655] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:35,656] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 22:07:35,813] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:35,814] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 22:07:35,973] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:35,974] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 22:07:36,134] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:07:36,137] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 22:07:37,477] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 22:07:38,244] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 22:07:39,073] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 22:07:39,240] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 22:07:39,850] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 22:07:40,290] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 22:07:41,402] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 22:07:41,403] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 22:07:41,404] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 22:07:41,404] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 22:07:41,407] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 22:07:41,407] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 22:07:41,408] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 22:07:41,408] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 22:07:41,410] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 22:07:41,410] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 22:07:41,411] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 22:07:41,411] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 22:07:41,412] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 22:37:01,949] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 22:37:02,196] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 22:37:02,197] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 22:37:02,202] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 22:37:02,203] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 22:37:02,472] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 22:37:02,473] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 22:37:02,605] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 22:37:02,605] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 22:37:02,732] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 22:37:02,733] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 22:37:02,871] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 22:37:02,872] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 22:37:03,025] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 22:37:03,026] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 22:37:03,057] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 22:37:03,197] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 22:37:03,198] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 22:37:03,439] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 22:37:03,442] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 22:37:03,585] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 22:37:03,715] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 22:37:03,716] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 22:37:04,070] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 22:37:04,353] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 22:37:04,355] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 22:37:04,365] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 22:37:04,368] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 22:37:04,685] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 22:37:05,083] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 22:37:05,294] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 22:37:05,295] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 22:37:05,298] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 22:37:05,541] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:05,962] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:06,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:07,042] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:07,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:07,896] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:08,338] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:08,838] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:09,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:09,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:10,161] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:10,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:10,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:11,383] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:11,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:12,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:12,874] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:13,312] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:13,790] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:14,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:14,595] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:15,075] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:15,497] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:15,863] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:16,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:16,607] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:17,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:17,486] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:17,884] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:18,225] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:18,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:19,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:19,412] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:19,887] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:20,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:20,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 22:37:21,086] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 22:37:21,518] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 22:37:21,917] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 22:37:21,921] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:37:22,090] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:37:22,250] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:37:22,409] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 22:37:23,209] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 22:37:23,215] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 22:37:23,244] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 22:37:23,267] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:37:23,483] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:37:23,652] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 22:37:23,816] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 22:37:24,178] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T22:36:22.9439231+02:00' [2023-09-02 22:37:24,180] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 22:37:24,339] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:24,341] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 22:37:24,496] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:24,497] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 22:37:24,655] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:24,656] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 22:37:24,814] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:24,815] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 22:37:24,971] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:24,972] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 22:37:25,130] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:25,131] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 22:37:25,287] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:25,288] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 22:37:25,444] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:25,445] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 22:37:25,601] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:25,602] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 22:37:25,760] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:25,761] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 22:37:25,920] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:25,921] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 22:37:26,084] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:26,086] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 22:37:26,246] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:26,247] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 22:37:26,408] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:26,409] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 22:37:26,569] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:26,570] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 22:37:26,729] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:26,730] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 22:37:26,887] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:26,888] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 22:37:27,045] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:27,046] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 22:37:27,202] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:27,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 22:37:27,362] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:27,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 22:37:27,522] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:27,523] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 22:37:27,679] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:27,680] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 22:37:27,838] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:27,839] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 22:37:27,997] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 22:37:27,998] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 22:37:29,021] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 22:37:29,560] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 22:37:30,235] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 22:37:30,364] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 22:37:31,046] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 22:37:31,488] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 22:37:32,749] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 22:37:32,750] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 22:37:32,751] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 22:37:32,751] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 22:37:32,753] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 22:37:32,754] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 22:37:32,755] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 22:37:32,755] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 22:37:32,757] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 22:37:32,758] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 22:37:32,759] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 22:37:32,759] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 22:37:32,760] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 23:07:01,429] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 23:07:01,834] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 23:07:01,836] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 23:07:01,840] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 23:07:01,841] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 23:07:02,078] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 23:07:02,079] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 23:07:02,223] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 23:07:02,224] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 23:07:02,399] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 23:07:02,400] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 23:07:02,536] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 23:07:02,537] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 23:07:02,674] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 23:07:02,675] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 23:07:02,705] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 23:07:02,852] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 23:07:02,853] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 23:07:02,968] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 23:07:02,971] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 23:07:03,087] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 23:07:03,228] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 23:07:03,229] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 23:07:03,579] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 23:07:03,827] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 23:07:03,828] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 23:07:03,838] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 23:07:03,841] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 23:07:04,086] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 23:07:04,445] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 23:07:04,679] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 23:07:04,680] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 23:07:04,682] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 23:07:04,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:05,511] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:06,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:06,575] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:07,159] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:07,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:08,384] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:08,838] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:09,335] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:09,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:10,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:10,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:11,175] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:11,616] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:12,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:12,541] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:13,014] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:13,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:13,903] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:14,391] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:14,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:15,222] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:15,631] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:16,073] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:16,468] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:16,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:17,386] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:17,824] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:18,249] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:18,752] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:19,193] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:19,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:19,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:20,428] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:20,897] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:21,308] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 23:07:21,635] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 23:07:21,940] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 23:07:22,339] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 23:07:22,341] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:07:22,510] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:07:22,670] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:07:22,834] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 23:07:23,527] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 23:07:23,537] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 23:07:23,564] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 23:07:23,589] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:07:23,803] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:07:23,961] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:07:24,128] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 23:07:24,437] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T23:07:24.3307372+02:00' [2023-09-02 23:07:24,439] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 23:07:25,575] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:25,577] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 23:07:25,881] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:25,881] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 23:07:26,114] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:26,115] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 23:07:26,279] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:26,280] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 23:07:26,436] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:26,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 23:07:26,595] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:26,596] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 23:07:26,754] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:26,755] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 23:07:26,966] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:26,967] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 23:07:27,123] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:27,124] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 23:07:27,281] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:27,282] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 23:07:27,469] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:27,470] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 23:07:27,625] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:27,626] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 23:07:27,784] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:27,785] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 23:07:27,942] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:27,943] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 23:07:28,103] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:28,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 23:07:28,261] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:28,262] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 23:07:28,418] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:28,419] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 23:07:28,574] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:28,575] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 23:07:28,731] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:28,732] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 23:07:28,889] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:28,890] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 23:07:29,050] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:29,051] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 23:07:29,210] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:29,211] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 23:07:29,369] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:29,370] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 23:07:29,527] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:07:29,530] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 23:07:30,930] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 23:07:31,724] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 23:07:32,334] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 23:07:32,504] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 23:07:33,122] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 23:07:33,589] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 23:07:34,786] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 23:07:34,787] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 23:07:34,788] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 23:07:34,788] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 23:07:34,790] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 23:07:34,791] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 23:07:34,792] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 23:07:34,792] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 23:07:34,793] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 23:07:34,794] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 23:07:34,795] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 23:07:34,795] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 23:07:34,797] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json [2023-09-02 23:37:02,256] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2023-09-02 23:37:02,624] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.raw.xml [2023-09-02 23:37:02,625] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.json [2023-09-02 23:37:02,630] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 23:37:02,631] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2023-09-02 23:37:02,878] {__main__:226} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2023-09-02 23:37:02,879] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2023-09-02 23:37:03,012] {__main__:226} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2023-09-02 23:37:03,013] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2023-09-02 23:37:03,146] {__main__:226} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2023-09-02 23:37:03,147] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2023-09-02 23:37:03,280] {__main__:226} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2023-09-02 23:37:03,280] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2023-09-02 23:37:03,415] {__main__:226} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2023-09-02 23:37:03,416] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en.xml [2023-09-02 23:37:03,446] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2023-09-02 23:37:03,588] {__main__:226} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2023-09-02 23:37:03,589] {processor:48} INFO - Fetching https://api.slf.ch/bulletin/eaws/current?geojson=true [2023-09-02 23:37:03,839] {__main__:235} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 147, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_ch.py", line 151, in parse_json data_bulletins = data_bulletin["avalanche_map_bulletin"] TypeError: 'NoneType' object is not subscriptable (key 'avalanche_map_bulletin') [2023-09-02 23:37:03,842] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2023-09-02 23:37:03,976] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2023-09-02 23:37:04,130] {__main__:226} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2023-09-02 23:37:04,131] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en.xml [2023-09-02 23:37:04,656] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2023-09-02;3 [2023-09-02 23:37:05,016] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.raw.json [2023-09-02 23:37:05,017] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.json [2023-09-02 23:37:05,027] {__main__:195} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-12-01/2023-12-01-ES-CT.ratings.json [2023-09-02 23:37:05,030] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2023-09-02 23:37:05,398] {__main__:235} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 83, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 23:37:05,806] {processor_fi:35} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2023-09-02 23:37:06,040] {__main__:173} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.raw.png [2023-09-02 23:37:06,041] {__main__:183} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.json [2023-09-02 23:37:06,044] {__main__:235} ERROR - Failed to download FI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 190, in download_region ratings = bulletins.max_danger_ratings(validity_date) File "/opt/pyAvaCore/avacore/avabulletins.py", line 239, in max_danger_ratings ] = local_ratings[f"{regionId}:high"] KeyError: 'FI-01:high' [2023-09-02 23:37:06,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:06,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:07,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:07,731] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:08,206] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:08,681] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:09,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:09,672] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:10,139] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:10,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:10,904] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:11,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:12,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:12,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:12,835] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:13,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:13,745] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:14,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:14,599] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:15,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:15,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:15,922] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:16,380] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:16,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:17,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:17,478] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:17,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:18,281] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:18,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:19,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:19,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:19,998] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:20,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:20,948] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:21,332] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:21,766] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2023-09-02 23:37:22,069] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2023-09-02 23:37:22,415] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2023-09-02 23:37:22,842] {__main__:235} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 62, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1774, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2023-09-02 23:37:22,844] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:37:23,005] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:37:23,245] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:37:23,408] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2023-09-02 23:37:24,114] {__main__:235} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 35, in process_bulletin return self.parse_html(region_id, html) File "/opt/pyAvaCore/avacore/processor_it_livigno.py", line 45, in parse_html year=int(time.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2023-09-02 23:37:24,119] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en.xml [2023-09-02 23:37:24,143] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en.xml [2023-09-02 23:37:24,165] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:37:24,332] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:37:24,499] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2023-09-02 23:37:24,659] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2023-09-02 [2023-09-02 23:37:25,014] {__main__:235} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1787, in fromisoformat time_components = _parse_isoformat_time(tstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 335, in _parse_isoformat_time time_comps = _parse_hh_mm_ss_ff(timestr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 317, in _parse_hh_mm_ss_ff raise ValueError('Invalid microsecond component') ValueError: Invalid microsecond component During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 223, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 154, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 74, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 79, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 93, in _parse_valanga time.startTime = datetime.fromisoformat(valanga["dataRif"]) + delta File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1789, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '2023-09-02T23:37:21.1090684+02:00' [2023-09-02 23:37:25,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2023-09-02 23:37:25,230] {processor_norway:60} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:25,232] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2023-09-02 23:37:25,392] {processor_norway:60} ERROR - Failed to download NO-3006 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:25,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2023-09-02 23:37:25,552] {processor_norway:60} ERROR - Failed to download NO-3007 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:25,553] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2023-09-02 23:37:25,710] {processor_norway:60} ERROR - Failed to download NO-3009 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:25,711] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2023-09-02 23:37:25,868] {processor_norway:60} ERROR - Failed to download NO-3010 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:25,869] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2023-09-02 23:37:26,027] {processor_norway:60} ERROR - Failed to download NO-3011 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:26,028] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2023-09-02 23:37:26,185] {processor_norway:60} ERROR - Failed to download NO-3012 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:26,186] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2023-09-02 23:37:26,343] {processor_norway:60} ERROR - Failed to download NO-3013 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:26,344] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2023-09-02 23:37:26,501] {processor_norway:60} ERROR - Failed to download NO-3014 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:26,502] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2023-09-02 23:37:26,659] {processor_norway:60} ERROR - Failed to download NO-3015 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:26,660] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2023-09-02 23:37:26,818] {processor_norway:60} ERROR - Failed to download NO-3016 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:26,819] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2023-09-02 23:37:26,976] {processor_norway:60} ERROR - Failed to download NO-3017 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:26,977] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2023-09-02 23:37:27,134] {processor_norway:60} ERROR - Failed to download NO-3018 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:27,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2023-09-02 23:37:27,290] {processor_norway:60} ERROR - Failed to download NO-3022 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:27,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2023-09-02 23:37:27,450] {processor_norway:60} ERROR - Failed to download NO-3023 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:27,451] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2023-09-02 23:37:27,610] {processor_norway:60} ERROR - Failed to download NO-3024 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:27,611] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2023-09-02 23:37:27,768] {processor_norway:60} ERROR - Failed to download NO-3027 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:27,769] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2023-09-02 23:37:27,927] {processor_norway:60} ERROR - Failed to download NO-3028 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:27,928] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2023-09-02 23:37:28,085] {processor_norway:60} ERROR - Failed to download NO-3029 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:28,086] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2023-09-02 23:37:28,244] {processor_norway:60} ERROR - Failed to download NO-3031 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:28,246] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2023-09-02 23:37:28,404] {processor_norway:60} ERROR - Failed to download NO-3032 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:28,405] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2023-09-02 23:37:28,562] {processor_norway:60} ERROR - Failed to download NO-3034 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:28,563] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2023-09-02 23:37:28,720] {processor_norway:60} ERROR - Failed to download NO-3035 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:28,721] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2023-09-02 23:37:28,878] {processor_norway:60} ERROR - Failed to download NO-3037 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 53, in process_all_reports_no m_reports = self.process_bulletin(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 42, in process_bulletin varsom_report = self._fetch_json(url, headers=headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2023-09-02 23:37:28,880] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2023-09-02 23:37:29,685] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2023-09-02 23:37:30,501] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2023-09-02 23:37:31,053] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2023-09-02 23:37:31,176] {processor:48} INFO - Fetching https://nvgis.naturvardsverket.se/geoserver/lavinprognoser/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=lavinprognoser:published_forecasts&outputformat=application/json&viewparams=lang:sv; [2023-09-02 23:37:31,672] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2023-09-02 23:37:32,118] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2023-09-02 23:37:33,233] {__main__:237} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-08 CH DE-BY ES FI IS IT-25-SO-LI IT-MeteoMont [2023-09-02 23:37:33,234] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-AD.ratings.json [2023-09-02 23:37:33,235] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json [2023-09-02 23:37:33,235] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 23:37:33,237] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-01/2023-09-01.ratings.json [2023-09-02 23:37:33,238] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-AD.ratings.json [2023-09-02 23:37:33,239] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json [2023-09-02 23:37:33,239] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 23:37:33,241] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-02/2023-09-02.ratings.json [2023-09-02 23:37:33,241] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-AD.ratings.json [2023-09-02 23:37:33,242] {__main__:253} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json [2023-09-02 23:37:33,242] {__main__:258} ERROR - Failed to load FI from /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03-FI.ratings.json Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 254, in merge_regions ratings = json.load(fp=f) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 299, in load return loads(fp.read(), File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/json/__init__.py", line 352, in loads return (_pypyjson.loads(s, JSONDecodeError) json.decoder.JSONDecodeError: Unexpected '': line 1 column 1 (char 0) [2023-09-02 23:37:33,244] {__main__:263} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2023-09-03/2023-09-03.ratings.json