[2024-06-10 09:08:14,909] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 09:08:15,306] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 09:08:15,309] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 09:08:15,314] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 09:08:15,317] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 09:08:15,318] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 09:08:15,634] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 09:08:15,635] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 09:08:16,005] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 09:08:16,006] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 09:08:16,150] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 09:08:16,151] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 09:08:16,300] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 09:08:16,301] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 09:08:16,456] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 09:08:16,457] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 09:08:16,471] {__main__:243} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 976, in send self.connect() File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1455, in connect self.sock = self._context.wrap_socket(self.sock, File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/ssl.py", line 1104, in _create self.do_handshake() File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/ssl.py", line 1397, in do_handshake self._sslobj.do_handshake() File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/_cffi_ssl/_stdssl/__init__.py", line 535, in do_handshake raise pyssl_error(self, ret) _cffi_ssl._stdssl.error.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 56, in process_bulletin root = self._fetch_json(self.url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 73, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: [2024-06-10 09:08:16,479] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 09:08:16,619] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 09:08:16,620] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 09:08:16,935] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 09:08:17,210] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 09:08:17,362] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 09:08:17,362] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 09:08:17,720] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 09:08:18,092] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 09:08:18,093] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 09:08:18,108] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 09:08:18,112] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 09:08:18,114] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 09:08:18,519] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 09:08:18,909] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 09:08:19,170] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 09:08:19,171] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 09:08:19,175] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 09:08:19,180] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 09:08:22,746] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:23,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:23,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:24,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:24,524] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:24,910] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:25,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:25,635] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:25,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:26,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:26,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:26,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:27,363] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:27,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:28,113] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:28,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:28,848] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:29,227] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:29,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:29,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:30,247] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:30,571] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:30,875] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:31,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:31,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:31,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:32,276] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:32,602] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:33,002] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:33,295] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:33,615] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:33,915] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:34,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:34,602] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:34,953] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:35,276] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 09:08:35,476] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 09:08:35,714] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 09:08:36,286] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 09:08:36,289] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:08:36,495] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:08:36,595] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:08:36,691] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 09:08:37,083] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 09:08:37,085] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 09:08:37,109] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 09:08:37,130] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:08:37,224] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:08:37,321] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:08:37,416] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 09:08:37,703] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 09:08:37,706] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 09:08:39,029] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 09:08:40,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 09:08:41,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 09:08:42,768] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 09:08:44,031] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 09:08:45,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 09:08:46,537] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 09:08:47,801] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 09:08:49,035] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 09:08:49,504] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 09:08:49,682] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 09:08:49,851] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 09:08:50,020] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 09:08:50,189] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 09:08:51,429] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 09:08:52,661] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 09:08:53,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 09:08:54,427] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 09:08:54,599] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 09:08:54,797] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 09:08:56,049] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 09:08:57,300] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 09:08:58,544] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 09:08:58,715] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 09:08:58,716] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 09:08:58,757] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 09:08:58,764] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 09:08:58,768] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 09:09:00,751] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 09:09:01,403] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 09:09:02,279] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 09:09:04,001] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 09:09:04,499] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 09:09:04,535] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 09:09:04,537] {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; [2024-06-10 09:09:05,329] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:09:05,330] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:09:05,330] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:09:05,330] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 09:09:05,330] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:09:05,331] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:09:05,331] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 09:09:05,629] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 09:09:10,812] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 09:09:11,050] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 09:09:11,052] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 09:09:11,054] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 09:09:11,055] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 09:09:11,056] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 09:09:11,057] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 09:09:11,059] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 09:09:11,059] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 09:09:11,061] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 09:09:11,062] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 09:09:11,064] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 09:09:11,067] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 09:09:11,068] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 09:09:11,068] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 09:09:11,070] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 09:09:11,071] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 09:09:11,071] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 09:09:11,072] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 09:09:11,073] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 09:37:09,931] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 09:37:10,189] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 09:37:10,191] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 09:37:10,195] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 09:37:10,196] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 09:37:10,197] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 09:37:10,557] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 09:37:10,558] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 09:37:10,700] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 09:37:10,701] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 09:37:10,834] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 09:37:10,834] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 09:37:10,970] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 09:37:10,971] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 09:37:11,101] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 09:37:11,102] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 09:37:11,120] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 09:37:11,121] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 09:37:11,251] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 09:37:11,251] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 09:37:11,373] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 09:37:11,490] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 09:37:11,638] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 09:37:11,639] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 09:37:11,955] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 09:37:12,189] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 09:37:12,192] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 09:37:12,204] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 09:37:12,208] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 09:37:12,210] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 09:37:12,535] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 09:37:12,955] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 09:37:13,183] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 09:37:13,184] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 09:37:13,188] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 09:37:13,190] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 09:37:13,453] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:13,901] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:14,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:14,712] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:15,075] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:15,468] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:15,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:16,231] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:16,577] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:16,940] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:17,300] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:17,634] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:18,042] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:18,329] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:18,701] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:19,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:19,329] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:19,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:19,997] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:20,302] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:20,627] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:21,037] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:21,398] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:21,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:22,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:22,388] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:22,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:23,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:23,447] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:23,760] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:24,101] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:24,364] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:24,678] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:24,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:25,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:25,618] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 09:37:25,770] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 09:37:25,995] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 09:37:26,560] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 09:37:26,563] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:37:26,656] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:37:26,756] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:37:26,845] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 09:37:27,126] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 09:37:27,127] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 09:37:27,140] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 09:37:27,154] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:37:27,252] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:37:27,342] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 09:37:27,433] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 09:37:27,732] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 09:37:27,733] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 09:37:27,904] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 09:37:28,773] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 09:37:28,947] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 09:37:29,119] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 09:37:29,298] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 09:37:29,478] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 09:37:29,664] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 09:37:29,845] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 09:37:30,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 09:37:30,187] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 09:37:30,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 09:37:30,533] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 09:37:30,710] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 09:37:30,888] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 09:37:31,061] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 09:37:31,227] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 09:37:31,397] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 09:37:31,568] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 09:37:31,737] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 09:37:31,911] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 09:37:32,082] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 09:37:32,257] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 09:37:32,430] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 09:37:32,609] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 09:37:32,611] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 09:37:32,650] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 09:37:32,657] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 09:37:32,660] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 09:37:33,453] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 09:37:34,583] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 09:37:35,268] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 09:37:35,668] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 09:37:36,218] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 09:37:36,236] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 09:37:36,238] {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; [2024-06-10 09:37:37,207] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:37:37,207] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:37:37,208] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:37:37,208] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 09:37:37,208] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:37:37,208] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 09:37:37,209] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 09:37:37,521] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 09:37:37,718] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 09:37:37,925] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 09:37:37,927] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 09:37:37,932] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 09:37:37,933] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 09:37:37,934] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 09:37:37,935] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 09:37:37,935] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 09:37:37,936] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 09:37:37,939] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 09:37:37,939] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 09:37:37,940] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 09:37:37,941] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 09:37:37,942] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 09:37:37,942] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 09:37:37,943] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 09:37:37,944] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 09:37:37,945] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 09:37:37,945] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 09:37:37,946] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 10:07:21,842] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 10:07:22,223] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 10:07:22,224] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 10:07:22,228] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 10:07:22,229] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 10:07:22,230] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 10:07:22,539] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 10:07:22,540] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 10:07:22,684] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 10:07:22,685] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 10:07:22,817] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 10:07:22,818] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 10:07:22,947] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 10:07:22,948] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 10:07:23,086] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 10:07:23,087] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 10:07:23,103] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 10:07:23,104] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 10:07:23,236] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 10:07:23,236] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 10:07:23,392] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 10:07:23,526] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 10:07:23,674] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 10:07:23,675] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 10:07:24,235] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 10:07:24,783] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 10:07:24,785] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 10:07:24,797] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 10:07:24,800] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 10:07:24,802] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 10:07:25,156] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 10:07:25,648] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 10:07:25,877] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 10:07:25,878] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 10:07:25,882] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 10:07:25,885] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 10:07:26,089] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:26,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:26,969] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:27,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:27,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:28,192] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:28,622] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:28,943] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:29,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:29,618] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:29,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:30,258] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:30,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:30,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:31,277] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:31,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:31,917] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:32,270] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:32,626] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:33,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:33,331] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:33,678] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:34,068] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:34,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:34,736] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:35,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:35,401] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:35,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:36,078] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:36,403] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:36,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:37,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:37,410] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:37,707] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:38,257] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:38,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 10:07:38,759] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 10:07:39,052] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 10:07:39,758] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 10:07:39,761] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:07:39,940] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:07:40,041] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:07:40,133] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 10:07:40,440] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 10:07:40,442] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 10:07:40,455] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 10:07:40,467] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:07:40,555] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:07:40,644] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:07:40,737] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 10:07:41,537] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 10:07:41,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 10:07:42,440] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 10:07:42,613] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 10:07:43,490] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 10:07:43,657] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 10:07:43,825] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 10:07:43,993] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 10:07:44,872] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 10:07:45,052] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 10:07:45,229] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 10:07:45,397] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 10:07:46,283] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 10:07:47,171] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 10:07:47,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 10:07:47,517] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 10:07:47,701] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 10:07:47,875] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 10:07:48,373] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 10:07:48,555] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 10:07:49,042] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 10:07:49,216] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 10:07:49,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 10:07:49,573] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 10:07:50,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 10:07:50,543] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 10:07:50,545] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 10:07:50,581] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 10:07:50,589] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 10:07:50,592] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 10:07:51,496] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 10:07:52,428] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 10:07:53,217] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 10:07:54,864] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 10:07:55,217] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 10:07:55,270] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 10:07:55,272] {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; [2024-06-10 10:07:56,361] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:07:56,361] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:07:56,362] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:07:56,363] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 10:07:56,363] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:07:56,364] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:07:56,366] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 10:07:56,674] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 10:07:56,879] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 10:07:57,090] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 10:07:57,092] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 10:07:57,097] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 10:07:57,097] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 10:07:57,098] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 10:07:57,099] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 10:07:57,100] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 10:07:57,100] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 10:07:57,103] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 10:07:57,104] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 10:07:57,104] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 10:07:57,106] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 10:07:57,106] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 10:07:57,106] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 10:07:57,108] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 10:07:57,108] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 10:07:57,109] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 10:07:57,109] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 10:07:57,110] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 10:37:10,308] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 10:37:10,841] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 10:37:10,842] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 10:37:10,846] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 10:37:10,848] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 10:37:10,849] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 10:37:11,097] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 10:37:11,097] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 10:37:11,236] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 10:37:11,236] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 10:37:11,362] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 10:37:11,363] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 10:37:11,501] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 10:37:11,503] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 10:37:11,650] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 10:37:11,650] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 10:37:11,662] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 10:37:11,662] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 10:37:11,796] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 10:37:11,797] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 10:37:12,038] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 10:37:12,176] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 10:37:12,304] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 10:37:12,305] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 10:37:12,698] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 10:37:12,928] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 10:37:12,929] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 10:37:12,941] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 10:37:12,944] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 10:37:12,946] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 10:37:13,324] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 10:37:13,681] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 10:37:13,871] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 10:37:13,873] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 10:37:13,885] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 10:37:13,887] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 10:37:14,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:14,559] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:14,995] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:15,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:15,740] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:16,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:16,347] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:16,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:17,008] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:17,393] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:17,734] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:18,116] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:18,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:18,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:19,114] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:19,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:19,783] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:20,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:20,403] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:20,686] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:21,011] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:21,348] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:21,701] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:22,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:22,377] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:22,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:22,997] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:23,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:23,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:24,033] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:24,363] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:24,638] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:24,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:25,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:25,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:25,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 10:37:26,100] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 10:37:26,326] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 10:37:26,849] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 10:37:26,852] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:37:26,948] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:37:27,054] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:37:27,150] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 10:37:27,446] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 10:37:27,448] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 10:37:27,463] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 10:37:27,478] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:37:27,566] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:37:27,665] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 10:37:27,757] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 10:37:28,135] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 10:37:28,139] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 10:37:29,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 10:37:30,622] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 10:37:30,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 10:37:30,972] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 10:37:31,140] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 10:37:31,307] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 10:37:32,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 10:37:33,109] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 10:37:34,189] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 10:37:35,389] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 10:37:36,416] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 10:37:36,643] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 10:37:37,114] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 10:37:37,289] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 10:37:38,156] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 10:37:39,289] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 10:37:40,172] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 10:37:40,672] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 10:37:41,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 10:37:42,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 10:37:42,563] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 10:37:42,751] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 10:37:43,321] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 10:37:43,715] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 10:37:43,716] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 10:37:43,755] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 10:37:43,762] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 10:37:43,766] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 10:37:44,721] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 10:37:45,673] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 10:37:46,246] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 10:37:46,674] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 10:37:47,028] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 10:37:47,089] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 10:37:47,091] {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; [2024-06-10 10:37:47,778] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:37:47,779] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:37:47,780] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:37:47,780] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 10:37:47,781] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:37:47,782] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 10:37:47,783] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 10:37:48,108] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 10:37:48,266] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 10:37:48,506] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 10:37:48,508] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 10:37:48,510] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 10:37:48,512] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 10:37:48,513] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 10:37:48,514] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 10:37:48,515] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 10:37:48,515] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 10:37:48,519] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 10:37:48,520] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 10:37:48,520] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 10:37:48,521] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 10:37:48,522] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 10:37:48,522] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 10:37:48,524] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 10:37:48,525] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 10:37:48,525] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 10:37:48,526] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 10:37:48,526] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 11:07:10,241] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 11:07:10,622] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 11:07:10,625] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 11:07:10,629] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 11:07:10,630] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 11:07:10,631] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 11:07:10,877] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 11:07:10,878] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 11:07:11,017] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 11:07:11,018] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 11:07:11,159] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 11:07:11,159] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 11:07:11,297] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 11:07:11,298] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 11:07:11,433] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 11:07:11,433] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 11:07:11,445] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 11:07:11,445] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 11:07:11,585] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 11:07:11,586] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 11:07:11,713] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 11:07:11,867] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 11:07:11,996] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 11:07:11,996] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 11:07:12,294] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 11:07:12,519] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 11:07:12,520] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 11:07:12,532] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 11:07:12,535] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 11:07:12,537] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 11:07:12,868] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 11:07:13,228] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 11:07:13,452] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 11:07:13,453] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 11:07:13,458] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 11:07:13,460] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 11:07:13,647] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:14,059] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:14,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:14,858] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:15,211] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:15,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:15,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:16,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:16,570] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:16,946] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:17,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:17,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:17,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:18,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:18,728] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:19,008] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:19,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:19,973] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:20,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:20,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:20,976] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:21,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:21,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:22,141] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:22,476] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:22,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:23,169] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:23,526] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:23,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:24,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:24,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:24,907] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:25,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:25,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:25,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:26,219] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 11:07:26,472] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 11:07:26,736] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 11:07:27,147] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 11:07:27,149] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:07:27,243] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:07:27,344] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:07:27,436] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 11:07:27,735] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 11:07:27,737] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 11:07:27,750] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 11:07:27,763] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:07:27,853] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:07:27,950] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:07:28,051] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 11:07:28,557] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 11:07:28,558] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 11:07:29,428] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 11:07:30,310] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 11:07:31,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 11:07:32,091] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 11:07:32,261] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 11:07:33,133] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 11:07:33,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 11:07:34,905] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 11:07:35,780] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 11:07:36,652] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 11:07:37,532] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 11:07:38,457] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 11:07:39,333] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 11:07:39,898] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 11:07:40,764] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 11:07:41,684] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 11:07:41,899] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 11:07:42,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 11:07:42,937] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 11:07:43,820] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 11:07:44,694] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 11:07:45,169] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 11:07:46,036] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 11:07:46,917] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 11:07:46,919] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 11:07:46,955] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 11:07:46,963] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 11:07:46,966] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 11:07:48,110] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 11:07:48,925] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 11:07:49,958] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 11:07:50,407] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 11:07:51,004] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 11:07:51,020] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 11:07:51,022] {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; [2024-06-10 11:07:51,686] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:07:51,687] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:07:51,687] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:07:51,687] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 11:07:51,688] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:07:51,688] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:07:51,688] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 11:07:51,995] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 11:07:52,152] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 11:07:52,382] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 11:07:52,383] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 11:07:52,384] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 11:07:52,385] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 11:07:52,386] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 11:07:52,387] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 11:07:52,388] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 11:07:52,389] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 11:07:52,391] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 11:07:52,392] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 11:07:52,392] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 11:07:52,394] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 11:07:52,394] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 11:07:52,395] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 11:07:52,396] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 11:07:52,397] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 11:07:52,397] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 11:07:52,397] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 11:07:52,398] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 11:37:05,023] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 11:37:05,364] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 11:37:05,366] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 11:37:05,370] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 11:37:05,372] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 11:37:05,372] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 11:37:05,698] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 11:37:05,699] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 11:37:05,827] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 11:37:05,827] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 11:37:05,966] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 11:37:05,967] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 11:37:06,100] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 11:37:06,100] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 11:37:11,378] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 11:37:11,380] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 11:37:11,399] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 11:37:11,399] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 11:37:11,527] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 11:37:11,527] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 11:37:11,775] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 11:37:11,936] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 11:37:12,084] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 11:37:12,085] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 11:37:12,435] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 11:37:13,083] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 11:37:13,084] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 11:37:13,098] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 11:37:13,102] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 11:37:13,104] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 11:37:13,550] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 11:37:14,041] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 11:37:14,267] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 11:37:14,268] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 11:37:14,273] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 11:37:14,275] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 11:37:14,545] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:14,998] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:15,398] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:15,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:16,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:16,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:16,903] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:17,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:17,575] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:17,942] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:18,246] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:18,551] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:18,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:19,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:19,759] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:20,075] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:20,455] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:20,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:21,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:21,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:21,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:22,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:22,534] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:22,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:23,205] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:23,511] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:23,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:24,233] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:24,585] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:24,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:25,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:25,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:25,804] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:26,124] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:26,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:26,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 11:37:26,933] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 11:37:27,278] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 11:37:28,116] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 11:37:28,118] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:37:28,216] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:37:28,311] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:37:28,410] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 11:37:28,697] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 11:37:28,698] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 11:37:28,710] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 11:37:28,722] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:37:28,820] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:37:28,917] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 11:37:29,019] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 11:37:29,351] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 11:37:29,353] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 11:37:30,287] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 11:37:31,161] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 11:37:32,027] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 11:37:32,884] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 11:37:33,355] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 11:37:33,828] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 11:37:33,998] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 11:37:34,182] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 11:37:34,358] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 11:37:34,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 11:37:35,404] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 11:37:35,571] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 11:37:35,746] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 11:37:36,630] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 11:37:37,526] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 11:37:37,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 11:37:37,878] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 11:37:38,056] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 11:37:38,230] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 11:37:38,405] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 11:37:38,572] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 11:37:38,748] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 11:37:38,921] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 11:37:39,093] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 11:37:39,094] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 11:37:39,134] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 11:37:39,141] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 11:37:39,145] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 11:37:40,204] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 11:37:40,985] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 11:37:42,150] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 11:37:42,624] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 11:37:43,174] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 11:37:43,194] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 11:37:43,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; [2024-06-10 11:37:43,890] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:37:43,891] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:37:43,892] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:37:43,893] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 11:37:43,893] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:37:43,894] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 11:37:43,896] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 11:37:44,271] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 11:37:44,449] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 11:37:44,735] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 11:37:44,737] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 11:37:44,740] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 11:37:44,742] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 11:37:44,743] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 11:37:44,744] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 11:37:44,745] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 11:37:44,745] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 11:37:44,747] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 11:37:44,748] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 11:37:44,748] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 11:37:44,750] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 11:37:44,751] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 11:37:44,751] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 11:37:44,752] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 11:37:44,753] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 11:37:44,753] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 11:37:44,754] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 11:37:44,755] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 12:07:10,595] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 12:07:10,847] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 12:07:10,848] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 12:07:10,853] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 12:07:10,854] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 12:07:10,855] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 12:07:11,124] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 12:07:11,125] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 12:07:11,269] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 12:07:11,270] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 12:07:11,419] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 12:07:11,419] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 12:07:11,567] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 12:07:11,567] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 12:07:11,701] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 12:07:11,702] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 12:07:11,715] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 12:07:11,715] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 12:07:11,848] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 12:07:11,849] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 12:07:11,983] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 12:07:12,142] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 12:07:12,291] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 12:07:12,292] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 12:07:12,738] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 12:07:12,964] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 12:07:12,964] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 12:07:12,976] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 12:07:12,979] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 12:07:12,981] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 12:07:18,179] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 12:07:18,575] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 12:07:18,798] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 12:07:18,799] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 12:07:18,803] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 12:07:18,806] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 12:07:19,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:19,518] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:19,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:20,264] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:20,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:20,939] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:21,267] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:21,633] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:21,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:22,341] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:22,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:22,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:23,322] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:23,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:23,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:24,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:24,645] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:25,037] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:25,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:25,770] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:26,078] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:26,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:26,755] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:27,073] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:27,384] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:27,731] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:28,102] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:28,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:28,803] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:29,131] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:29,461] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:29,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:30,123] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:30,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:30,771] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:31,113] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 12:07:31,306] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 12:07:31,641] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 12:07:32,194] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 12:07:32,197] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:07:32,298] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:07:32,397] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:07:32,505] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 12:07:32,806] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 12:07:32,809] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 12:07:32,824] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 12:07:32,837] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:07:32,928] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:07:33,019] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:07:33,119] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 12:07:33,458] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 12:07:33,461] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 12:07:34,402] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 12:07:34,574] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 12:07:34,761] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 12:07:35,627] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 12:07:36,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 12:07:37,018] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 12:07:37,899] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 12:07:38,069] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 12:07:38,242] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 12:07:39,117] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 12:07:39,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 12:07:40,172] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 12:07:40,347] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 12:07:40,518] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 12:07:40,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 12:07:40,864] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 12:07:41,042] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 12:07:41,931] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 12:07:42,101] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 12:07:42,280] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 12:07:42,453] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 12:07:43,364] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 12:07:43,841] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 12:07:44,732] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 12:07:44,734] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 12:07:44,784] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 12:07:44,792] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 12:07:44,795] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 12:07:45,816] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 12:07:46,662] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 12:07:47,332] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 12:07:47,828] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 12:07:48,379] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 12:07:48,394] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 12:07:48,395] {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; [2024-06-10 12:07:49,201] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:07:49,202] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:07:49,202] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:07:49,203] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 12:07:49,204] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:07:49,204] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:07:49,205] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 12:07:49,617] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 12:07:49,828] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 12:07:50,084] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 12:07:50,086] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 12:07:50,089] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 12:07:50,092] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 12:07:50,094] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 12:07:50,096] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 12:07:50,096] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 12:07:50,097] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 12:07:50,099] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 12:07:50,100] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 12:07:50,100] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 12:07:50,101] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 12:07:50,102] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 12:07:50,102] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 12:07:50,103] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 12:07:50,104] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 12:07:50,104] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 12:07:50,105] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 12:07:50,105] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 12:37:10,799] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 12:37:11,280] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 12:37:11,281] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 12:37:11,286] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 12:37:11,287] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 12:37:11,288] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 12:37:11,644] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 12:37:11,645] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 12:37:11,788] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 12:37:11,789] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 12:37:11,923] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 12:37:11,924] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 12:37:12,069] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 12:37:12,070] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 12:37:12,220] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 12:37:12,221] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 12:37:12,233] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 12:37:12,234] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 12:37:12,364] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 12:37:12,365] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 12:37:12,664] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 12:37:12,844] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 12:37:12,970] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 12:37:12,970] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 12:37:13,376] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 12:37:13,710] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 12:37:13,711] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 12:37:13,722] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 12:37:13,726] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 12:37:13,727] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 12:37:14,134] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 12:37:14,492] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 12:37:14,714] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 12:37:14,715] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 12:37:14,719] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 12:37:14,721] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 12:37:15,014] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:15,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:15,808] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:16,163] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:16,595] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:16,976] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:17,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:17,685] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:18,065] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:18,426] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:18,709] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:19,045] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:19,343] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:19,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:20,059] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:20,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:20,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:21,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:21,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:21,740] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:22,059] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:22,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:22,709] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:23,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:23,422] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:23,758] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:24,106] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:24,485] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:24,828] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:25,150] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:25,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:25,736] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:26,074] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:26,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:26,711] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:27,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 12:37:27,199] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 12:37:27,437] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 12:37:27,877] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 12:37:27,882] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:37:27,974] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:37:28,074] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:37:28,165] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 12:37:28,549] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 12:37:28,550] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 12:37:28,563] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 12:37:28,575] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:37:28,667] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:37:28,755] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 12:37:28,848] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 12:37:29,229] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 12:37:29,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 12:37:30,190] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 12:37:31,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 12:37:31,962] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 12:37:32,851] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 12:37:33,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 12:37:33,190] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 12:37:34,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 12:37:34,932] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 12:37:35,803] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 12:37:35,970] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 12:37:36,143] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 12:37:36,317] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 12:37:36,492] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 12:37:37,372] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 12:37:38,243] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 12:37:39,147] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 12:37:40,029] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 12:37:40,204] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 12:37:40,372] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 12:37:40,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 12:37:40,902] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 12:37:41,067] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 12:37:41,235] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 12:37:41,403] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 12:37:41,404] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 12:37:41,441] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 12:37:41,449] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 12:37:41,452] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 12:37:42,638] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 12:37:44,120] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 12:37:44,831] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 12:37:45,286] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 12:37:45,887] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 12:37:45,905] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 12:37:45,908] {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; [2024-06-10 12:37:46,602] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:37:46,603] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:37:46,603] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:37:46,603] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 12:37:46,603] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:37:46,604] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 12:37:46,604] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 12:37:46,959] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 12:37:47,127] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 12:37:47,362] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 12:37:47,363] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 12:37:47,364] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 12:37:47,366] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 12:37:47,367] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 12:37:47,368] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 12:37:47,368] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 12:37:47,369] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 12:37:47,372] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 12:37:47,373] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 12:37:47,373] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 12:37:47,375] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 12:37:47,375] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 12:37:47,376] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 12:37:47,377] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 12:37:47,378] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 12:37:47,379] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 12:37:47,379] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 12:37:47,380] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 13:07:11,060] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 13:07:11,325] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 13:07:11,327] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 13:07:11,331] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 13:07:11,332] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 13:07:11,333] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 13:07:11,596] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 13:07:11,597] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 13:07:11,734] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 13:07:11,735] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 13:07:11,910] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 13:07:11,912] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 13:07:12,049] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 13:07:12,050] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 13:07:12,183] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 13:07:12,184] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 13:07:12,204] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 13:07:12,205] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 13:07:12,340] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 13:07:12,341] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 13:07:12,528] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 13:07:12,709] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 13:07:12,853] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 13:07:12,855] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 13:07:13,157] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 13:07:13,430] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 13:07:13,431] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 13:07:13,446] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 13:07:13,449] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 13:07:13,451] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 13:07:13,775] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 13:07:14,070] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 13:07:14,300] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 13:07:14,301] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 13:07:14,305] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 13:07:14,307] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 13:07:14,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:14,965] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:15,426] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:15,801] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:16,126] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:16,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:16,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:17,275] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:17,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:17,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:18,327] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:18,628] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:18,985] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:19,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:19,626] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:19,897] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:20,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:20,571] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:20,911] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:21,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:21,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:21,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:22,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:22,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:22,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:23,296] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:23,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:23,964] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:24,264] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:24,593] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:24,900] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:25,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:25,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:25,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:26,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:26,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 13:07:26,803] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 13:07:27,090] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 13:07:27,516] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 13:07:27,520] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:07:27,622] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:07:27,727] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:07:27,830] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 13:07:28,517] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 13:07:28,521] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 13:07:28,538] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 13:07:28,551] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:07:28,640] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:07:28,731] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:07:28,830] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 13:07:29,153] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 13:07:29,155] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 13:07:29,342] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 13:07:30,219] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 13:07:31,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 13:07:31,954] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 13:07:32,119] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 13:07:32,285] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 13:07:32,451] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 13:07:32,618] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 13:07:32,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 13:07:33,667] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 13:07:33,909] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 13:07:34,076] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 13:07:34,955] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 13:07:35,121] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 13:07:35,322] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 13:07:35,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 13:07:35,665] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 13:07:35,843] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 13:07:36,018] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 13:07:36,191] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 13:07:36,366] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 13:07:36,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 13:07:36,716] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 13:07:36,901] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 13:07:36,904] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 13:07:36,951] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 13:07:36,959] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 13:07:36,962] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 13:07:37,856] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 13:07:38,781] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 13:07:39,472] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 13:07:39,917] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 13:07:40,377] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 13:07:40,396] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 13:07:40,398] {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; [2024-06-10 13:07:41,010] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:07:41,010] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:07:41,010] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:07:41,011] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 13:07:41,011] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:07:41,011] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:07:41,012] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 13:07:41,339] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 13:07:41,514] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 13:07:41,750] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 13:07:41,752] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 13:07:41,755] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 13:07:41,757] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 13:07:41,759] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 13:07:41,762] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 13:07:41,763] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 13:07:41,765] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 13:07:41,770] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 13:07:41,770] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 13:07:41,771] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 13:07:41,772] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 13:07:41,772] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 13:07:41,773] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 13:07:41,774] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 13:07:41,775] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 13:07:41,776] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 13:07:41,776] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 13:07:41,777] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 13:37:01,242] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 13:37:01,588] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 13:37:01,589] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 13:37:01,594] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 13:37:01,595] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 13:37:01,596] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 13:37:02,033] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 13:37:02,033] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 13:37:02,180] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 13:37:02,182] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 13:37:02,329] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 13:37:02,330] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 13:37:02,460] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 13:37:02,461] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 13:37:02,597] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 13:37:02,598] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 13:37:02,616] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 13:37:02,616] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 13:37:02,766] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 13:37:02,768] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 13:37:02,893] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 13:37:03,051] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 13:37:03,181] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 13:37:03,182] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 13:37:03,783] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 13:37:04,011] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 13:37:04,012] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 13:37:04,028] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 13:37:04,031] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 13:37:04,033] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 13:37:04,386] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 13:37:04,835] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 13:37:05,061] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 13:37:05,062] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 13:37:05,066] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 13:37:05,068] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 13:37:05,290] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:05,747] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:06,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:06,525] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:06,889] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:08,226] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:08,561] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:08,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:09,217] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:09,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:09,874] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:10,194] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:10,620] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:10,968] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:11,276] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:11,557] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:11,873] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:12,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:12,582] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:12,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:13,219] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:13,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:13,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:14,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:14,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:14,882] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:15,190] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:15,566] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:15,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:16,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:16,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:16,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:17,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:17,557] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:17,861] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:18,217] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 13:37:19,481] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 13:37:19,719] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 13:37:20,220] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 13:37:20,223] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:37:20,410] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:37:20,507] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:37:20,597] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 13:37:20,970] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 13:37:20,972] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 13:37:20,984] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 13:37:20,997] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:37:21,091] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:37:21,190] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 13:37:21,282] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 13:37:21,618] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 13:37:21,620] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 13:37:21,793] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 13:37:22,669] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 13:37:22,840] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 13:37:23,026] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 13:37:23,201] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 13:37:23,376] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 13:37:23,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 13:37:23,725] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 13:37:24,209] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 13:37:25,092] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 13:37:26,290] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 13:37:27,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 13:37:27,605] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 13:37:27,770] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 13:37:28,242] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 13:37:29,123] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 13:37:29,594] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 13:37:30,468] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 13:37:31,364] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 13:37:31,842] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 13:37:32,723] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 13:37:32,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 13:37:33,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 13:37:33,993] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 13:37:33,995] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 13:37:34,031] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 13:37:34,038] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 13:37:34,042] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 13:37:35,191] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 13:37:36,428] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 13:37:37,244] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 13:37:37,756] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 13:37:38,307] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 13:37:38,324] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 13:37:38,328] {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; [2024-06-10 13:37:39,100] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:37:39,101] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:37:39,102] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:37:39,102] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 13:37:39,103] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:37:39,104] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 13:37:39,105] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 13:37:39,489] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 13:37:39,649] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 13:37:39,885] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 13:37:39,886] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 13:37:39,888] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 13:37:39,890] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 13:37:39,891] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 13:37:39,892] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 13:37:39,892] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 13:37:39,893] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 13:37:39,896] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 13:37:39,896] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 13:37:39,897] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 13:37:39,898] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 13:37:39,899] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 13:37:39,900] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 13:37:39,901] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 13:37:39,902] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 13:37:39,903] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 13:37:39,903] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 13:37:39,904] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 14:07:11,453] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 14:07:11,703] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 14:07:11,704] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 14:07:11,709] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 14:07:11,710] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 14:07:11,711] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 14:07:12,032] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 14:07:12,032] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 14:07:12,158] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 14:07:12,159] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 14:07:12,286] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 14:07:12,288] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 14:07:12,453] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 14:07:12,453] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 14:07:12,605] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 14:07:12,606] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 14:07:12,618] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 14:07:12,618] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 14:07:12,754] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 14:07:12,756] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 14:07:13,037] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 14:07:13,186] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 14:07:13,317] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 14:07:13,318] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 14:07:13,919] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 14:07:14,524] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 14:07:14,526] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 14:07:14,541] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 14:07:14,545] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 14:07:14,547] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 14:07:16,088] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 14:07:16,451] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 14:07:16,639] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 14:07:16,640] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 14:07:16,644] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 14:07:16,647] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 14:07:16,855] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:17,296] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:17,660] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:17,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:18,400] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:18,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:19,129] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:19,471] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:19,867] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:20,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:20,619] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:21,227] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:21,576] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:21,916] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:22,267] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:22,563] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:22,970] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:23,245] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:23,596] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:23,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:24,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:24,609] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:24,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:25,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:30,700] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:31,027] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:31,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:31,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:32,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:32,400] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:32,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:33,095] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:33,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:33,743] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:34,076] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:34,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 14:07:34,574] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 14:07:34,818] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 14:07:35,316] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 14:07:35,321] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:07:35,498] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:07:35,600] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:07:35,697] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 14:07:36,039] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 14:07:36,041] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 14:07:36,055] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 14:07:36,068] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:07:36,164] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:07:36,257] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:07:36,366] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 14:07:36,717] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 14:07:36,718] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 14:07:37,813] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 14:07:37,981] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 14:07:38,145] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 14:07:38,311] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 14:07:38,487] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 14:07:38,657] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 14:07:39,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 14:07:40,009] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 14:07:40,185] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 14:07:40,351] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 14:07:40,523] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 14:07:40,694] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 14:07:40,862] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 14:07:41,736] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 14:07:41,909] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 14:07:42,385] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 14:07:42,552] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 14:07:42,728] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 14:07:43,612] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 14:07:44,089] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 14:07:44,560] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 14:07:44,728] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 14:07:44,895] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 14:07:45,063] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 14:07:45,064] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 14:07:45,100] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 14:07:45,107] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 14:07:45,111] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 14:07:45,984] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 14:07:47,682] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 14:07:48,487] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 14:07:48,990] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 14:07:49,493] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 14:07:49,508] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 14:07:49,510] {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; [2024-06-10 14:07:50,427] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:07:50,427] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:07:50,428] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:07:50,429] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 14:07:50,429] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:07:50,430] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:07:50,432] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 14:07:50,814] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 14:07:50,987] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 14:07:51,249] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 14:07:51,251] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 14:07:51,254] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 14:07:51,256] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 14:07:51,257] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 14:07:51,258] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 14:07:51,258] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 14:07:51,259] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 14:07:51,261] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 14:07:51,262] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 14:07:51,262] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 14:07:51,263] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 14:07:51,264] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 14:07:51,264] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 14:07:51,266] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 14:07:51,267] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 14:07:51,267] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 14:07:51,268] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 14:07:51,268] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 14:37:06,380] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 14:37:06,640] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 14:37:06,641] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 14:37:06,645] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 14:37:06,647] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 14:37:06,648] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 14:37:06,942] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 14:37:06,943] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 14:37:07,099] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 14:37:07,099] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 14:37:07,245] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 14:37:07,246] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 14:37:07,377] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 14:37:07,378] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 14:37:07,515] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 14:37:07,516] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 14:37:07,528] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 14:37:07,529] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 14:37:07,660] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 14:37:07,661] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 14:37:07,783] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 14:37:07,949] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 14:37:08,084] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 14:37:08,085] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 14:37:08,609] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 14:37:08,827] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 14:37:08,829] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 14:37:08,842] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 14:37:08,846] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 14:37:08,848] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 14:37:10,208] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 14:37:10,567] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 14:37:10,788] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 14:37:10,790] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 14:37:10,794] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 14:37:10,797] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 14:37:11,021] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:11,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:11,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:12,214] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:12,558] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:12,920] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:13,343] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:13,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:13,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:14,357] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:14,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:14,962] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:15,286] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:15,626] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:15,971] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:16,317] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:16,634] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:16,948] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:17,308] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:17,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:17,914] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:18,246] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:18,527] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:18,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:19,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:19,545] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:19,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:20,122] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:20,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:20,769] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:21,094] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:21,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:21,719] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:22,060] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:22,407] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:22,750] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 14:37:22,905] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 14:37:23,149] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 14:37:23,655] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 14:37:23,658] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:37:23,751] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:37:23,853] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:37:23,949] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 14:37:24,366] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 14:37:24,369] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 14:37:24,385] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 14:37:24,397] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:37:24,485] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:37:24,575] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 14:37:24,676] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 14:37:25,111] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 14:37:25,113] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 14:37:26,006] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 14:37:26,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 14:37:27,755] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 14:37:29,478] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 14:37:30,116] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 14:37:30,988] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 14:37:31,842] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 14:37:32,707] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 14:37:33,589] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 14:37:34,462] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 14:37:35,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 14:37:36,230] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 14:37:36,706] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 14:37:36,881] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 14:37:37,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 14:37:38,227] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 14:37:38,697] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 14:37:38,865] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 14:37:39,033] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 14:37:39,909] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 14:37:40,779] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 14:37:41,635] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 14:37:41,800] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 14:37:41,974] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 14:37:41,975] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 14:37:42,016] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 14:37:42,025] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 14:37:42,029] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 14:37:42,987] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 14:37:44,073] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 14:37:44,957] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 14:37:45,365] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 14:37:45,864] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 14:37:45,880] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 14:37:45,882] {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; [2024-06-10 14:37:46,658] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:37:46,659] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:37:46,660] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:37:46,661] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 14:37:46,661] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:37:46,662] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 14:37:46,663] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 14:37:47,027] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 14:37:47,197] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 14:37:47,414] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 14:37:47,415] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 14:37:47,416] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 14:37:47,418] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 14:37:47,419] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 14:37:47,420] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 14:37:47,420] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 14:37:47,421] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 14:37:47,423] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 14:37:47,424] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 14:37:47,424] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 14:37:47,426] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 14:37:47,426] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 14:37:47,426] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 14:37:47,428] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 14:37:47,428] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 14:37:47,429] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 14:37:47,429] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 14:37:47,430] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 15:07:01,771] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 15:07:02,014] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 15:07:02,015] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 15:07:02,019] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 15:07:02,021] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 15:07:02,021] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 15:07:02,380] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 15:07:02,380] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 15:07:02,512] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 15:07:02,513] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 15:07:02,645] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 15:07:02,647] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 15:07:02,779] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 15:07:02,780] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 15:07:02,928] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 15:07:02,928] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 15:07:02,942] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 15:07:02,942] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 15:07:03,079] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 15:07:03,079] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 15:07:03,197] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 15:07:03,382] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 15:07:03,526] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 15:07:03,527] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 15:07:03,948] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 15:07:04,174] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 15:07:04,175] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 15:07:04,186] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 15:07:04,190] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 15:07:04,192] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 15:07:05,398] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 15:07:05,811] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 15:07:06,037] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 15:07:06,038] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 15:07:06,046] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 15:07:06,048] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 15:07:06,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:06,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:06,984] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:07,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:07,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:08,219] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:08,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:08,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:09,400] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:09,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:10,079] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:10,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:10,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:11,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:11,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:11,784] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:12,177] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:12,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:12,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:13,244] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:13,585] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:13,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:14,221] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:14,536] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:14,861] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:15,402] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:15,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:16,130] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:16,577] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:16,948] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:17,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:17,554] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:17,917] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:18,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:18,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:18,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 15:07:19,126] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 15:07:19,558] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 15:07:19,954] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 15:07:19,957] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:07:20,060] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:07:20,160] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:07:20,253] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 15:07:20,517] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 15:07:20,519] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 15:07:20,534] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 15:07:20,548] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:07:20,645] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:07:20,735] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:07:20,831] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 15:07:21,234] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 15:07:21,235] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 15:07:21,406] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 15:07:21,581] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 15:07:21,752] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 15:07:21,920] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 15:07:22,085] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 15:07:22,249] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 15:07:22,415] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 15:07:22,581] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 15:07:22,751] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 15:07:22,916] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 15:07:23,811] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 15:07:24,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 15:07:24,872] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 15:07:25,040] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 15:07:25,207] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 15:07:25,373] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 15:07:25,844] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 15:07:26,731] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 15:07:26,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 15:07:27,070] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 15:07:27,931] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 15:07:28,810] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 15:07:29,707] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 15:07:29,882] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 15:07:29,884] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 15:07:29,921] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 15:07:29,929] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 15:07:29,932] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 15:07:31,023] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 15:07:32,138] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 15:07:33,026] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 15:07:33,493] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 15:07:33,940] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 15:07:33,956] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 15:07:33,958] {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; [2024-06-10 15:07:34,590] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:07:34,591] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:07:34,591] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:07:34,591] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 15:07:34,592] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:07:34,592] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:07:34,593] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 15:07:34,941] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 15:07:35,111] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 15:07:35,319] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 15:07:35,319] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 15:07:35,321] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 15:07:35,323] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 15:07:35,324] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 15:07:35,325] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 15:07:35,325] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 15:07:35,326] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 15:07:35,329] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 15:07:35,329] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 15:07:35,330] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 15:07:35,331] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 15:07:35,332] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 15:07:35,332] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 15:07:35,333] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 15:07:35,334] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 15:07:35,335] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 15:07:35,335] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 15:07:35,336] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 15:37:06,381] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 15:37:06,763] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 15:37:06,764] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 15:37:06,769] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 15:37:06,770] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 15:37:06,771] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 15:37:07,051] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 15:37:07,051] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 15:37:07,213] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 15:37:07,214] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 15:37:07,356] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 15:37:07,356] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 15:37:07,499] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 15:37:07,500] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 15:37:07,638] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 15:37:07,638] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 15:37:07,651] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 15:37:07,652] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 15:37:07,790] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 15:37:07,791] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 15:37:08,080] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 15:37:08,221] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 15:37:08,362] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 15:37:08,363] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 15:37:08,962] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 15:37:09,187] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 15:37:09,188] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 15:37:09,200] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 15:37:09,203] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 15:37:09,205] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 15:37:09,604] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 15:37:09,973] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 15:37:10,202] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 15:37:10,203] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 15:37:10,207] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 15:37:10,210] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 15:37:10,398] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:10,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:11,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:11,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:12,036] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:12,372] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:12,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:13,088] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:13,392] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:13,757] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:14,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:14,490] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:14,821] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:15,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:15,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:15,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:16,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:16,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:16,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:17,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:17,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:17,899] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:18,227] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:18,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:18,830] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:19,163] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:19,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:19,867] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:20,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:20,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:20,964] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:21,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:21,841] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:22,119] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:22,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:22,798] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 15:37:22,961] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 15:37:23,152] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 15:37:23,722] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 15:37:23,725] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:37:23,918] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:37:24,015] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:37:24,109] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 15:37:24,436] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 15:37:24,439] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 15:37:24,452] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 15:37:24,464] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:37:24,555] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:37:24,647] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 15:37:24,751] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 15:37:25,124] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 15:37:25,127] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 15:37:26,071] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 15:37:26,939] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 15:37:27,417] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 15:37:28,299] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 15:37:29,170] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 15:37:30,029] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 15:37:30,195] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 15:37:30,364] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 15:37:30,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 15:37:30,698] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 15:37:30,871] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 15:37:31,039] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 15:37:31,217] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 15:37:31,394] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 15:37:31,560] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 15:37:31,732] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 15:37:31,901] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 15:37:32,763] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 15:37:33,234] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 15:37:34,101] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 15:37:34,578] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 15:37:35,459] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 15:37:36,460] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 15:37:37,339] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 15:37:37,340] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 15:37:37,377] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 15:37:37,385] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 15:37:37,389] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 15:37:38,479] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 15:37:39,965] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 15:37:40,824] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 15:37:41,324] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 15:37:41,872] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 15:37:41,886] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 15:37:41,888] {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; [2024-06-10 15:37:42,580] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:37:42,581] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:37:42,582] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:37:42,583] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 15:37:42,584] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:37:42,585] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 15:37:42,587] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 15:37:42,898] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 15:37:43,063] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 15:39:52,607] {__main__:243} ERROR - Failed to download UA Traceback (most recent call last): File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 976, in send self.connect() File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 1448, in connect super().connect() File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/http/client.py", line 942, in connect self.sock = self._create_connection( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/socket.py", line 845, in create_connection raise err File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/socket.py", line 833, 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 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 56, in process_bulletin root = self._fetch_json(self.url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 73, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url with urllib.request.urlopen(req) as response: File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: [2024-06-10 15:39:52,611] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO UA [2024-06-10 15:39:52,612] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 15:39:52,612] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 15:39:52,613] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 15:39:52,617] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 15:39:52,618] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 15:39:52,618] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 15:39:52,619] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 15:39:52,621] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 15:39:52,622] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 15:39:52,622] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 15:39:52,624] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 15:39:52,624] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 15:39:52,625] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 15:39:52,626] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 15:39:52,627] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 15:39:52,628] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 15:39:52,628] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 15:39:52,629] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 16:07:12,172] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 16:07:12,415] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 16:07:12,417] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 16:07:12,421] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 16:07:12,422] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 16:07:12,423] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 16:07:12,742] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 16:07:12,743] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 16:07:12,886] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 16:07:12,887] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 16:07:13,030] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 16:07:13,031] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 16:07:13,166] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 16:07:13,167] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 16:07:13,310] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 16:07:13,310] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 16:07:13,322] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 16:07:13,323] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 16:07:13,457] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 16:07:13,458] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 16:07:13,590] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 16:07:13,739] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 16:07:13,870] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 16:07:13,871] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 16:07:14,397] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 16:07:14,953] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 16:07:14,954] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 16:07:14,966] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 16:07:14,969] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 16:07:14,971] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 16:07:15,302] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 16:07:15,595] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 16:07:15,818] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 16:07:15,819] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 16:07:15,823] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 16:07:15,825] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 16:07:16,013] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:16,540] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:16,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:17,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:17,545] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:17,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:18,245] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:18,561] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:18,914] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:19,257] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:19,561] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:19,897] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:20,282] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:20,597] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:20,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:21,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:21,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:21,913] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:22,244] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:22,545] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:22,888] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:23,142] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:23,489] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:23,844] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:24,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:24,494] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:24,841] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:25,173] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:25,527] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:25,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:26,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:26,528] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:26,874] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:27,217] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:27,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:27,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 16:07:28,066] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 16:07:28,312] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 16:07:29,682] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 16:07:29,688] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:07:29,787] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:07:29,889] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:07:29,981] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 16:07:30,277] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 16:07:30,279] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 16:07:30,292] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 16:07:30,306] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:07:30,395] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:07:30,483] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:07:30,575] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 16:07:30,999] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 16:07:31,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 16:07:32,182] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 16:07:32,737] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 16:07:32,905] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 16:07:33,133] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 16:07:34,107] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 16:07:34,275] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 16:07:34,746] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 16:07:35,646] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 16:07:36,125] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 16:07:37,003] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 16:07:37,875] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 16:07:38,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 16:07:39,241] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 16:07:40,107] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 16:07:40,979] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 16:07:41,854] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 16:07:42,773] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 16:07:42,941] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 16:07:43,201] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 16:07:43,372] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 16:07:43,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 16:07:43,750] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 16:07:43,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 16:07:44,098] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 16:07:44,100] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 16:07:44,140] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 16:07:44,147] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 16:07:44,150] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 16:07:45,097] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 16:07:45,794] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 16:07:46,892] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 16:07:47,406] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 16:07:47,848] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 16:07:47,880] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 16:07:47,883] {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; [2024-06-10 16:07:48,528] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:07:48,529] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:07:48,529] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:07:48,529] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 16:07:48,530] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:07:48,530] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:07:48,530] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 16:07:48,851] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 16:07:49,024] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 16:07:49,269] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 16:07:49,271] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 16:07:49,273] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 16:07:49,274] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 16:07:49,276] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 16:07:49,277] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 16:07:49,278] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 16:07:49,278] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 16:07:49,281] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 16:07:49,282] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 16:07:49,282] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 16:07:49,284] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 16:07:49,284] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 16:07:49,285] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 16:07:49,286] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 16:07:49,287] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 16:07:49,288] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 16:07:49,288] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 16:07:49,289] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 16:37:11,680] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 16:37:12,011] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 16:37:12,012] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 16:37:12,022] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 16:37:12,024] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 16:37:12,025] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 16:37:12,294] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 16:37:12,297] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 16:37:12,439] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 16:37:12,440] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 16:37:12,587] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 16:37:12,588] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 16:37:12,736] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 16:37:12,737] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 16:37:12,883] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 16:37:12,883] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 16:37:12,897] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 16:37:12,897] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 16:37:13,051] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 16:37:13,052] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 16:37:13,344] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 16:37:18,478] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 16:37:18,632] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 16:37:18,633] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 16:37:19,097] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 16:37:19,317] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 16:37:19,319] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 16:37:19,331] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 16:37:19,334] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 16:37:19,336] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 16:37:19,782] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 16:37:20,195] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 16:37:20,422] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 16:37:20,423] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 16:37:20,435] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 16:37:20,437] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 16:37:20,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:21,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:21,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:21,923] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:22,275] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:22,663] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:22,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:23,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:23,659] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:24,021] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:24,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:24,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:25,088] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:25,411] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:25,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:26,197] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:26,517] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:26,872] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:27,249] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:27,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:27,946] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:28,306] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:31,659] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:31,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:32,328] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:32,684] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:32,998] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:33,347] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:33,627] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:33,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:34,303] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:34,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:34,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:35,293] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:35,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:35,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 16:37:36,102] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 16:37:36,400] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 16:37:37,105] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 16:37:37,109] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:37:37,205] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:37:37,306] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:37:37,404] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 16:37:37,758] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 16:37:37,763] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 16:37:37,778] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 16:37:37,792] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:37:37,884] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:37:37,984] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 16:37:38,087] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 16:37:38,541] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 16:37:38,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 16:37:39,479] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 16:37:40,466] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 16:37:41,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 16:37:41,810] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 16:37:42,999] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 16:37:43,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 16:37:44,362] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 16:37:44,845] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 16:37:45,014] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 16:37:45,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 16:37:46,051] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 16:37:46,265] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 16:37:46,482] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 16:37:46,651] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 16:37:51,919] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 16:37:52,090] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 16:37:52,323] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 16:37:52,499] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 16:37:52,666] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 16:37:52,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 16:37:53,031] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 16:37:53,239] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 16:37:53,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 16:37:54,191] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.raw.json [2024-06-10 16:37:54,193] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.json [2024-06-10 16:37:54,229] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 16:37:54,237] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 16:37:54,241] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 16:37:54,887] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 16:37:55,640] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 16:37:56,174] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 16:37:56,644] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 16:37:57,185] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 16:37:57,214] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 16:37:57,217] {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; [2024-06-10 16:37:57,875] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:37:57,876] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:37:57,876] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:37:57,876] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 16:37:57,877] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:37:57,877] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 16:37:57,878] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 16:37:58,215] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 16:37:58,406] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 16:37:58,662] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 16:37:58,664] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 16:37:58,666] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 16:37:58,668] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 16:37:58,669] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 16:37:58,670] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 16:37:58,671] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 16:37:58,671] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 16:37:58,675] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 16:37:58,675] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 16:37:58,676] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 16:37:58,677] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 16:37:58,677] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 16:37:58,678] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 16:37:58,679] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 16:37:58,680] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 16:37:58,681] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 16:37:58,681] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 16:37:58,682] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 17:07:12,597] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 17:07:12,944] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 17:07:12,945] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 17:07:12,950] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 17:07:12,951] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 17:07:12,952] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 17:07:13,216] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 17:07:13,217] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 17:07:13,355] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 17:07:13,357] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 17:07:13,501] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 17:07:13,502] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 17:07:13,640] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 17:07:13,640] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 17:07:13,776] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 17:07:13,778] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 17:07:13,793] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 17:07:13,794] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 17:07:13,940] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 17:07:13,941] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 17:07:14,167] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 17:07:14,312] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 17:07:14,449] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 17:07:14,451] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 17:07:14,857] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 17:07:15,085] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 17:07:15,086] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 17:07:15,097] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 17:07:15,101] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 17:07:15,103] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 17:07:15,450] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 17:07:15,850] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 17:07:16,080] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 17:07:16,081] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 17:07:16,085] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 17:07:16,088] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 17:07:16,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:16,768] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:17,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:17,526] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:17,898] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:18,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:18,645] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:19,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:19,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:19,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:19,962] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:20,282] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:20,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:21,006] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:21,348] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:21,653] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:21,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:22,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:22,559] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:22,968] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:23,294] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:23,641] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:24,006] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:24,386] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:24,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:25,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:25,418] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:25,996] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:26,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:26,642] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:27,003] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:28,500] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:28,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:29,176] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:29,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:29,875] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 17:07:30,068] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 17:07:30,325] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 17:07:30,741] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 17:07:30,744] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:07:30,844] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:07:30,943] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:07:31,041] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 17:07:31,470] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 17:07:31,472] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 17:07:31,486] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 17:07:31,498] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:07:31,588] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:07:31,682] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:07:31,780] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 17:07:32,113] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 17:07:32,116] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 17:07:32,989] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 17:07:33,159] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 17:07:33,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 17:07:33,499] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 17:07:33,676] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 17:07:33,849] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 17:07:34,039] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 17:07:34,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 17:07:34,372] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 17:07:34,545] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 17:07:35,432] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 17:07:35,598] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 17:07:36,145] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 17:07:37,023] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 17:07:37,892] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 17:07:38,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 17:07:38,968] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 17:07:39,874] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 17:07:40,756] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 17:07:41,644] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 17:07:42,523] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 17:07:42,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 17:07:42,853] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 17:07:43,725] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 17:07:43,727] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 17:07:43,766] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 17:07:43,773] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 17:07:43,777] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 17:07:44,678] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 17:07:45,386] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 17:07:46,089] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 17:07:46,605] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 17:07:47,105] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 17:07:47,128] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 17:07:47,130] {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; [2024-06-10 17:07:47,830] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:07:47,830] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:07:47,830] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:07:47,831] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 17:07:47,831] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:07:47,831] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:07:47,832] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 17:07:48,175] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 17:07:48,344] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 17:07:48,591] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 17:07:48,592] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 17:07:48,592] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 17:07:48,594] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 17:07:48,595] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 17:07:48,596] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 17:07:48,596] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 17:07:48,597] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 17:07:48,601] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 17:07:48,601] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 17:07:48,602] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 17:07:48,603] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 17:07:48,603] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 17:07:48,604] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 17:07:48,605] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 17:07:48,606] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 17:07:48,607] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 17:07:48,608] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 17:07:48,608] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 17:07:48,609] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 17:07:48,610] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 17:37:02,113] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 17:37:02,371] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 17:37:02,372] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 17:37:02,376] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 17:37:02,378] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 17:37:02,379] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 17:37:02,630] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 17:37:02,631] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 17:37:02,762] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 17:37:02,763] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 17:37:02,898] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 17:37:02,898] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 17:37:03,039] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 17:37:03,041] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 17:37:03,185] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 17:37:03,186] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 17:37:03,205] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 17:37:03,205] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 17:37:03,343] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 17:37:03,344] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 17:37:03,474] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 17:37:03,605] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 17:37:03,753] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 17:37:03,755] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 17:37:03,992] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 17:37:04,220] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 17:37:04,221] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 17:37:04,235] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 17:37:04,238] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 17:37:04,240] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 17:37:04,580] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 17:37:04,936] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 17:37:05,162] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 17:37:05,163] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 17:37:05,167] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 17:37:05,170] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 17:37:05,391] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:05,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:06,099] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:06,548] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:06,888] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:07,245] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:07,619] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:07,915] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:08,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:08,656] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:08,979] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:09,364] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:09,914] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:10,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:10,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:10,890] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:11,222] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:11,625] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:11,935] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:12,256] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:12,602] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:12,946] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:13,316] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:13,632] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:13,954] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:14,554] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:14,896] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:15,270] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:15,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:15,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:16,315] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:16,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:16,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:17,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:17,611] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:17,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 17:37:18,066] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 17:37:18,315] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 17:37:18,725] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 17:37:18,727] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:37:18,912] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:37:19,012] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:37:19,106] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 17:37:19,413] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 17:37:19,415] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 17:37:19,428] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 17:37:19,441] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:37:19,530] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:37:19,619] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 17:37:19,721] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 17:37:20,085] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 17:37:20,086] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 17:37:21,048] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 17:37:21,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 17:37:22,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 17:37:23,268] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 17:37:23,440] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 17:37:23,606] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 17:37:23,783] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 17:37:23,956] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 17:37:24,144] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 17:37:24,314] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 17:37:25,171] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 17:37:26,035] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 17:37:26,931] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 17:37:27,463] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 17:37:28,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 17:37:29,957] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 17:37:31,256] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 17:37:32,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 17:37:34,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 17:37:34,736] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 17:37:35,247] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 17:37:35,418] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 17:37:35,682] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 17:37:35,862] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 17:37:35,863] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 17:37:35,900] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 17:37:35,907] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 17:37:35,911] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 17:37:36,762] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 17:37:37,490] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 17:37:38,461] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 17:37:38,979] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 17:37:39,433] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 17:37:39,459] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 17:37:39,460] {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; [2024-06-10 17:37:40,052] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:37:40,052] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:37:40,052] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:37:40,052] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 17:37:40,053] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:37:40,053] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 17:37:40,054] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 17:37:40,466] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 17:37:40,613] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 17:37:40,852] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 17:37:40,853] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 17:37:40,854] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 17:37:40,855] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 17:37:40,856] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 17:37:40,857] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 17:37:40,858] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 17:37:40,858] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 17:37:40,862] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 17:37:40,862] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 17:37:40,863] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 17:37:40,864] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 17:37:40,864] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 17:37:40,865] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 17:37:40,865] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 17:37:40,866] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 17:37:40,867] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 17:37:40,868] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 17:37:40,868] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 17:37:40,869] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 17:37:40,869] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 18:07:06,512] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 18:07:06,819] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 18:07:06,820] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 18:07:06,824] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 18:07:06,826] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 18:07:06,826] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 18:07:07,109] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 18:07:07,111] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 18:07:07,244] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 18:07:07,245] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 18:07:07,378] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 18:07:07,380] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 18:07:07,509] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 18:07:07,510] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 18:07:07,637] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 18:07:07,638] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 18:07:07,651] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 18:07:07,652] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 18:07:07,784] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 18:07:07,786] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 18:07:08,073] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 18:07:08,208] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 18:07:08,344] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 18:07:08,345] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 18:07:08,840] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 18:07:09,056] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 18:07:09,058] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 18:07:09,069] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 18:07:09,073] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 18:07:09,075] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 18:07:09,485] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 18:07:09,835] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 18:07:10,062] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 18:07:10,063] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 18:07:10,068] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 18:07:10,071] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 18:07:10,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:15,731] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:16,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:16,715] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:17,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:17,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:17,943] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:18,237] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:18,542] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:18,838] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:19,161] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:19,497] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:19,830] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:20,165] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:20,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:20,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:21,125] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:22,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:22,897] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:23,211] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:23,533] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:23,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:24,184] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:24,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:24,903] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:26,351] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:26,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:27,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:27,422] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:27,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:28,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:28,325] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:28,619] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:28,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:29,261] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:29,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 18:07:29,745] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 18:07:29,998] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 18:07:30,574] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 18:07:30,576] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:07:30,776] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:07:30,881] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:07:30,984] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 18:07:31,298] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 18:07:31,300] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 18:07:31,314] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 18:07:31,327] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:07:31,419] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:07:31,509] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:07:31,602] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 18:07:31,934] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 18:07:31,935] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 18:07:32,151] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 18:07:32,319] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 18:07:32,489] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 18:07:32,654] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 18:07:32,824] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 18:07:33,699] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 18:07:34,571] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 18:07:34,739] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 18:07:34,919] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 18:07:35,095] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 18:07:35,302] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 18:07:35,476] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 18:07:35,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 18:07:36,555] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 18:07:37,436] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 18:07:37,635] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 18:07:37,808] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 18:07:37,977] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 18:07:38,143] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 18:07:38,309] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 18:07:38,477] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 18:07:38,645] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 18:07:38,812] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 18:07:39,709] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 18:07:39,710] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 18:07:39,747] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 18:07:39,754] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 18:07:39,757] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 18:07:41,085] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 18:07:42,259] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 18:07:43,046] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 18:07:43,547] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 18:07:43,913] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 18:07:43,927] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 18:07:43,928] {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; [2024-06-10 18:07:44,556] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:07:44,557] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:07:44,557] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:07:44,557] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 18:07:44,557] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:07:44,558] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:07:44,558] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 18:07:44,881] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 18:07:45,031] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 18:07:45,822] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 18:07:45,824] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 18:07:45,827] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 18:07:45,830] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 18:07:45,832] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 18:07:45,833] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 18:07:45,834] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 18:07:45,834] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 18:07:45,838] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 18:07:45,838] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 18:07:45,839] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 18:07:45,840] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 18:07:45,840] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 18:07:45,841] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 18:07:45,841] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 18:07:45,842] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 18:07:45,843] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 18:07:45,843] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 18:07:45,844] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 18:07:45,844] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 18:07:45,845] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 18:37:12,844] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 18:37:13,172] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 18:37:13,173] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 18:37:13,178] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 18:37:13,179] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 18:37:13,180] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 18:37:13,440] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 18:37:13,441] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 18:37:13,598] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 18:37:13,600] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 18:37:13,742] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 18:37:13,743] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 18:37:13,875] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 18:37:13,876] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 18:37:14,005] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 18:37:14,006] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 18:37:14,019] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 18:37:14,019] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 18:37:14,163] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 18:37:14,164] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 18:37:14,346] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 18:37:14,485] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 18:37:14,614] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 18:37:14,615] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 18:37:14,927] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 18:37:15,266] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 18:37:15,267] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 18:37:15,280] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 18:37:15,284] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 18:37:15,287] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 18:37:15,630] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 18:37:15,987] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 18:37:16,209] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 18:37:16,210] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 18:37:16,214] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 18:37:16,216] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 18:37:21,445] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:21,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:22,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:22,647] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:22,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:23,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:23,725] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:24,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:24,356] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:24,704] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:25,011] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:25,333] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:25,718] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:26,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:26,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:26,733] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:27,091] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:27,379] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:27,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:28,103] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:28,468] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:28,823] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:29,114] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:29,467] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:29,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:30,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:30,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:30,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:31,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:31,426] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:31,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:32,013] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:32,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:32,706] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:33,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:33,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 18:37:33,551] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 18:37:33,810] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 18:37:34,325] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 18:37:34,328] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:37:34,490] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:37:34,594] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:37:34,697] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 18:37:35,102] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 18:37:35,104] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 18:37:35,118] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 18:37:35,131] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:37:35,221] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:37:35,313] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 18:37:35,412] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 18:37:35,946] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 18:37:35,949] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 18:37:36,492] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 18:37:36,666] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 18:37:37,572] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 18:37:37,749] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 18:37:37,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 18:37:38,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 18:37:38,282] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 18:37:38,459] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 18:37:38,628] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 18:37:39,097] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 18:37:39,971] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 18:37:40,851] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 18:37:41,780] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 18:37:41,985] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 18:37:42,466] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 18:37:43,347] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 18:37:43,882] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 18:37:44,097] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 18:37:44,272] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 18:37:44,453] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 18:37:44,630] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 18:37:44,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 18:37:44,986] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 18:37:45,231] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 18:37:45,232] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 18:37:45,269] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 18:37:45,276] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 18:37:45,280] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 18:37:46,269] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 18:37:46,912] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 18:37:48,228] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 18:37:48,789] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 18:37:49,378] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 18:37:49,399] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 18:37:49,402] {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; [2024-06-10 18:37:50,094] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:37:50,094] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:37:50,094] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:37:50,095] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 18:37:50,095] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:37:50,095] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 18:37:50,096] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 18:37:50,478] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 18:37:50,676] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 18:37:50,937] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 18:37:50,938] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 18:37:50,939] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 18:37:50,940] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 18:37:50,942] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 18:37:50,943] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 18:37:50,943] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 18:37:50,944] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 18:37:50,947] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 18:37:50,948] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 18:37:50,948] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 18:37:50,949] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 18:37:50,950] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 18:37:50,950] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 18:37:50,951] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 18:37:50,952] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 18:37:50,953] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 18:37:50,953] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 18:37:50,954] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 18:37:50,955] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 18:37:50,955] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 19:07:03,350] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 19:07:03,590] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 19:07:03,591] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 19:07:03,596] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 19:07:03,597] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 19:07:03,598] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 19:07:03,863] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 19:07:03,865] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 19:07:04,010] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 19:07:04,012] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 19:07:04,161] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 19:07:04,161] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 19:07:04,309] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 19:07:04,310] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 19:07:04,450] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 19:07:04,452] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 19:07:04,471] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 19:07:04,472] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 19:07:04,611] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 19:07:04,612] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 19:07:04,741] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 19:07:04,887] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 19:07:05,027] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 19:07:05,028] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 19:07:05,268] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 19:07:05,492] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 19:07:05,493] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 19:07:05,505] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 19:07:05,508] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 19:07:05,510] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 19:07:05,845] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 19:07:06,217] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 19:07:06,448] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 19:07:06,450] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 19:07:06,453] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 19:07:06,456] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 19:07:06,721] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:07,139] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:07,492] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:07,823] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:08,176] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:08,488] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:08,779] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:09,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:09,419] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:09,760] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:10,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:10,426] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:10,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:11,011] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:11,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:11,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:12,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:12,400] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:12,753] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:13,061] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:13,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:13,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:14,118] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:14,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:14,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:15,109] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:15,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:15,725] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:16,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:16,396] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:16,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:17,044] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:17,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:17,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:18,075] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:18,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 19:07:18,631] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 19:07:18,857] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 19:07:19,270] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 19:07:19,273] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:07:19,379] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:07:19,487] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:07:19,587] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 19:07:19,943] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 19:07:19,950] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 19:07:19,967] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 19:07:19,980] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:07:20,077] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:07:20,175] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:07:20,278] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 19:07:20,607] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 19:07:20,611] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 19:07:21,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 19:07:22,371] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 19:07:23,323] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 19:07:24,212] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 19:07:24,690] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 19:07:25,564] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 19:07:26,435] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 19:07:27,316] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 19:07:28,253] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 19:07:29,131] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 19:07:30,012] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 19:07:30,884] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 19:07:32,919] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 19:07:33,810] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 19:07:34,684] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 19:07:35,634] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 19:07:36,519] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 19:07:37,468] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 19:07:38,403] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 19:07:38,919] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 19:07:39,450] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 19:07:40,040] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 19:07:40,643] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 19:07:41,659] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 19:07:41,661] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 19:07:41,698] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 19:07:41,705] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 19:07:41,709] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 19:07:42,690] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 19:07:43,413] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 19:07:44,172] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 19:07:44,639] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 19:07:44,989] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 19:07:45,018] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 19:07:45,020] {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; [2024-06-10 19:07:45,880] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:07:45,881] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:07:45,881] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:07:45,881] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 19:07:45,882] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:07:45,882] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:07:45,883] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 19:07:46,268] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 19:07:46,514] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 19:07:46,750] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 19:07:46,751] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 19:07:46,752] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 19:07:46,754] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 19:07:46,755] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 19:07:46,756] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 19:07:46,757] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 19:07:46,757] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 19:07:46,760] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 19:07:46,760] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 19:07:46,761] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 19:07:46,762] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 19:07:46,763] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 19:07:46,763] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 19:07:46,764] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 19:07:46,764] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 19:07:46,766] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 19:07:46,767] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 19:07:46,767] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 19:07:46,768] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 19:07:46,768] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 19:37:03,578] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 19:37:03,904] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 19:37:03,905] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 19:37:03,909] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 19:37:03,911] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 19:37:03,912] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 19:37:04,174] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 19:37:04,175] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 19:37:04,325] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 19:37:04,326] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 19:37:04,459] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 19:37:04,459] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 19:37:04,608] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 19:37:04,608] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 19:37:04,741] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 19:37:04,742] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 19:37:04,755] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 19:37:04,755] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 19:37:04,888] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 19:37:04,889] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 19:37:05,191] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 19:37:05,335] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 19:37:05,483] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 19:37:05,483] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 19:37:05,785] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 19:37:06,061] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 19:37:06,063] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 19:37:06,076] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 19:37:06,080] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 19:37:06,082] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 19:37:06,478] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 19:37:06,844] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 19:37:07,065] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 19:37:07,067] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 19:37:07,071] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 19:37:07,073] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 19:37:07,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:07,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:08,139] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:08,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:08,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:09,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:09,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:09,895] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:10,281] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:10,607] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:10,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:11,228] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:11,633] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:12,000] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:12,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:12,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:13,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:13,396] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:13,765] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:14,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:14,400] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:14,717] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:15,043] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:15,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:16,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:17,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:17,431] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:17,787] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:18,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:18,376] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:18,690] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:19,068] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:19,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:19,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:20,041] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:20,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 19:37:20,542] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 19:37:20,783] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 19:37:21,376] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 19:37:21,380] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:37:21,568] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:37:21,670] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:37:21,771] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 19:37:22,070] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 19:37:22,075] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 19:37:22,092] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 19:37:22,106] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:37:22,201] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:37:22,299] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 19:37:22,401] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 19:37:22,754] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 19:37:22,758] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 19:37:23,621] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 19:37:24,089] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 19:37:24,566] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 19:37:24,734] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 19:37:24,969] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 19:37:25,867] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 19:37:26,755] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 19:37:27,627] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 19:37:28,508] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 19:37:29,381] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 19:37:29,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 19:37:29,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 19:37:29,903] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 19:37:30,073] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 19:37:30,255] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 19:37:30,425] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 19:37:30,615] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 19:37:30,788] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 19:37:30,966] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 19:37:31,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 19:37:31,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 19:37:31,469] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 19:37:31,637] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 19:37:31,835] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 19:37:31,836] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 19:37:31,873] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 19:37:31,880] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 19:37:31,884] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 19:37:33,084] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 19:37:33,714] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 19:37:34,325] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 19:37:34,772] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 19:37:35,227] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 19:37:35,248] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 19:37:35,250] {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; [2024-06-10 19:37:36,082] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:37:36,083] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:37:36,084] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:37:36,085] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 19:37:36,086] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:37:36,086] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 19:37:36,088] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 19:37:36,413] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 19:37:36,586] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 19:37:36,824] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 19:37:36,826] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 19:37:36,828] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 19:37:36,830] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 19:37:36,832] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 19:37:36,833] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 19:37:36,833] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 19:37:36,834] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 19:37:36,837] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 19:37:36,838] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 19:37:36,838] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 19:37:36,840] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 19:37:36,840] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 19:37:36,841] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 19:37:36,841] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 19:37:36,842] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 19:37:36,844] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 19:37:36,844] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 19:37:36,844] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 19:37:36,845] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 19:37:36,846] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 20:07:03,681] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 20:07:04,107] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 20:07:04,108] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 20:07:04,113] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 20:07:04,114] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 20:07:04,115] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 20:07:04,546] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 20:07:04,548] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 20:07:04,689] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 20:07:04,691] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 20:07:04,826] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 20:07:04,827] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 20:07:04,965] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 20:07:04,966] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 20:07:05,114] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 20:07:05,114] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 20:07:05,127] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 20:07:05,127] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 20:07:05,264] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 20:07:05,264] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 20:07:05,453] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 20:07:05,607] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 20:07:05,739] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 20:07:05,739] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 20:07:06,085] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 20:07:06,322] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 20:07:06,323] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 20:07:06,335] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 20:07:06,338] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 20:07:06,340] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 20:07:06,793] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 20:07:07,162] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 20:07:07,389] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 20:07:07,391] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 20:07:07,395] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 20:07:07,398] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 20:07:07,635] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:08,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:08,381] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:08,751] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:09,171] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:09,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:09,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:10,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:10,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:11,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:11,329] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:11,651] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:12,050] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:12,389] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:12,689] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:13,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:13,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:13,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:14,053] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:14,378] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:14,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 20: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 [2024-06-10 20:07:15,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:15,839] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:16,255] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:16,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:16,942] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:17,247] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:17,563] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:17,883] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:18,154] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:18,485] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:18,814] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:19,161] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:19,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:19,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 20:07:19,973] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 20:07:20,361] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 20:07:20,841] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 20:07:20,844] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:07:20,946] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:07:21,049] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:07:21,215] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 20:07:21,506] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 20:07:21,510] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 20:07:21,523] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 20:07:21,536] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:07:21,626] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:07:21,719] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:07:21,821] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 20:07:22,216] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 20:07:22,219] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 20:07:22,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 20:07:22,725] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 20:07:22,893] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 20:07:23,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 20:07:23,716] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 20:07:23,885] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 20:07:24,353] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 20:07:24,555] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 20:07:24,721] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 20:07:24,887] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 20:07:25,053] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 20:07:25,218] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 20:07:25,384] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 20:07:26,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 20:07:27,854] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 20:07:28,896] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 20:07:29,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 20:07:29,941] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 20:07:30,117] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 20:07:30,285] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 20:07:30,452] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 20:07:30,627] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 20:07:30,796] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 20:07:30,973] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 20:07:30,974] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 20:07:31,011] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 20:07:31,018] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 20:07:31,022] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 20:07:31,978] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 20:07:32,772] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 20:07:33,518] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 20:07:34,016] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 20:07:34,571] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 20:07:34,599] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 20:07:34,601] {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; [2024-06-10 20:07:35,178] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:07:35,178] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:07:35,179] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:07:35,179] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 20:07:35,179] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:07:35,179] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:07:35,180] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 20:07:35,555] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 20:07:35,719] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 20:07:35,974] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 20:07:35,975] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 20:07:35,976] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 20:07:35,978] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 20:07:35,979] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 20:07:35,980] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 20:07:35,981] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 20:07:35,982] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 20:07:35,986] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 20:07:35,986] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 20:07:35,987] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 20:07:35,988] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 20:07:35,989] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 20:07:35,989] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 20:07:35,990] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 20:07:35,991] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 20:07:35,992] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 20:07:35,993] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 20:07:35,993] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 20:07:35,994] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 20:07:35,995] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 20:37:10,824] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 20:37:11,060] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 20:37:11,061] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 20:37:11,065] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 20:37:11,067] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 20:37:11,067] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 20:37:11,324] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 20:37:11,326] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 20:37:11,463] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 20:37:11,464] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 20:37:11,608] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 20:37:11,609] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 20:37:11,742] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 20:37:11,743] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 20:37:11,875] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 20:37:11,877] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 20:37:11,893] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 20:37:11,893] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 20:37:12,041] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 20:37:12,041] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 20:37:12,275] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 20:37:12,415] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 20:37:12,550] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 20:37:12,550] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 20:37:12,862] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 20:37:13,105] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 20:37:13,107] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 20:37:13,118] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 20:37:13,122] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 20:37:13,124] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 20:37:13,517] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 20:37:13,874] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 20:37:14,098] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 20:37:14,100] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 20:37:14,103] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 20:37:14,106] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 20:37:14,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:14,686] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:15,009] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:15,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:15,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:16,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:16,648] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:16,973] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:17,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:17,607] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:17,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:18,314] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:18,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:18,925] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:19,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:19,605] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:19,928] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:20,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:20,611] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:20,980] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:21,249] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:21,556] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:21,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:22,227] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:22,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:22,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:23,149] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:23,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:23,784] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:24,117] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:24,428] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:24,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:25,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:25,365] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:25,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:26,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 20:37:26,268] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 20:37:26,495] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 20:37:27,066] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 20:37:27,068] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:37:27,167] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:37:27,272] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:37:27,367] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 20:37:27,675] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 20:37:27,676] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 20:37:27,690] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 20:37:27,703] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:37:27,799] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:37:27,896] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 20:37:27,997] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 20:37:28,445] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 20:37:28,447] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 20:37:29,325] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 20:37:29,502] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 20:37:29,667] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 20:37:30,540] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 20:37:30,707] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 20:37:31,587] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 20:37:32,443] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 20:37:32,608] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 20:37:32,774] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 20:37:33,652] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 20:37:34,508] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 20:37:34,674] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 20:37:34,841] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 20:37:35,049] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 20:37:35,216] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 20:37:35,389] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 20:37:35,556] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 20:37:35,740] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 20:37:36,210] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 20:37:36,387] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 20:37:37,259] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 20:37:37,425] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 20:37:37,590] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 20:37:37,757] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 20:37:37,759] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 20:37:37,796] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 20:37:37,803] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 20:37:37,807] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 20:37:39,232] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 20:37:40,338] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 20:37:40,890] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 20:37:41,330] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 20:37:41,781] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 20:37:41,795] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 20:37:41,797] {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; [2024-06-10 20:37:42,369] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:37:42,369] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:37:42,370] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:37:42,370] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 20:37:42,370] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:37:42,370] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 20:37:42,371] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 20:37:42,703] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 20:37:42,893] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 20:37:43,128] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 20:37:43,129] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 20:37:43,130] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 20:37:43,132] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 20:37:43,133] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 20:37:43,134] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 20:37:43,134] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 20:37:43,135] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 20:37:43,138] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 20:37:43,139] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 20:37:43,139] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 20:37:43,140] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 20:37:43,141] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 20:37:43,141] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 20:37:43,142] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 20:37:43,142] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 20:37:43,144] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 20:37:43,144] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 20:37:43,144] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 20:37:43,145] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 20:37:43,145] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 21:07:06,406] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 21:07:06,680] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 21:07:06,684] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 21:07:06,688] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 21:07:06,690] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 21:07:06,691] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 21:07:06,975] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 21:07:06,976] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 21:07:07,106] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 21:07:07,107] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 21:07:07,235] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 21:07:07,235] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 21:07:07,366] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 21:07:07,366] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 21:07:07,509] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 21:07:07,510] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 21:07:07,522] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 21:07:07,522] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 21:07:07,646] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 21:07:07,647] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 21:07:07,863] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 21:07:08,005] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 21:07:08,136] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 21:07:08,137] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 21:07:08,408] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 21:07:08,781] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 21:07:08,784] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 21:07:08,796] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 21:07:08,799] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 21:07:08,802] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 21:07:09,135] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 21:07:09,840] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 21:07:10,269] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 21:07:10,271] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 21:07:10,276] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 21:07:10,283] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 21:07:10,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:11,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:11,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:12,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:12,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:12,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:13,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:13,515] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:13,851] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:14,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:14,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:15,004] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:15,317] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:15,671] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:16,143] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:16,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:16,820] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:17,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:20,622] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:20,923] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:21,245] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:21,569] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:21,965] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:22,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:22,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:22,975] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:23,323] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:23,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:23,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:24,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:24,635] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:24,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:25,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:25,715] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:26,079] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:26,418] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 21:07:26,587] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 21:07:26,832] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 21:07:27,255] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 21:07:27,259] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:07:27,359] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:07:27,465] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:07:27,567] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 21:07:27,878] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 21:07:27,882] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 21:07:27,898] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 21:07:27,911] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:07:28,003] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:07:28,102] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:07:28,201] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 21:07:28,550] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 21:07:28,552] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 21:07:29,053] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 21:07:29,224] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 21:07:30,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 21:07:30,989] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 21:07:31,869] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 21:07:32,355] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 21:07:33,220] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 21:07:34,092] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 21:07:34,980] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 21:07:35,915] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 21:07:36,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 21:07:36,262] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 21:07:36,433] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 21:07:36,603] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 21:07:36,772] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 21:07:36,939] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 21:07:37,111] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 21:07:37,295] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 21:07:37,470] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 21:07:37,641] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 21:07:38,517] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 21:07:39,413] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 21:07:40,284] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 21:07:41,152] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 21:07:41,156] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 21:07:41,196] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 21:07:41,203] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 21:07:41,207] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 21:07:42,397] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 21:07:43,054] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 21:07:43,813] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 21:07:44,295] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 21:07:44,842] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 21:07:44,865] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 21:07:44,867] {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; [2024-06-10 21:07:45,491] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:07:45,491] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:07:45,492] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:07:45,492] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 21:07:45,492] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:07:45,492] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:07:45,493] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 21:07:45,808] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 21:07:45,967] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 21:07:46,195] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 21:07:46,196] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 21:07:46,197] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 21:07:46,199] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 21:07:46,201] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 21:07:46,202] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 21:07:46,203] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 21:07:46,203] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 21:07:46,207] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 21:07:46,208] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 21:07:46,208] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 21:07:46,210] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 21:07:46,210] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 21:07:46,211] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 21:07:46,212] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 21:07:46,213] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 21:07:46,215] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 21:07:46,215] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 21:07:46,216] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 21:07:46,217] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 21:07:46,217] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 21:37:07,608] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 21:37:07,863] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 21:37:07,865] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 21:37:07,869] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 21:37:07,871] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 21:37:07,871] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 21:37:08,153] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 21:37:08,155] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 21:37:08,287] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 21:37:08,288] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 21:37:08,417] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 21:37:08,418] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 21:37:08,560] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 21:37:08,561] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 21:37:08,695] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 21:37:08,697] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 21:37:08,710] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 21:37:08,710] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 21:37:08,850] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 21:37:08,851] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 21:37:09,031] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 21:37:09,163] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 21:37:09,293] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 21:37:09,294] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 21:37:09,588] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 21:37:09,822] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 21:37:09,824] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 21:37:09,836] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 21:37:09,839] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 21:37:09,841] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 21:37:10,193] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 21:37:10,559] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 21:37:10,748] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 21:37:10,750] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 21:37:10,754] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 21:37:10,757] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 21:37:11,027] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:11,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:12,008] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:12,393] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:12,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:13,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:13,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:13,890] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:14,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:14,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:14,864] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:15,228] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:15,641] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:15,990] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:16,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:16,905] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:17,244] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:17,557] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:17,908] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:18,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:18,575] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:18,901] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:19,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:19,597] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:19,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:20,245] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:20,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:20,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:21,222] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:21,571] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:21,884] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:22,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:22,577] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:22,913] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:23,217] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:23,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 21:37:23,718] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 21:37:23,963] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 21:37:24,380] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 21:37:24,384] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:37:24,570] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:37:24,676] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:37:24,781] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 21:37:25,100] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 21:37:25,103] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 21:37:25,116] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 21:37:25,129] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:37:25,218] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:37:25,315] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 21:37:25,412] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 21:37:25,740] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 21:37:25,742] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 21:37:26,615] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 21:37:27,489] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 21:37:28,362] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 21:37:29,269] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 21:37:30,148] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 21:37:31,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 21:37:31,925] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 21:37:32,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 21:37:33,677] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 21:37:33,855] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 21:37:34,023] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 21:37:34,884] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 21:37:35,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 21:37:35,940] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 21:37:36,115] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 21:37:36,287] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 21:37:37,181] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 21:37:38,052] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 21:37:38,628] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 21:37:39,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 21:37:40,373] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 21:37:41,365] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 21:37:42,248] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 21:37:43,123] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 21:37:43,125] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 21:37:43,161] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 21:37:43,169] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 21:37:43,172] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 21:37:44,690] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 21:37:45,627] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 21:37:46,828] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 21:37:47,342] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 21:37:47,842] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 21:37:47,855] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 21:37:47,857] {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; [2024-06-10 21:37:48,567] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:37:48,568] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:37:48,568] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:37:48,569] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 21:37:48,570] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:37:48,570] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 21:37:48,572] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 21:37:48,901] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 21:37:49,064] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 21:37:49,297] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 21:37:49,298] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 21:37:49,299] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 21:37:49,300] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 21:37:49,302] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 21:37:49,303] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 21:37:49,304] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 21:37:49,304] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 21:37:49,309] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 21:37:49,309] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 21:37:49,310] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 21:37:49,311] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 21:37:49,312] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 21:37:49,312] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 21:37:49,313] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 21:37:49,314] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 21:37:49,315] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 21:37:49,316] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 21:37:49,316] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 21:37:49,317] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 21:37:49,317] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 22:07:12,804] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 22:07:14,237] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 22:07:14,239] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 22:07:14,244] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 22:07:14,245] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 22:07:14,246] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 22:07:14,558] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 22:07:14,559] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 22:07:14,706] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 22:07:14,707] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 22:07:14,849] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 22:07:14,850] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 22:07:15,005] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 22:07:15,006] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 22:07:15,140] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 22:07:15,141] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 22:07:15,159] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 22:07:15,159] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 22:07:15,300] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 22:07:15,301] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 22:07:15,586] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 22:07:15,782] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 22:07:15,931] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 22:07:15,932] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 22:07:16,333] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 22:07:16,622] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 22:07:16,623] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 22:07:16,635] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 22:07:16,638] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 22:07:16,640] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 22:07:17,065] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 22:07:17,486] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 22:07:17,711] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 22:07:17,712] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 22:07:17,716] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 22:07:17,719] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 22:07:17,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:18,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:18,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:19,245] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:19,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:19,902] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:25,335] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:25,671] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:26,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:26,389] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:26,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:27,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:27,423] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:27,784] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:28,156] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:28,478] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:31,908] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:32,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:32,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:32,937] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:33,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:33,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:34,017] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:34,375] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:34,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:35,300] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:35,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:36,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:36,346] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:36,706] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:37,041] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:37,391] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:37,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:37,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:38,325] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:38,663] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 22:07:38,840] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 22:07:40,504] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 22:07:41,073] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 22:07:41,076] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:07:41,169] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:07:41,270] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:07:41,368] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 22:07:41,673] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 22:07:41,675] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 22:07:41,690] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 22:07:41,703] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:07:41,794] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:07:41,886] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:07:41,986] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 22:07:42,382] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 22:07:42,385] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 22:07:43,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 22:07:44,245] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 22:07:45,116] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 22:07:45,989] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 22:07:46,905] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 22:07:47,773] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 22:07:48,653] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 22:07:49,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 22:07:50,419] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 22:07:51,337] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 22:07:52,212] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 22:07:53,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 22:07:53,983] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 22:07:54,163] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 22:07:54,378] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 22:07:54,552] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 22:07:54,723] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 22:07:55,590] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 22:07:56,468] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 22:07:56,636] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 22:07:56,807] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 22:07:56,975] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 22:07:57,147] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 22:07:57,324] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 22:07:57,326] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 22:07:57,363] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 22:07:57,370] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 22:07:57,374] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 22:07:58,204] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 22:07:58,824] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 22:07:59,546] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 22:07:59,983] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 22:08:00,334] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 22:08:00,347] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 22:08:00,349] {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; [2024-06-10 22:08:00,995] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:08:00,995] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:08:00,996] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:08:00,996] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 22:08:00,996] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:08:00,996] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:08:00,997] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 22:08:01,311] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 22:08:01,490] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 22:08:01,728] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 22:08:01,731] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 22:08:01,732] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 22:08:01,734] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 22:08:01,735] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 22:08:01,736] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 22:08:01,737] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 22:08:01,738] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 22:08:01,740] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 22:08:01,741] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 22:08:01,742] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 22:08:01,743] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 22:08:01,744] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 22:08:01,744] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 22:08:01,745] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 22:08:01,746] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 22:08:01,747] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 22:08:01,748] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 22:08:01,748] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 22:08:01,749] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 22:08:01,750] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 22:37:12,823] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 22:37:13,071] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 22:37:13,072] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 22:37:13,077] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 22:37:13,078] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 22:37:13,079] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 22:37:13,468] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 22:37:13,469] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 22:37:13,615] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 22:37:13,617] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 22:37:13,752] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 22:37:13,753] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 22:37:13,895] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 22:37:13,896] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 22:37:14,034] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 22:37:14,035] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 22:37:14,052] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 22:37:14,052] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 22:37:14,188] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 22:37:14,189] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 22:37:14,326] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 22:37:14,453] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 22:37:14,595] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 22:37:14,596] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 22:37:16,063] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 22:37:16,460] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 22:37:16,461] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 22:37:16,473] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 22:37:16,476] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 22:37:16,478] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 22:37:16,842] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 22:37:17,414] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 22:37:17,637] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 22:37:17,638] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 22:37:17,642] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 22:37:17,644] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 22:37:17,890] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:18,334] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:18,872] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:19,325] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:19,712] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:21,146] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:21,544] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:21,890] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:22,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:23,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:24,102] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:24,450] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:24,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:25,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:25,526] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:25,838] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:26,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:26,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:28,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:29,553] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:29,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:30,528] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:30,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:31,548] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:33,100] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:33,401] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:33,787] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:34,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:34,804] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:35,125] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:38,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:38,970] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:39,356] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:39,727] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:40,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:40,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 22:37:40,598] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 22:37:41,019] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 22:37:41,412] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 22:37:41,416] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:37:41,510] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:37:41,611] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:37:41,705] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 22:37:41,991] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 22:37:41,994] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 22:37:42,008] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 22:37:42,021] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:37:42,111] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:37:42,202] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 22:37:42,300] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 22:37:42,684] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 22:37:42,687] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 22:37:43,947] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 22:37:44,777] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 22:37:45,682] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 22:37:45,996] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 22:37:46,167] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 22:37:46,706] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 22:37:46,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 22:37:47,782] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 22:37:48,669] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 22:37:48,836] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 22:37:49,004] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 22:37:49,177] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 22:37:49,346] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 22:37:49,529] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 22:37:49,697] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 22:37:50,612] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 22:37:50,784] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 22:37:50,998] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 22:37:51,176] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 22:37:51,366] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 22:37:51,559] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 22:37:52,428] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 22:37:53,292] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 22:37:54,198] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 22:37:54,200] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 22:37:54,237] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 22:37:54,244] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 22:37:54,247] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 22:37:55,367] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 22:37:56,031] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 22:37:56,855] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 22:37:58,542] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 22:37:58,940] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 22:37:58,953] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 22:37:58,955] {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; [2024-06-10 22:37:59,601] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:37:59,602] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:37:59,602] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:37:59,602] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 22:37:59,603] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:37:59,603] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 22:37:59,604] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 22:37:59,945] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 22:38:00,115] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 22:38:00,344] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 22:38:00,345] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 22:38:00,346] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 22:38:00,347] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 22:38:00,349] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 22:38:00,350] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 22:38:00,350] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 22:38:00,351] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 22:38:00,354] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 22:38:00,355] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 22:38:00,355] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 22:38:00,356] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 22:38:00,357] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 22:38:00,357] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 22:38:00,358] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 22:38:00,359] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 22:38:00,361] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 22:38:00,363] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 22:38:00,364] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 22:38:00,365] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 22:38:00,367] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 23:07:06,384] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 23:07:06,765] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 23:07:06,767] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 23:07:06,771] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 23:07:06,772] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 23:07:06,773] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 23:07:07,101] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 23:07:07,102] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 23:07:07,247] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 23:07:07,248] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 23:07:07,380] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 23:07:07,380] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 23:07:07,513] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 23:07:07,513] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 23:07:07,645] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 23:07:07,646] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 23:07:07,658] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 23:07:07,659] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 23:07:07,784] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 23:07:07,785] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 23:07:07,967] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 23:07:08,093] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 23:07:08,228] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 23:07:08,229] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 23:07:08,529] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 23:07:08,841] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 23:07:08,842] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 23:07:08,853] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 23:07:08,857] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 23:07:08,859] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 23:07:09,212] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 23:07:09,541] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 23:07:09,768] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 23:07:09,769] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 23:07:09,774] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 23:07:09,776] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 23:07:10,009] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:11,517] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:11,908] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:12,286] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:12,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:14,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:14,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:14,874] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:15,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:15,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:15,990] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:16,633] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:16,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:17,334] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:17,751] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:18,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:18,455] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:18,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:19,219] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:19,584] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:19,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:20,269] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:20,593] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:20,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:21,287] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:21,646] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:22,041] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:22,393] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:22,762] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:23,152] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:23,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:23,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:24,165] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:25,627] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:25,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:26,345] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 23:07:26,520] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 23:07:26,737] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 23:07:27,176] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 23:07:27,179] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:07:27,355] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:07:27,456] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:07:27,551] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 23:07:27,816] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 23:07:27,818] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 23:07:27,832] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 23:07:27,845] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:07:27,933] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:07:28,023] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:07:28,119] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 23:07:28,436] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 23:07:28,438] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 23:07:29,342] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 23:07:29,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 23:07:30,359] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 23:07:30,834] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 23:07:31,708] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 23:07:32,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 23:07:33,461] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 23:07:34,359] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 23:07:35,228] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 23:07:35,706] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 23:07:35,891] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 23:07:36,783] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 23:07:37,671] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 23:07:38,541] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 23:07:39,470] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 23:07:39,642] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 23:07:39,820] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 23:07:39,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 23:07:40,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 23:07:40,351] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 23:07:40,526] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 23:07:40,705] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 23:07:41,615] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 23:07:42,502] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 23:07:42,504] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 23:07:42,540] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 23:07:42,547] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 23:07:42,550] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 23:07:43,432] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 23:07:43,994] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 23:07:44,920] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 23:07:45,337] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 23:07:45,686] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 23:07:45,699] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 23:07:45,701] {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; [2024-06-10 23:07:46,394] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:07:46,395] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:07:46,395] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:07:46,395] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 23:07:46,395] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:07:46,396] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:07:46,396] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 23:07:46,718] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 23:07:46,912] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 23:07:47,146] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 23:07:47,147] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 23:07:47,148] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 23:07:47,150] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 23:07:47,151] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 23:07:47,152] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 23:07:47,153] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 23:07:47,153] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 23:07:47,156] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 23:07:47,156] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 23:07:47,157] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 23:07:47,158] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 23:07:47,159] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 23:07:47,159] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 23:07:47,160] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 23:07:47,160] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 23:07:47,162] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 23:07:47,162] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 23:07:47,163] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 23:07:47,164] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 23:07:47,164] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json [2024-06-10 23:37:12,870] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2024-06-10 23:37:13,248] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.raw.xml [2024-06-10 23:37:13,249] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.json [2024-06-10 23:37:13,254] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 23:37:13,255] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 23:37:13,256] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2024-06-10 23:37:13,571] {__main__:234} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2024-06-10 23:37:13,572] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2024-06-10 23:37:13,705] {__main__:234} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2024-06-10 23:37:13,706] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2024-06-10 23:37:13,853] {__main__:234} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2024-06-10 23:37:13,854] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2024-06-10 23:37:13,991] {__main__:234} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2024-06-10 23:37:13,992] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2024-06-10 23:37:14,124] {__main__:234} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2024-06-10 23:37:14,125] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json [2024-06-10 23:37:14,137] {__main__:234} WARNING - Failed to download AT-07 from https://static.avalanche.report/bulletins/latest/AT-07_en_CAAMLv6.json: 404 Not Found [2024-06-10 23:37:14,137] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2024-06-10 23:37:14,280] {__main__:234} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2024-06-10 23:37:14,281] {processor:48} INFO - Fetching https://aws.slf.ch/api/bulletin/caaml/en/json [2024-06-10 23:37:14,549] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2024-06-10 23:37:14,705] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2024-06-10 23:37:14,851] {__main__:234} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2024-06-10 23:37:14,852] {processor:48} INFO - Fetching https://static.lauegi.report/albina_files/latest/ES-CT-L_en_CAAMLv6.json [2024-06-10 23:37:15,300] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2024-06-10;3 [2024-06-10 23:37:15,533] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.raw.json [2024-06-10 23:37:15,535] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.json [2024-06-10 23:37:15,546] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.ratings.json [2024-06-10 23:37:15,550] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-12-02/2024-12-02-ES-CT.problems.json [2024-06-10 23:37:15,552] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2024-06-10 23:37:17,334] {__main__:243} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 84, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2024-06-10 23:37:17,697] {processor_fi:36} INFO - Fetching https://cdn.fmi.fi/apps/avalanche-forecast/show-map.php?lang=en [2024-06-10 23:37:17,920] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.raw.png [2024-06-10 23:37:17,921] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.json [2024-06-10 23:37:17,926] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 23:37:17,928] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 23:37:18,286] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:18,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:19,116] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:19,483] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:19,861] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:20,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:20,633] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:21,046] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:21,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:21,793] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:22,111] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:22,467] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:22,779] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:23,129] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:23,416] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:23,759] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:24,103] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:24,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:24,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:25,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:25,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:27,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:27,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:27,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:28,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:28,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:28,644] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:28,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:29,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:29,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:29,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:30,293] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:30,644] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:30,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:31,333] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:31,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2024-06-10 23:37:31,832] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2024-06-10 23:37:32,206] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2024-06-10 23:37:32,870] {__main__:243} ERROR - Failed to download IS Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor.py", line 81, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_is.py", line 63, in parse_xml report.publicationTime = datetime.fromisoformat( File "/opt/pypy3.10-v7.3.13-linux64/lib/pypy3.10/datetime.py", line 1745, in fromisoformat raise TypeError('fromisoformat: argument must be str') TypeError: fromisoformat: argument must be str [2024-06-10 23:37:32,873] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:37:33,038] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:37:33,145] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:37:33,248] {processor:48} INFO - Fetching https://www.livigno.eu/en/avalanche-bulletin [2024-06-10 23:37:33,505] {__main__:243} ERROR - Failed to download IT-25-SO-LI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) 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' [2024-06-10 23:37:33,507] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-BZ_en_CAAMLv6.json [2024-06-10 23:37:33,521] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/IT-32-TN_en_CAAMLv6.json [2024-06-10 23:37:33,535] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:37:33,634] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:37:33,738] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2024-06-10 23:37:33,837] {processor:48} INFO - Fetching https://servizimeteomont.csifa.carabinieri.it/api/meteomontweb/previsioni/getprevisionivalanghe/data?data=2024-06-10 [2024-06-10 23:37:34,205] {__main__:243} ERROR - Failed to download IT-MeteoMont Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 75, in process_bulletin return self.parse_json(region_id, root) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 80, in parse_json bulletins.append(self._parse_valanga(valanga, timedelta(days=0))) File "/opt/pyAvaCore/avacore/processor_it_meteomont.py", line 111, in _parse_valanga DangerRating().set_mainValue_int(int(valanga["colorePericolo2"])), ValueError: invalid literal for int() with base 10: '' [2024-06-10 23:37:34,207] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2024-06-10 23:37:35,134] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2024-06-10 23:37:35,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2024-06-10 23:37:35,471] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2024-06-10 23:37:35,939] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2024-06-10 23:37:36,419] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2024-06-10 23:37:36,603] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2024-06-10 23:37:36,776] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2024-06-10 23:37:36,953] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2024-06-10 23:37:37,838] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2024-06-10 23:37:38,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2024-06-10 23:37:39,597] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2024-06-10 23:37:39,764] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2024-06-10 23:37:40,644] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2024-06-10 23:37:42,342] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2024-06-10 23:37:43,347] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2024-06-10 23:37:44,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2024-06-10 23:37:45,101] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2024-06-10 23:37:45,579] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2024-06-10 23:37:46,059] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2024-06-10 23:37:46,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2024-06-10 23:37:46,709] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2024-06-10 23:37:46,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2024-06-10 23:37:47,355] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.3.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2024-06-10 23:37:48,239] {__main__:181} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.raw.json [2024-06-10 23:37:48,240] {__main__:190} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.json [2024-06-10 23:37:48,277] {__main__:198} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 23:37:48,284] {__main__:206} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 23:37:48,288] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/karkonosze [2024-06-10 23:37:49,746] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/babia-gora [2024-06-10 23:37:50,444] {processor:48} INFO - Fetching https://www.gopr.pl/lawiny/bieszczady [2024-06-10 23:37:50,989] {processor:48} INFO - Fetching https://lawiny.topr.pl/ [2024-06-10 23:37:52,652] {processor_ro:45} INFO - Fetching https://www.meteoromania.ro/Upload-Produse/nivologie/nivologie.pdf [2024-06-10 23:37:53,101] {processor_ro:57} INFO - Running command ['pdftotext', '-', '-'] [2024-06-10 23:37:53,115] {__main__:243} ERROR - Failed to download RO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 231, in download_regions download_region(region, date) File "/opt/pyAvaCore/avacore/__main__.py", line 162, in download_region bulletins = get_bulletins(regionID, date=date, lang=args.lang) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 38, in get_bulletins return provider.download_bulletins() File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 66, in download_bulletins reports = processor.process_bulletin(self.region) File "/opt/pyAvaCore/avacore/processor_ro.py", line 39, in process_bulletin validTime=ValidTime(startTime=matches[0], endTime=matches[1]), IndexError: list index out of range [2024-06-10 23:37:53,117] {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; [2024-06-10 23:37:53,683] {processor_se:67} WARNING - Skipping bulletin SE-01-13161 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:37:53,684] {processor_se:67} WARNING - Skipping bulletin SE-02-13159 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:37:53,685] {processor_se:67} WARNING - Skipping bulletin SE-03-13164 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:37:53,686] {processor_se:67} WARNING - Skipping bulletin SE-07-13168 with too long validity 0204-05-31 06:00 2024-10-31 18:00 [2024-06-10 23:37:53,687] {processor_se:67} WARNING - Skipping bulletin SE-08-13160 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:37:53,687] {processor_se:67} WARNING - Skipping bulletin SE-09-13163 with too long validity 2024-06-05 07:00 2024-10-31 18:00 [2024-06-10 23:37:53,689] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2024-06-10 23:37:54,004] {processor:48} INFO - Fetching https://static.laviny.sk/bulletins/latest/en_CAAMLv6_2022.json [2024-06-10 23:37:54,149] {processor:48} INFO - Fetching https://www.meteo.gov.ua/en/_attns-snigo.json [2024-06-10 23:37:54,384] {__main__:245} ERROR - Failed to download the following regions: AT-02 AT-03 AT-04 AT-05 AT-06 AT-07 AT-08 DE-BY ES IS IT-25-SO-LI IT-MeteoMont RO [2024-06-10 23:37:54,386] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.ratings.json [2024-06-10 23:37:54,388] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.ratings.json [2024-06-10 23:37:54,390] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09-IS.problems.json [2024-06-10 23:37:54,392] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-09/2024-06-09.problems.json [2024-06-10 23:37:54,393] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.ratings.json [2024-06-10 23:37:54,393] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.ratings.json [2024-06-10 23:37:54,394] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.ratings.json [2024-06-10 23:37:54,397] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-IS.problems.json [2024-06-10 23:37:54,397] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10-NO.problems.json [2024-06-10 23:37:54,399] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-10/2024-06-10.problems.json [2024-06-10 23:37:54,400] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.ratings.json [2024-06-10 23:37:54,400] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.ratings.json [2024-06-10 23:37:54,401] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.ratings.json [2024-06-10 23:37:54,402] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.ratings.json [2024-06-10 23:37:54,402] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.ratings.json [2024-06-10 23:37:54,404] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-AD.problems.json [2024-06-10 23:37:54,405] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-FI.problems.json [2024-06-10 23:37:54,405] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-IS.problems.json [2024-06-10 23:37:54,406] {__main__:261} INFO - Reading /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11-NO.problems.json [2024-06-10 23:37:54,406] {__main__:270} INFO - Writing /var/www/static.avalanche.report/eaws_bulletins/2024-06-11/2024-06-11.problems.json