[2022-11-12 00:07:02,691] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 00:07:03,047] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 00:07:03,051] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 00:07:03,260] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:07:03,262] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 00:07:03,418] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:07:03,419] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 00:07:03,584] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:07:03,585] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 00:07:03,742] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:07:03,743] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 00:07:03,886] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:07:03,887] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 00:07:03,921] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 00:07:04,076] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:07:04,077] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 00:07:04,504] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 00:07:04,509] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 00:07:04,620] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 00:07:04,621] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 00:07:04,768] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:07:04,769] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 00:07:05,273] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 00:07:05,274] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 00:07:05,467] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 00:07:05,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:06,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:06,553] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:07,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:07,463] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:07,949] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:08,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:08,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:09,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:09,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:10,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:10,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:10,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:11,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:11,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:12,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:12,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:13,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:13,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:13,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:14,412] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:14,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:15,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:15,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:16,113] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:16,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:16,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:17,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:17,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:18,264] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:18,664] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:19,126] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:19,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:19,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:20,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:20,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 00:07:21,126] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 00:07:21,188] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 00:07:21,487] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 00:07:21,895] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 00:07:21,895] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 00:07:21,908] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 00:07:21,911] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 00:07:21,911] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 00:07:21,926] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 00:07:21,927] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 00:07:21,927] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 00:07:21,939] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 00:07:21,940] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:07:22,165] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:07:22,335] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:07:22,511] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 00:07:22,545] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 00:07:22,569] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:07:22,735] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:07:22,904] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:07:23,069] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 00:07:23,375] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 00:07:23,376] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 00:07:23,377] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 00:07:23,681] {pyAvaCore:93} INFO - Fetching [2022-11-12 00:07:23,682] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 00:07:24,970] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 00:07:24,970] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 00:07:24,971] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 00:07:24,977] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 00:07:24,977] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 00:07:24,978] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 00:07:24,980] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 00:07:24,980] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 00:37:02,765] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 00:37:03,132] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 00:37:03,136] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 00:37:03,341] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:37:03,344] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 00:37:03,500] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:37:03,502] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 00:37:03,660] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:37:03,662] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 00:37:03,812] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:37:03,813] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 00:37:03,952] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:37:03,953] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 00:37:03,979] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 00:37:04,131] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:37:04,133] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 00:37:04,431] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 00:37:04,438] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 00:37:04,530] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 00:37:04,531] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 00:37:04,688] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 00:37:04,689] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 00:37:05,325] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 00:37:05,325] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 00:37:05,598] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 00:37:05,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:06,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:06,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:07,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:07,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:08,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:08,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:09,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:09,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:09,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:10,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:10,878] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:11,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:11,900] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:12,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:12,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:13,126] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:13,559] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:13,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:14,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:14,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:15,291] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:15,765] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:16,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:16,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:17,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:18,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:19,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:19,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:19,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:20,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:20,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:21,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:21,612] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:22,032] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:22,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 00:37:22,818] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 00:37:22,883] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 00:37:23,254] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 00:37:23,959] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 00:37:23,959] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 00:37:23,971] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 00:37:23,978] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 00:37:23,979] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 00:37:24,005] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 00:37:24,008] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 00:37:24,008] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 00:37:24,024] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 00:37:24,025] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:37:24,255] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:37:24,423] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:37:24,600] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 00:37:24,631] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 00:37:24,655] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:37:24,823] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:37:24,996] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 00:37:25,177] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 00:37:25,490] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 00:37:25,491] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 00:37:25,491] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 00:37:25,794] {pyAvaCore:93} INFO - Fetching [2022-11-12 00:37:25,795] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 00:37:26,976] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 00:37:26,977] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 00:37:26,978] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 00:37:26,980] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 00:37:26,980] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 00:37:26,981] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 00:37:26,983] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 00:37:26,983] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 01:07:02,199] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 01:07:02,590] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 01:07:02,593] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 01:07:02,832] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:07:02,834] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 01:07:03,035] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:07:03,036] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 01:07:03,206] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:07:03,207] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 01:07:03,379] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:07:03,380] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 01:07:03,542] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:07:03,543] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 01:07:03,569] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 01:07:03,742] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:07:03,743] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 01:07:04,007] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 01:07:04,012] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 01:07:04,132] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 01:07:04,133] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 01:07:04,290] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:07:04,291] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 01:07:04,930] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 01:07:04,930] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 01:07:05,159] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 01:07:05,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:06,052] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:06,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:07,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:07,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:08,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:08,927] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:09,335] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:09,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:10,451] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:10,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:11,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:12,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:12,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:13,007] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:13,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:13,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:14,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:14,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:15,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:15,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:16,365] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:16,771] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:17,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:17,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:18,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:18,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:19,007] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:19,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:19,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:21,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:21,676] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:22,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:22,549] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:22,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:23,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 01:07:23,800] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 01:07:23,863] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 01:07:24,176] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 01:07:24,594] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 01:07:24,594] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 01:07:24,608] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 01:07:24,614] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 01:07:24,614] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 01:07:24,629] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 01:07:24,630] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 01:07:24,630] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 01:07:24,644] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 01:07:24,645] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:07:24,870] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:07:25,041] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:07:25,227] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 01:07:25,257] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 01:07:25,276] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:07:25,451] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:07:25,624] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:07:25,797] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 01:07:26,119] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 01:07:26,120] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 01:07:26,120] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 01:07:26,427] {pyAvaCore:93} INFO - Fetching [2022-11-12 01:07:26,427] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 01:07:27,527] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 01:07:27,528] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 01:07:27,528] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 01:07:27,533] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 01:07:27,534] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 01:07:27,535] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 01:07:27,536] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 01:07:27,537] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 01:37:02,430] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 01:37:02,784] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 01:37:02,788] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 01:37:02,992] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:37:02,994] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 01:37:03,153] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:37:03,154] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 01:37:03,310] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:37:03,311] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 01:37:03,459] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:37:03,460] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 01:37:03,606] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:37:03,607] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 01:37:03,642] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 01:37:03,799] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:37:03,800] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 01:37:04,086] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 01:37:04,091] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 01:37:04,193] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 01:37:04,194] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 01:37:04,348] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 01:37:04,349] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 01:37:04,898] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 01:37:04,898] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 01:37:05,097] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 01:37:05,375] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:05,836] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:06,320] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:06,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:07,335] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:07,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:08,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:08,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:09,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:09,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:10,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:10,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:10,918] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:11,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:11,871] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:12,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:12,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:13,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:13,492] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:13,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:14,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:14,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:15,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:15,672] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:16,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:16,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:17,067] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:17,462] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:17,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:18,478] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:18,864] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:19,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:19,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:20,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:20,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:21,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 01:37:21,276] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 01:37:21,338] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 01:37:21,652] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 01:37:22,060] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 01:37:22,061] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 01:37:22,074] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 01:37:22,076] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 01:37:22,077] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 01:37:22,094] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 01:37:22,095] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 01:37:22,096] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 01:37:22,106] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 01:37:22,107] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:37:22,274] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:37:22,447] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:37:22,613] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 01:37:22,639] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 01:37:22,657] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:37:22,842] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:37:23,039] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 01:37:23,238] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 01:37:23,477] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 01:37:23,478] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 01:37:23,479] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 01:37:23,824] {pyAvaCore:93} INFO - Fetching [2022-11-12 01:37:23,825] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 01:37:24,716] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 01:37:24,717] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 01:37:24,717] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 01:37:24,721] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 01:37:24,723] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 01:37:24,724] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 01:37:24,725] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 01:37:24,726] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 02:07:01,888] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 02:07:02,140] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 02:07:02,144] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 02:07:02,355] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:07:02,357] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 02:07:02,512] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:07:02,513] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 02:07:02,664] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:07:02,665] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 02:07:02,814] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:07:02,815] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 02:07:02,980] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:07:02,981] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 02:07:03,008] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 02:07:03,156] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:07:03,158] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 02:07:03,578] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 02:07:03,583] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 02:07:03,672] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 02:07:03,673] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 02:07:03,824] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:07:03,825] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 02:07:04,348] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 02:07:04,348] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 02:07:04,546] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 02:07:04,736] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:05,431] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:05,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:06,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:06,820] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:07,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:07,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:08,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:08,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:09,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:09,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:10,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:10,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:10,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:11,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:11,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:12,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:12,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:13,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:13,520] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:13,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:14,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:14,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:15,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:15,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:15,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:16,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:16,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:17,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:17,604] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:18,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:18,441] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:18,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:19,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:19,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:20,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 02:07:20,424] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 02:07:20,490] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 02:07:20,820] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 02:07:21,227] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 02:07:21,228] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 02:07:21,240] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 02:07:21,243] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 02:07:21,243] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 02:07:21,251] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 02:07:21,253] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 02:07:21,253] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 02:07:21,265] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 02:07:21,267] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:07:21,489] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:07:21,653] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:07:21,827] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 02:07:21,857] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 02:07:21,877] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:07:22,047] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:07:22,223] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:07:22,409] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 02:07:22,727] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 02:07:22,728] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 02:07:22,728] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 02:07:23,042] {pyAvaCore:93} INFO - Fetching [2022-11-12 02:07:23,043] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 02:07:24,147] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 02:07:24,147] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 02:07:24,148] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 02:07:24,153] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 02:07:24,154] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 02:07:24,154] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 02:07:24,156] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 02:07:24,156] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 02:37:02,706] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 02:37:03,042] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 02:37:03,046] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 02:37:03,247] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:37:03,249] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 02:37:03,411] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:37:03,412] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 02:37:03,560] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:37:03,560] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 02:37:03,705] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:37:03,706] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 02:37:03,845] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:37:03,846] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 02:37:03,873] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 02:37:04,042] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:37:04,043] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 02:37:04,325] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 02:37:04,331] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 02:37:04,438] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 02:37:04,439] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 02:37:04,587] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 02:37:04,588] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 02:37:05,153] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 02:37:05,153] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 02:37:05,435] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 02:37:05,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:06,387] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:06,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:07,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:07,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:08,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:08,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:10,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:10,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:11,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:11,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:12,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:12,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:12,893] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:13,413] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:13,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:14,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:14,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:15,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:15,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:16,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:16,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:16,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:17,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:17,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:18,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:18,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:19,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:19,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:20,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:20,515] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:20,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:21,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:21,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:22,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:22,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 02:37:23,020] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 02:37:23,083] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 02:37:23,437] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 02:37:24,003] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 02:37:24,004] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 02:37:24,017] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 02:37:24,019] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 02:37:24,020] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 02:37:24,034] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 02:37:24,036] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 02:37:24,036] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 02:37:24,051] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 02:37:24,052] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:37:24,313] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:37:24,482] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:37:24,651] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 02:37:24,678] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 02:37:24,697] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:37:24,862] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:37:25,047] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 02:37:25,239] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 02:37:25,582] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 02:37:25,583] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 02:37:25,584] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 02:37:25,878] {pyAvaCore:93} INFO - Fetching [2022-11-12 02:37:25,879] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 02:37:26,804] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 02:37:26,804] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 02:37:26,805] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 02:37:26,811] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 02:37:26,811] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 02:37:26,812] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 02:37:26,813] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 02:37:26,814] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 03:07:02,005] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 03:07:02,418] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 03:07:02,421] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 03:07:02,715] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:07:02,717] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 03:07:02,899] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:07:02,900] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 03:07:03,054] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:07:03,055] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 03:07:03,217] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:07:03,218] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 03:07:03,368] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:07:03,369] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 03:07:03,397] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 03:07:03,544] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:07:03,545] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 03:07:03,910] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 03:07:03,916] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 03:07:04,021] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 03:07:04,022] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 03:07:04,177] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:07:04,178] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 03:07:04,797] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 03:07:04,797] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 03:07:05,005] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 03:07:05,287] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:05,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:06,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:06,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:07,173] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:07,633] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:08,054] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:08,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:08,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:09,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:09,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:10,378] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:10,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:11,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:11,994] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:12,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:12,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:13,397] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:13,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:14,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:14,789] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:15,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:15,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:16,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:16,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:16,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:17,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:17,889] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:18,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:18,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:19,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:19,573] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:20,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:20,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:20,812] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:21,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 03:07:21,492] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 03:07:21,554] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 03:07:22,086] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 03:07:22,496] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 03:07:22,497] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 03:07:22,510] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 03:07:22,512] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 03:07:22,512] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 03:07:22,534] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 03:07:22,536] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 03:07:22,536] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 03:07:22,545] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 03:07:22,546] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:07:22,712] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:07:22,876] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:07:23,049] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 03:07:23,075] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 03:07:23,094] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:07:23,264] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:07:23,430] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:07:23,599] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 03:07:23,858] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 03:07:23,859] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 03:07:23,859] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 03:07:24,151] {pyAvaCore:93} INFO - Fetching [2022-11-12 03:07:24,151] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 03:07:25,138] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 03:07:25,140] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 03:07:25,141] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 03:07:25,144] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 03:07:25,145] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 03:07:25,145] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 03:07:25,147] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 03:07:25,148] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 03:37:01,881] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 03:37:02,192] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 03:37:02,196] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 03:37:02,436] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:37:02,439] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 03:37:02,613] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:37:02,614] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 03:37:02,779] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:37:02,780] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 03:37:02,968] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:37:02,969] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 03:37:03,142] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:37:03,143] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 03:37:03,172] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 03:37:03,335] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:37:03,336] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 03:37:03,621] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 03:37:03,626] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 03:37:03,709] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 03:37:03,710] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 03:37:03,860] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 03:37:03,861] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 03:37:04,360] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 03:37:04,360] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 03:37:04,598] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 03:37:04,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:05,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:05,956] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:06,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:06,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:07,478] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:08,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:08,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:08,889] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:09,320] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:09,719] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:10,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:10,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:11,250] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:11,724] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:12,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:12,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:13,006] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:13,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:13,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:14,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:14,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:15,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:15,755] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:16,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:16,755] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:17,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:17,867] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:18,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:19,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:19,563] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:20,105] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:20,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:20,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:21,441] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:21,884] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 03:37:22,154] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 03:37:22,216] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 03:37:22,551] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 03:37:22,958] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 03:37:22,958] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 03:37:22,973] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 03:37:22,975] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 03:37:22,975] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 03:37:22,988] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 03:37:22,989] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 03:37:22,990] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 03:37:23,005] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 03:37:23,006] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:37:23,258] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:37:23,432] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:37:23,611] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 03:37:23,641] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 03:37:23,660] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:37:23,829] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:37:24,001] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 03:37:24,170] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 03:37:24,457] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 03:37:24,458] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 03:37:24,458] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 03:37:24,757] {pyAvaCore:93} INFO - Fetching [2022-11-12 03:37:24,758] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 03:37:25,663] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 03:37:25,664] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 03:37:25,664] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 03:37:25,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 03:37:25,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 03:37:25,671] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 03:37:25,672] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 03:37:25,672] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 04:07:02,758] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 04:07:03,238] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 04:07:03,243] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 04:07:03,432] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:07:03,434] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 04:07:03,592] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:07:03,593] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 04:07:03,740] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:07:03,742] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 04:07:03,898] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:07:03,899] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 04:07:04,041] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:07:04,042] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 04:07:04,071] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 04:07:04,213] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:07:04,215] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 04:07:04,865] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 04:07:04,871] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 04:07:04,976] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 04:07:04,977] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 04:07:05,124] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:07:05,125] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 04:07:05,702] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 04:07:05,702] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 04:07:05,942] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 04:07:07,232] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:07,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:08,465] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:08,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:09,807] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:10,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:10,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:11,188] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:11,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:12,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:13,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:13,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:14,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:14,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:15,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:16,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:16,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:17,335] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:18,820] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:19,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:20,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:20,884] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:21,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:21,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:22,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:22,654] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:23,058] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:23,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:24,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:24,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:25,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:25,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:26,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:27,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:27,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:27,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 04:07:28,275] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 04:07:28,346] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 04:07:28,852] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 04:07:29,265] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 04:07:29,265] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 04:07:29,277] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 04:07:29,280] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 04:07:29,280] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 04:07:29,299] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 04:07:29,300] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 04:07:29,300] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 04:07:29,312] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 04:07:29,313] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:07:29,537] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:07:29,708] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:07:29,878] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 04:07:29,903] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 04:07:29,923] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:07:30,090] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:07:30,260] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:07:30,429] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 04:07:30,726] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 04:07:30,727] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 04:07:30,728] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 04:07:31,029] {pyAvaCore:93} INFO - Fetching [2022-11-12 04:07:31,029] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 04:07:32,063] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 04:07:32,064] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 04:07:32,064] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 04:07:32,070] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 04:07:32,071] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 04:07:32,071] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 04:07:32,072] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 04:07:32,073] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 04:37:02,695] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 04:37:03,066] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 04:37:03,070] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 04:37:03,278] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:37:03,280] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 04:37:03,442] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:37:03,443] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 04:37:03,594] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:37:03,595] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 04:37:03,736] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:37:03,737] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 04:37:03,878] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:37:03,879] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 04:37:03,905] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 04:37:04,055] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:37:04,056] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 04:37:04,341] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 04:37:04,346] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 04:37:04,456] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 04:37:04,457] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 04:37:04,607] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 04:37:04,608] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 04:37:05,132] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 04:37:05,132] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 04:37:05,603] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 04:37:05,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:06,695] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:07,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:07,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:08,428] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:08,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:09,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:10,024] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:11,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:12,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:12,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:13,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:13,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:13,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:14,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:14,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:15,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:15,507] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:15,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:16,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:16,893] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:17,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:17,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:18,398] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:18,852] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:19,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:19,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:20,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:20,788] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:21,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:21,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:22,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:22,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:22,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:23,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:23,843] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 04:37:24,157] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 04:37:24,221] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 04:37:24,570] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 04:37:25,071] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 04:37:25,072] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 04:37:25,086] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 04:37:25,089] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 04:37:25,089] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 04:37:25,104] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 04:37:25,107] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 04:37:25,107] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 04:37:25,118] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 04:37:25,119] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:37:25,284] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:37:25,449] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:37:25,617] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 04:37:25,644] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 04:37:25,663] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:37:25,825] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:37:25,987] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 04:37:26,156] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 04:37:27,081] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 04:37:27,082] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 04:37:27,082] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 04:37:27,414] {pyAvaCore:93} INFO - Fetching [2022-11-12 04:37:27,415] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 04:37:28,367] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 04:37:28,368] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 04:37:28,369] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 04:37:28,373] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 04:37:28,373] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 04:37:28,374] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 04:37:28,377] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 04:37:28,378] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 05:07:02,428] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 05:07:02,790] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 05:07:02,793] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 05:07:03,002] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:07:03,004] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 05:07:03,159] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:07:03,161] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 05:07:03,317] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:07:03,318] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 05:07:03,464] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:07:03,466] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 05:07:03,621] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:07:03,622] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 05:07:03,648] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 05:07:03,792] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:07:03,793] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 05:07:04,023] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 05:07:04,030] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 05:07:04,117] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 05:07:04,118] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 05:07:04,279] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:07:04,280] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 05:07:04,938] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 05:07:04,938] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 05:07:05,230] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 05:07:05,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:05,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:06,418] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:06,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:07,179] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:07,672] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:08,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:08,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:08,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:09,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:10,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:10,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:10,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:11,400] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:12,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:12,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:12,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:13,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:13,809] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:14,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:14,703] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:15,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:15,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:15,902] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:16,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:16,925] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:17,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:18,006] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:18,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:18,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:19,408] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:19,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:20,310] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:20,765] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:21,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:21,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 05:07:21,852] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 05:07:21,919] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 05:07:22,211] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 05:07:22,620] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 05:07:22,620] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 05:07:22,632] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 05:07:22,636] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 05:07:22,637] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 05:07:22,650] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 05:07:22,652] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 05:07:22,653] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 05:07:22,666] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 05:07:22,667] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:07:22,885] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:07:23,056] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:07:23,220] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 05:07:23,248] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 05:07:23,267] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:07:23,432] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:07:23,596] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:07:23,773] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 05:07:24,104] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 05:07:24,104] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 05:07:24,105] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 05:07:24,436] {pyAvaCore:93} INFO - Fetching [2022-11-12 05:07:24,437] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 05:07:25,574] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 05:07:25,575] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 05:07:25,576] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 05:07:25,579] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 05:07:25,580] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 05:07:25,580] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 05:07:25,582] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 05:07:25,583] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 05:37:02,233] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 05:37:02,669] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 05:37:02,673] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 05:37:02,881] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:37:02,883] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 05:37:03,057] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:37:03,058] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 05:37:03,203] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:37:03,204] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 05:37:03,360] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:37:03,361] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 05:37:03,505] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:37:03,506] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 05:37:03,531] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 05:37:03,682] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:37:03,683] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 05:37:03,964] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 05:37:03,969] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 05:37:04,070] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 05:37:04,071] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 05:37:04,219] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 05:37:04,220] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 05:37:04,803] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 05:37:04,804] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 05:37:05,030] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 05:37:05,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:05,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:06,655] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:07,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:12,589] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:13,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:13,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:14,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:14,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:15,145] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:15,589] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:16,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:16,757] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:17,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:17,742] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:19,199] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:19,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:20,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:20,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:20,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:21,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:22,068] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:22,517] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:22,867] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:23,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:23,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:23,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:24,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:25,424] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:26,891] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:27,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:27,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:28,199] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:28,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:30,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:30,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 05:37:30,746] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 05:37:30,809] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 05:37:31,175] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 05:37:31,766] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 05:37:31,766] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 05:37:31,778] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 05:37:31,780] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 05:37:31,780] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 05:37:31,791] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 05:37:31,792] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 05:37:31,793] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 05:37:31,801] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 05:37:31,803] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:37:32,078] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:37:32,247] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:37:32,423] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 05:37:32,450] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 05:37:32,468] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:37:32,633] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:37:32,800] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 05:37:32,965] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 05:37:33,301] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 05:37:33,302] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 05:37:33,303] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 05:37:33,629] {pyAvaCore:93} INFO - Fetching [2022-11-12 05:37:33,630] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 05:37:34,627] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 05:37:34,627] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 05:37:34,628] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 05:37:34,630] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 05:37:34,631] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 05:37:34,631] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 05:37:34,635] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 05:37:34,635] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 06:07:01,898] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 06:07:02,182] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 06:07:02,186] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 06:07:02,438] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:07:02,440] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 06:07:02,658] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:07:02,660] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 06:07:02,881] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:07:02,882] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 06:07:03,040] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:07:03,041] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 06:07:03,211] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:07:03,212] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 06:07:03,243] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 06:07:03,409] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:07:03,410] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 06:07:03,862] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 06:07:03,867] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 06:07:03,970] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 06:07:03,972] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 06:07:04,130] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:07:04,131] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 06:07:04,702] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 06:07:04,702] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 06:07:04,921] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 06:07:05,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:05,633] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:06,281] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:06,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:07,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:08,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:08,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:09,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:09,801] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:10,285] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:10,683] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:11,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:11,602] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:12,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:12,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:12,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:13,402] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:13,852] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:14,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:14,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:15,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:15,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:16,120] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:16,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:18,031] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:18,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:19,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:20,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:20,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:21,359] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:21,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:22,265] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:22,792] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:23,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:23,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:24,019] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 06:07:24,288] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 06:07:24,357] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 06:07:24,667] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 06:07:25,078] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 06:07:25,078] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 06:07:25,094] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 06:07:25,095] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 06:07:25,096] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 06:07:25,121] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 06:07:25,122] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 06:07:25,122] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 06:07:25,133] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 06:07:25,134] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:07:25,298] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:07:25,468] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:07:25,640] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 06:07:25,667] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 06:07:25,688] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:07:25,857] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:07:26,032] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:07:26,205] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 06:07:26,526] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 06:07:26,528] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 06:07:26,528] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 06:07:26,941] {pyAvaCore:93} INFO - Fetching [2022-11-12 06:07:26,942] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 06:07:27,962] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 06:07:27,963] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 06:07:27,964] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 06:07:27,973] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 06:07:27,973] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 06:07:27,974] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 06:07:27,975] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 06:07:27,976] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 06:37:02,617] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 06:37:03,880] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 06:37:03,884] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 06:37:04,089] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:37:04,091] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 06:37:04,249] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:37:04,250] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 06:37:04,397] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:37:04,398] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 06:37:04,557] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:37:04,558] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 06:37:04,719] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:37:04,719] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 06:37:04,747] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 06:37:04,896] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:37:04,897] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 06:37:05,180] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 06:37:05,186] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 06:37:05,288] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 06:37:05,289] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 06:37:05,439] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 06:37:05,440] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 06:37:05,998] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 06:37:05,999] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 06:37:06,394] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 06:37:06,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:07,158] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:07,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:08,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:09,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:10,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:10,669] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:11,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:11,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:12,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:12,495] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:13,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:13,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:14,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:14,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:15,125] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:15,609] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:16,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:16,589] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:17,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:17,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:18,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:18,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:19,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:19,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:20,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:20,520] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:20,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:21,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:21,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:22,391] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:22,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:23,238] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:23,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:24,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:24,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 06:37:24,708] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 06:37:24,771] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 06:37:25,075] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 06:37:25,482] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 06:37:25,483] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 06:37:25,496] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 06:37:25,498] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 06:37:25,498] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 06:37:25,510] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 06:37:25,511] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 06:37:25,511] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 06:37:25,522] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 06:37:25,523] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:37:25,767] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:37:25,936] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:37:26,106] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 06:37:26,134] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 06:37:26,152] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:37:26,321] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:37:26,486] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 06:37:26,653] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 06:37:26,975] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 06:37:26,976] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 06:37:26,976] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 06:37:27,265] {pyAvaCore:93} INFO - Fetching [2022-11-12 06:37:27,266] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 06:37:28,134] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 06:37:28,134] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 06:37:28,135] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 06:37:28,139] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 06:37:28,139] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 06:37:28,140] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 06:37:28,141] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 06:37:28,141] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 07:07:01,960] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 07:07:02,215] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 07:07:02,219] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 07:07:02,440] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:07:02,442] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 07:07:02,616] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:07:02,617] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 07:07:02,787] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:07:02,788] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 07:07:02,968] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:07:02,969] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 07:07:03,137] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:07:03,138] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 07:07:03,176] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 07:07:03,332] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:07:03,334] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 07:07:03,735] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 07:07:03,740] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 07:07:03,825] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 07:07:03,827] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 07:07:03,979] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:07:03,980] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 07:07:04,509] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 07:07:04,509] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 07:07:04,697] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 07:07:05,928] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:06,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:07,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:07,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:08,502] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:08,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:09,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:10,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:11,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:12,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:12,553] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:12,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:13,529] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:14,126] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:14,918] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:15,308] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:15,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:16,158] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:16,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:17,007] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:17,465] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:17,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:18,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:18,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:19,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:19,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:20,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:20,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:20,844] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:21,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:21,694] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:22,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:22,492] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:22,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:23,357] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:23,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 07:07:24,225] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 07:07:24,289] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 07:07:24,608] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 07:07:25,114] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 07:07:25,114] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 07:07:25,128] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 07:07:25,129] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 07:07:25,130] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 07:07:25,143] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 07:07:25,144] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 07:07:25,145] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 07:07:25,159] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 07:07:25,160] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:07:25,383] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:07:25,555] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:07:25,727] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 07:07:25,758] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 07:07:25,777] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:07:25,945] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:07:26,108] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:07:26,280] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 07:07:26,594] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 07:07:26,595] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 07:07:26,596] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 07:07:26,891] {pyAvaCore:93} INFO - Fetching [2022-11-12 07:07:26,891] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 07:07:27,980] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 07:07:27,981] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 07:07:27,982] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 07:07:27,986] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 07:07:27,986] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 07:07:27,987] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 07:07:27,989] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 07:07:27,989] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 07:37:02,622] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 07:37:02,979] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 07:37:02,983] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 07:37:03,206] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:37:03,209] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 07:37:03,369] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:37:03,370] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 07:37:03,522] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:37:03,523] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 07:37:03,671] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:37:03,672] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 07:37:03,826] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:37:03,827] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 07:37:03,861] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 07:37:04,010] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:37:04,011] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 07:37:04,309] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 07:37:04,317] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 07:37:04,407] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 07:37:04,409] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 07:37:04,562] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 07:37:04,563] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 07:37:05,067] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 07:37:05,068] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 07:37:05,316] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 07:37:05,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:06,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:06,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:08,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:08,830] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:09,387] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:10,090] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:10,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:11,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:11,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:12,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:12,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:12,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:13,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:13,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:14,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:14,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:15,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:15,836] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:16,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:16,664] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:17,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:17,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:18,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:18,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:18,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:19,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:19,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:20,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:20,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:21,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:21,523] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:21,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:22,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:22,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:23,197] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 07:37:23,460] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 07:37:23,526] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 07:37:23,837] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 07:37:24,249] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 07:37:24,250] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 07:37:24,272] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 07:37:24,274] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 07:37:24,275] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 07:37:24,296] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 07:37:24,297] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 07:37:24,298] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 07:37:24,309] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 07:37:24,311] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:37:24,506] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:37:24,716] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:37:24,907] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 07:37:24,941] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 07:37:24,963] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:37:25,162] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:37:25,420] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 07:37:25,602] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 07:37:25,870] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 07:37:25,871] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 07:37:25,872] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 07:37:26,212] {pyAvaCore:93} INFO - Fetching [2022-11-12 07:37:26,212] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 07:37:27,108] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 07:37:27,109] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 07:37:27,110] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 07:37:27,114] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 07:37:27,114] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 07:37:27,115] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 07:37:27,118] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 07:37:27,118] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 08:07:02,489] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 08:07:02,845] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 08:07:02,849] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 08:07:03,066] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:07:03,069] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 08:07:03,220] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:07:03,222] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 08:07:03,380] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:07:03,381] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 08:07:03,534] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:07:03,535] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 08:07:03,679] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:07:03,680] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 08:07:03,706] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 08:07:03,858] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:07:03,859] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 08:07:04,308] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 08:07:04,313] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 08:07:04,425] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 08:07:04,427] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 08:07:04,597] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:07:04,598] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 08:07:05,133] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 08:07:05,134] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 08:07:05,346] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 08:07:05,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:06,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:06,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:06,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:07,319] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:07,747] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:08,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:08,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:09,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:09,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:09,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:10,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:11,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:11,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:12,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:12,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:14,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:14,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:14,833] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:15,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:15,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:16,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:16,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:16,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:17,373] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:17,744] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:18,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:18,509] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:18,903] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:19,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:19,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:20,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:20,864] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:21,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:21,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:22,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 08:07:22,388] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 08:07:22,451] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 08:07:22,791] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 08:07:23,201] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 08:07:23,201] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 08:07:23,213] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 08:07:23,216] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 08:07:23,216] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 08:07:23,240] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 08:07:23,241] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 08:07:23,242] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 08:07:23,253] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 08:07:23,254] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:07:23,419] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:07:23,589] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:07:23,765] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 08:07:23,793] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 08:07:23,813] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:07:23,987] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:07:24,156] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:07:24,329] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 08:07:24,611] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 08:07:24,612] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 08:07:24,612] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 08:07:24,919] {pyAvaCore:93} INFO - Fetching [2022-11-12 08:07:24,920] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 08:07:25,810] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 08:07:25,811] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 08:07:25,812] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 08:07:25,816] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 08:07:25,816] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 08:07:25,817] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 08:07:25,818] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 08:07:25,819] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 08:37:02,576] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 08:37:02,994] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 08:37:02,998] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 08:37:03,208] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:37:03,210] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 08:37:03,361] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:37:03,362] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 08:37:03,502] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:37:03,503] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 08:37:03,660] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:37:03,661] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 08:37:03,833] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:37:03,834] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 08:37:03,862] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 08:37:04,082] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:37:04,083] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 08:37:04,417] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 08:37:04,422] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 08:37:04,538] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 08:37:04,539] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 08:37:04,718] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 08:37:04,720] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 08:37:05,312] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 08:37:05,312] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 08:37:05,553] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 08:37:05,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:06,418] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:06,884] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:07,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:07,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:08,730] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:09,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:09,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:10,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:10,758] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:11,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:11,809] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:12,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:12,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:13,348] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:14,758] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:15,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:15,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:16,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:16,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:17,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:17,609] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:18,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:18,441] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:18,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:19,706] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:20,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:20,607] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:22,098] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:22,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:22,970] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:23,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:23,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:24,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:24,879] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:25,337] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 08:37:25,559] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 08:37:25,627] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 08:37:25,925] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 08:37:26,330] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 08:37:26,330] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 08:37:26,344] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 08:37:26,346] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 08:37:26,347] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 08:37:26,365] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 08:37:26,366] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 08:37:26,366] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 08:37:26,377] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 08:37:26,378] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:37:26,595] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:37:26,769] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:37:26,935] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 08:37:26,961] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 08:37:26,982] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:37:27,150] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:37:27,315] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 08:37:27,492] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 08:37:27,782] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 08:37:27,784] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 08:37:27,785] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 08:37:28,081] {pyAvaCore:93} INFO - Fetching [2022-11-12 08:37:28,082] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 08:37:29,038] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 08:37:29,038] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 08:37:29,039] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 08:37:29,043] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 08:37:29,043] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 08:37:29,044] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 08:37:29,047] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 08:37:29,048] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 09:07:02,275] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 09:07:02,624] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 09:07:02,627] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 09:07:02,838] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:07:02,840] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 09:07:03,008] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:07:03,009] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 09:07:03,159] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:07:03,160] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 09:07:03,320] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:07:03,321] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 09:07:03,466] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:07:03,467] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 09:07:03,494] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 09:07:03,639] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:07:03,640] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 09:07:03,956] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 09:07:03,962] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 09:07:04,049] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 09:07:04,051] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 09:07:04,188] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:07:04,189] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 09:07:04,772] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 09:07:04,773] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 09:07:04,970] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 09:07:05,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:05,729] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:06,234] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:07,739] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:08,159] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:08,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:09,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:09,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:11,143] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:12,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:13,009] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:13,508] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:13,918] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:14,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:14,870] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:15,234] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:15,695] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:16,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:16,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:16,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:17,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:17,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:18,150] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:18,562] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:18,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:19,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:20,054] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:21,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:21,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:22,249] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:22,664] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:23,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:23,814] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:24,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:24,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:25,178] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 09:07:25,451] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 09:07:25,516] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 09:07:25,844] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 09:07:26,416] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 09:07:26,416] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 09:07:26,430] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 09:07:26,432] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 09:07:26,433] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 09:07:26,448] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 09:07:26,450] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 09:07:26,450] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 09:07:26,461] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 09:07:26,462] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:07:26,684] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:07:26,865] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:07:27,035] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 09:07:27,063] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 09:07:27,084] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:07:27,253] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:07:27,424] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:07:27,594] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 09:07:27,909] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 09:07:27,911] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 09:07:27,911] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 09:07:28,216] {pyAvaCore:93} INFO - Fetching [2022-11-12 09:07:28,216] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 09:07:29,455] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 09:07:29,457] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 09:07:29,458] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 09:07:29,461] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 09:07:29,462] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 09:07:29,462] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 09:07:29,464] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 09:07:29,464] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 09:37:02,283] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 09:37:02,647] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 09:37:02,650] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 09:37:03,858] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:37:03,860] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 09:37:04,006] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:37:04,007] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 09:37:04,150] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:37:04,151] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 09:37:04,336] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:37:04,337] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 09:37:04,485] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:37:04,486] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 09:37:04,511] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 09:37:04,660] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:37:04,661] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 09:37:04,963] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 09:37:04,968] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 09:37:05,093] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 09:37:05,094] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 09:37:05,247] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 09:37:05,248] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 09:37:05,864] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 09:37:05,865] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 09:37:06,182] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 09:37:06,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:07,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:07,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:08,337] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:08,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:09,365] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:09,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:10,341] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:10,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:11,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:11,601] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:12,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:12,579] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:12,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:13,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:13,719] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:14,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:14,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:15,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:15,436] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:15,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:16,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:16,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:17,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:17,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:18,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:18,693] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:19,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:19,781] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:20,220] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:20,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:21,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:21,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:21,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:22,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:22,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 09:37:23,132] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 09:37:23,196] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 09:37:23,516] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 09:37:23,991] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 09:37:23,992] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 09:37:24,006] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 09:37:24,008] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 09:37:24,008] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 09:37:24,018] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 09:37:24,019] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 09:37:24,019] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 09:37:24,043] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 09:37:24,043] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:37:24,212] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:37:24,379] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:37:24,549] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 09:37:24,575] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 09:37:24,594] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:37:24,763] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:37:24,930] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 09:37:25,096] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 09:37:25,317] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 09:37:25,318] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 09:37:25,319] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 09:37:25,618] {pyAvaCore:93} INFO - Fetching [2022-11-12 09:37:25,618] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 09:37:26,513] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 09:37:26,513] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 09:37:26,514] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 09:37:26,519] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 09:37:26,520] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 09:37:26,520] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 09:37:26,522] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 09:37:26,522] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 10:07:02,696] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 10:07:03,058] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 10:07:03,062] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 10:07:03,270] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:07:03,273] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 10:07:03,428] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:07:03,429] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 10:07:03,585] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:07:03,586] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 10:07:03,733] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:07:03,734] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 10:07:03,878] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:07:03,879] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 10:07:03,905] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 10:07:04,048] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:07:04,049] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 10:07:04,471] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 10:07:04,477] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 10:07:04,584] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 10:07:04,586] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 10:07:04,737] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:07:04,739] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 10:07:05,259] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 10:07:05,259] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 10:07:05,460] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 10:07:05,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:06,759] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:07,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:07,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:08,271] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:08,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:09,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:09,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:10,398] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:10,803] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:11,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:11,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:13,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:13,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:14,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:14,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:14,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:15,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:16,025] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:16,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:17,028] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:17,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:17,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:18,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:18,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:19,234] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:20,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:21,232] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:21,757] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:22,252] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:22,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:23,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:23,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:24,048] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:24,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:24,900] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 10:07:25,129] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 10:07:25,198] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 10:07:25,508] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 10:07:25,919] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 10:07:25,920] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 10:07:25,933] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 10:07:25,936] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 10:07:25,936] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 10:07:25,954] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 10:07:25,955] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 10:07:25,956] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 10:07:25,973] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 10:07:25,974] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:07:26,236] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:07:26,406] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:07:26,579] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 10:07:26,607] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 10:07:26,626] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:07:26,791] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:07:26,956] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:07:27,126] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 10:07:27,413] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 10:07:27,414] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 10:07:27,415] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 10:07:27,717] {pyAvaCore:93} INFO - Fetching [2022-11-12 10:07:27,718] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 10:07:28,823] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 10:07:28,824] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 10:07:28,825] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 10:07:28,828] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 10:07:28,829] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 10:07:28,829] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 10:07:28,831] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 10:07:28,831] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 10:37:02,695] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 10:37:03,038] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 10:37:03,041] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 10:37:03,252] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:37:03,255] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 10:37:03,407] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:37:03,408] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 10:37:03,557] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:37:03,558] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 10:37:03,706] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:37:03,708] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 10:37:03,859] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:37:03,860] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 10:37:03,886] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 10:37:04,037] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:37:04,038] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 10:37:04,320] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 10:37:04,328] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 10:37:04,417] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 10:37:04,419] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 10:37:04,563] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 10:37:04,564] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 10:37:05,109] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 10:37:05,110] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 10:37:05,465] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 10:37:06,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:07,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:07,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:08,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:08,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:09,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:09,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:10,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:10,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:11,290] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:11,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:12,529] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:12,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:13,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:13,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:14,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:14,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:15,067] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:16,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:17,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:17,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:17,879] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:18,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:18,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:19,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:19,771] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:20,219] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:20,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:21,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:21,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:21,893] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:22,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:22,670] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:23,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:23,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:24,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 10:37:24,599] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 10:37:24,668] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 10:37:25,062] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 10:37:25,488] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 10:37:25,489] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 10:37:25,499] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 10:37:25,501] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 10:37:25,501] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 10:37:25,519] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 10:37:25,520] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 10:37:25,520] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 10:37:25,530] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 10:37:25,531] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:37:25,703] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:37:25,875] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:37:26,046] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 10:37:26,083] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 10:37:26,108] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:37:26,335] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:37:26,505] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 10:37:26,675] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 10:37:26,900] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 10:37:26,902] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 10:37:26,902] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 10:37:27,203] {pyAvaCore:93} INFO - Fetching [2022-11-12 10:37:27,203] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 10:37:28,242] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 10:37:28,243] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 10:37:28,244] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 10:37:28,248] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 10:37:28,249] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 10:37:28,249] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 10:37:28,251] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 10:37:28,251] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 11:07:02,678] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 11:07:03,053] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 11:07:03,056] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 11:07:03,337] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:07:03,339] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 11:07:03,496] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:07:03,497] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 11:07:03,647] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:07:03,648] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 11:07:03,798] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:07:03,799] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 11:07:03,944] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:07:03,945] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 11:07:03,976] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 11:07:04,115] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:07:04,116] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 11:07:04,543] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 11:07:04,548] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 11:07:04,658] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 11:07:04,660] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 11:07:04,807] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:07:04,808] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 11:07:05,438] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 11:07:05,438] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 11:07:05,710] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 11:07:05,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:06,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:06,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:07,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:07,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:08,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:08,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:09,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:09,811] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:10,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:10,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:11,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:11,764] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:12,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:12,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:13,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:13,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:13,893] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:14,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:14,891] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:15,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:15,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:16,427] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:16,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:17,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:17,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:18,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:18,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:19,201] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:19,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:20,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:20,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:20,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:21,335] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:21,904] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:22,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 11:07:22,574] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 11:07:22,643] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 11:07:22,966] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 11:07:23,370] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 11:07:23,371] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 11:07:23,384] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 11:07:23,386] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 11:07:23,386] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 11:07:23,403] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 11:07:23,404] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 11:07:23,405] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 11:07:23,416] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 11:07:23,417] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:07:23,583] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:07:23,749] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:07:23,919] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 11:07:23,944] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 11:07:23,962] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:07:24,130] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:07:24,295] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:07:24,462] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 11:07:24,731] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 11:07:24,732] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 11:07:24,733] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 11:07:25,072] {pyAvaCore:93} INFO - Fetching [2022-11-12 11:07:25,073] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 11:07:25,988] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 11:07:25,989] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 11:07:25,989] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 11:07:25,993] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 11:07:25,993] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 11:07:25,996] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 11:07:25,998] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 11:07:25,999] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 11:37:01,836] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 11:37:02,085] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 11:37:02,089] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 11:37:02,291] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:37:02,293] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 11:37:02,447] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:37:02,448] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 11:37:02,632] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:37:02,633] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 11:37:02,788] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:37:02,789] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 11:37:02,952] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:37:02,953] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 11:37:02,980] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 11:37:03,138] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:37:03,139] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 11:37:03,368] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 11:37:03,373] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 11:37:03,462] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 11:37:03,463] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 11:37:03,611] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 11:37:03,612] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 11:37:04,131] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 11:37:04,131] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 11:37:04,322] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 11:37:04,507] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:04,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:05,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:06,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:06,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:07,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:07,821] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:08,245] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:08,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:09,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:09,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:10,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:10,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:11,007] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:11,654] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:12,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:12,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:12,970] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:13,388] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:13,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:14,365] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:15,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:15,482] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:16,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:16,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:16,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:17,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:18,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:18,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:18,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:19,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:19,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:20,283] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:20,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:21,055] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:21,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 11:37:21,721] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 11:37:21,787] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 11:37:22,140] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 11:37:22,708] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 11:37:22,708] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 11:37:22,721] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 11:37:22,722] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 11:37:22,722] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 11:37:22,736] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 11:37:22,737] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 11:37:22,738] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 11:37:22,747] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 11:37:22,748] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:37:22,967] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:37:23,136] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:37:23,305] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 11:37:23,332] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 11:37:23,351] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:37:23,524] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:37:23,721] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 11:37:23,919] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 11:37:24,272] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 11:37:24,273] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 11:37:24,274] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 11:37:24,616] {pyAvaCore:93} INFO - Fetching [2022-11-12 11:37:24,616] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 11:37:25,672] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 11:37:25,672] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 11:37:25,673] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 11:37:25,676] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 11:37:25,676] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 11:37:25,677] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 11:37:25,678] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 11:37:25,679] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 12:07:02,156] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 12:07:02,537] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 12:07:02,542] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 12:07:02,760] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:07:02,762] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 12:07:02,964] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:07:02,965] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 12:07:03,143] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:07:03,144] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 12:07:03,309] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:07:03,310] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 12:07:03,454] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:07:03,455] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 12:07:03,482] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 12:07:03,628] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:07:03,629] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 12:07:03,916] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 12:07:03,922] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 12:07:04,015] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 12:07:04,017] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 12:07:04,173] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:07:04,174] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 12:07:04,758] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 12:07:04,759] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 12:07:04,979] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 12:07:05,134] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:05,563] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:06,058] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:06,630] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:07,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:07,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:08,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:08,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:09,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:09,654] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:10,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:10,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:11,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:11,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:11,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:12,257] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:12,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:13,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:13,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:19,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:19,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:19,922] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:20,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:20,834] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:21,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:21,788] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:22,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:22,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:23,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:23,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:24,126] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:24,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:24,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:25,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:25,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:26,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 12:07:26,491] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 12:07:26,553] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 12:07:26,837] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 12:07:27,247] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 12:07:27,248] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 12:07:27,261] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 12:07:27,263] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 12:07:27,264] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 12:07:27,278] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 12:07:27,279] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 12:07:27,280] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 12:07:27,291] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 12:07:27,292] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:07:27,540] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:07:27,706] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:07:27,872] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 12:07:27,901] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 12:07:27,920] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:07:28,086] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:07:28,260] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:07:28,448] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 12:07:28,768] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 12:07:28,769] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 12:07:28,770] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 12:07:29,109] {pyAvaCore:93} INFO - Fetching [2022-11-12 12:07:29,109] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 12:07:30,297] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 12:07:30,298] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 12:07:30,301] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 12:07:30,304] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 12:07:30,305] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 12:07:30,306] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 12:07:30,307] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 12:07:30,308] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 12:37:02,106] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 12:37:02,470] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 12:37:02,474] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 12:37:02,692] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:37:02,694] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 12:37:02,845] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:37:02,846] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 12:37:02,987] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:37:02,988] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 12:37:03,134] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:37:03,135] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 12:37:03,276] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:37:03,277] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 12:37:03,307] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 12:37:03,459] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:37:03,460] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 12:37:03,745] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 12:37:03,752] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 12:37:03,880] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 12:37:03,881] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 12:37:04,042] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 12:37:04,043] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 12:37:04,620] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 12:37:04,620] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 12:37:04,893] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 12:37:05,052] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:05,502] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:05,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:06,365] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:06,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:07,354] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:07,788] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:08,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:08,571] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:09,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:09,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:10,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:10,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:11,022] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:11,515] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:11,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:12,443] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:12,903] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:13,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:13,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:14,391] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:14,799] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:15,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:15,993] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:16,455] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:16,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:17,630] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:18,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:18,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:18,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:19,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:19,593] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:20,054] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:20,655] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:21,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:21,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 12:37:21,702] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 12:37:21,772] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 12:37:22,079] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 12:37:22,636] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 12:37:22,637] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 12:37:22,651] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 12:37:22,654] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 12:37:22,654] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 12:37:22,672] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 12:37:22,674] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 12:37:22,674] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 12:37:22,686] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 12:37:22,687] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:37:22,869] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:37:23,058] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:37:23,257] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 12:37:23,284] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 12:37:23,304] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:37:23,496] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:37:23,667] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 12:37:23,838] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 12:37:24,057] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 12:37:24,058] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 12:37:24,059] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 12:37:24,358] {pyAvaCore:93} INFO - Fetching [2022-11-12 12:37:24,359] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 12:37:25,351] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 12:37:25,352] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 12:37:25,353] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 12:37:25,357] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 12:37:25,358] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 12:37:25,358] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 12:37:25,362] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 12:37:25,362] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 13:07:02,319] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 13:07:02,678] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 13:07:02,681] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 13:07:02,898] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:07:02,900] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 13:07:03,060] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:07:03,061] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 13:07:03,207] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:07:03,208] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 13:07:03,354] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:07:03,355] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 13:07:03,509] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:07:03,510] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 13:07:03,539] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 13:07:03,700] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:07:03,701] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 13:07:04,059] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 13:07:04,064] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 13:07:04,160] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 13:07:04,161] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 13:07:04,324] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:07:04,325] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 13:07:04,990] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 13:07:04,990] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 13:07:05,291] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 13:07:05,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:05,938] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:06,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:06,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:07,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:07,903] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:08,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:08,728] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:09,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:09,812] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:10,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:10,997] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:11,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:12,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:12,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:12,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:13,255] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:13,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:14,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:14,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:14,813] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:15,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:15,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:16,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:16,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:17,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:17,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:17,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:18,398] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:18,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:19,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:19,819] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:20,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:20,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:20,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:21,415] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 13:07:21,684] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 13:07:21,752] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 13:07:22,105] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 13:07:22,577] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 13:07:22,577] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 13:07:22,592] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 13:07:22,595] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 13:07:22,595] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 13:07:22,611] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 13:07:22,612] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 13:07:22,612] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 13:07:22,624] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 13:07:22,625] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:07:22,847] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:07:23,022] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:07:23,193] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 13:07:23,220] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 13:07:23,243] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:07:23,416] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:07:23,586] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:07:23,758] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 13:07:24,043] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 13:07:24,044] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 13:07:24,044] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 13:07:24,378] {pyAvaCore:93} INFO - Fetching [2022-11-12 13:07:24,378] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 13:07:25,599] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 13:07:25,600] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 13:07:25,601] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 13:07:25,604] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 13:07:25,605] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 13:07:25,605] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 13:07:25,608] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 13:07:25,608] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 13:37:02,509] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 13:37:02,874] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 13:37:02,878] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 13:37:03,099] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:37:03,101] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 13:37:03,257] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:37:03,258] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 13:37:03,409] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:37:03,410] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 13:37:03,554] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:37:03,555] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 13:37:03,701] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:37:03,702] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 13:37:03,728] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 13:37:03,871] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:37:03,872] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 13:37:04,153] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 13:37:04,161] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 13:37:04,279] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 13:37:04,280] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 13:37:04,429] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 13:37:04,430] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 13:37:04,972] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 13:37:04,972] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 13:37:05,349] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 13:37:05,534] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:06,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:06,536] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:07,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:07,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:08,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:08,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:09,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:09,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:10,213] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:10,633] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:11,017] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:11,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:11,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:12,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:12,755] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:13,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:13,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:13,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:14,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:14,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:15,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:15,711] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:16,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:16,640] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:16,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:17,455] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:17,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:18,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:18,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:19,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:19,561] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:19,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:20,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:20,800] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:21,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 13:37:21,583] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 13:37:21,649] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 13:37:22,059] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 13:37:22,671] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 13:37:22,672] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 13:37:22,685] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 13:37:22,687] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 13:37:22,687] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 13:37:22,698] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 13:37:22,698] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 13:37:22,699] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 13:37:22,710] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 13:37:22,710] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:37:22,935] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:37:23,103] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:37:23,272] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 13:37:23,301] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 13:37:23,319] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:37:23,484] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:37:23,649] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 13:37:23,820] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 13:37:24,097] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 13:37:24,099] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 13:37:24,100] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 13:37:24,418] {pyAvaCore:93} INFO - Fetching [2022-11-12 13:37:24,419] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 13:37:25,563] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 13:37:25,564] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 13:37:25,565] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 13:37:25,568] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 13:37:25,569] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 13:37:25,569] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 13:37:25,571] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 13:37:25,571] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 14:07:02,681] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 14:07:03,078] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 14:07:03,082] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 14:07:03,318] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:07:03,321] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 14:07:03,504] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:07:03,505] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 14:07:03,690] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:07:03,692] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 14:07:03,870] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:07:03,871] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 14:07:04,034] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:07:04,035] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 14:07:04,063] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 14:07:04,237] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:07:04,238] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 14:07:04,691] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 14:07:04,697] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 14:07:04,787] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 14:07:04,788] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 14:07:04,961] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:07:04,962] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 14:07:05,549] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 14:07:05,550] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 14:07:05,743] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 14:07:05,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:06,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:06,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:07,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:08,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:08,604] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:09,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:09,451] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:10,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:10,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:11,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:12,615] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:13,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:13,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:13,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:14,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:14,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:15,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:15,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:15,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:16,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:16,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:17,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:17,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:18,437] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:18,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:19,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:19,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:20,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:21,025] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:21,602] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:22,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:22,589] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:22,997] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:23,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:23,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 14:07:23,985] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 14:07:24,048] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 14:07:24,778] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 14:07:25,188] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 14:07:25,189] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 14:07:25,206] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 14:07:25,209] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 14:07:25,209] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 14:07:25,248] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 14:07:25,251] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 14:07:25,251] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 14:07:25,286] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 14:07:25,287] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:07:25,509] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:07:25,677] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:07:25,854] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 14:07:25,881] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 14:07:25,903] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:07:26,068] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:07:26,235] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:07:26,411] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 14:07:26,697] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 14:07:26,698] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 14:07:26,699] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 14:07:27,035] {pyAvaCore:93} INFO - Fetching [2022-11-12 14:07:27,036] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 14:07:28,415] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 14:07:28,416] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 14:07:28,416] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 14:07:28,422] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 14:07:28,422] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 14:07:28,423] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 14:07:28,425] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 14:07:28,425] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 14:37:02,221] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 14:37:02,575] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 14:37:02,579] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 14:37:02,792] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:37:02,794] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 14:37:02,967] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:37:02,968] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 14:37:03,129] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:37:03,130] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 14:37:03,292] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:37:03,293] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 14:37:03,435] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:37:03,436] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 14:37:03,461] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 14:37:03,605] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:37:03,606] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 14:37:03,891] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 14:37:03,896] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 14:37:03,995] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 14:37:03,996] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 14:37:04,144] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 14:37:04,145] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 14:37:04,659] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 14:37:04,659] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 14:37:04,875] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 14:37:05,032] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:05,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:06,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:06,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:07,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:07,766] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:08,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:08,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:09,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:09,552] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:09,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:13,455] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:13,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:14,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:14,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:15,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:15,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:16,186] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:16,648] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:17,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:17,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:17,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:18,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:18,811] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:19,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:19,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:20,197] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:20,683] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:21,168] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:21,660] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:22,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:22,550] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:22,986] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:23,400] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:23,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:24,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 14:37:24,522] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-12 14:37:24,584] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 14:37:24,888] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 14:37:25,554] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-12 14:37:25,555] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-12 14:37:25,567] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 14:37:25,569] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 14:37:25,570] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 14:37:25,607] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 14:37:25,610] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 14:37:25,610] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 14:37:25,619] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 14:37:25,620] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:37:25,840] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:37:26,005] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:37:26,175] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 14:37:26,204] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 14:37:26,226] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:37:26,392] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:37:26,557] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 14:37:26,727] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 14:37:27,033] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 14:37:27,034] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 14:37:27,035] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 14:37:27,345] {pyAvaCore:93} INFO - Fetching [2022-11-12 14:37:27,346] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 14:37:28,326] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 14:37:28,327] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 14:37:28,327] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 14:37:28,334] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 14:37:28,335] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 14:37:28,337] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 14:37:28,338] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 14:37:28,339] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 15:07:01,806] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 15:07:02,058] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 15:07:02,061] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 15:07:02,277] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:07:02,279] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 15:07:02,435] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:07:02,436] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 15:07:02,599] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:07:02,600] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 15:07:02,757] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:07:02,758] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 15:07:02,952] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:07:02,953] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 15:07:02,982] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 15:07:03,143] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:07:03,144] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 15:07:03,427] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 15:07:03,433] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 15:07:03,548] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 15:07:03,550] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 15:07:03,699] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:07:03,700] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 15:07:04,270] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 15:07:04,271] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 15:07:04,471] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 15:07:04,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:05,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:05,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:06,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:06,672] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:07,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:07,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:08,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:08,549] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:08,970] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:09,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:09,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:10,189] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:10,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:12,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:12,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:12,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:13,436] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:13,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:14,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:14,711] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:15,190] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:15,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:16,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:16,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:16,881] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:17,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:17,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:18,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:18,811] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:19,273] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:19,664] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:20,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:20,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:20,865] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:21,301] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 15:07:21,529] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 15:07:21,590] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 15:07:21,902] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 15:07:22,309] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 15:07:22,310] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 15:07:22,324] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 15:07:22,326] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 15:07:22,326] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 15:07:22,339] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 15:07:22,341] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:07:22,511] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:07:22,680] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:07:22,850] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 15:07:22,878] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 15:07:22,900] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:07:23,065] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:07:23,233] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:07:23,404] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 15:07:23,652] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 15:07:23,654] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 15:07:23,654] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 15:07:23,954] {pyAvaCore:93} INFO - Fetching [2022-11-12 15:07:23,955] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 15:07:25,085] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 15:07:25,086] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 15:07:25,087] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 15:07:25,090] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 15:07:25,091] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 15:07:25,094] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 15:07:25,097] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 15:07:25,097] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 15:07:25,098] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 15:37:01,852] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 15:37:02,210] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 15:37:02,214] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 15:37:02,422] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:37:02,423] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 15:37:02,591] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:37:02,593] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 15:37:02,761] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:37:02,762] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 15:37:02,923] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:37:02,924] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 15:37:03,074] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:37:03,075] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 15:37:03,101] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 15:37:03,249] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:37:03,250] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 15:37:03,557] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 15:37:03,562] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 15:37:03,644] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 15:37:03,645] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 15:37:03,795] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 15:37:03,796] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 15:37:04,410] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 15:37:04,411] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 15:37:04,686] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 15:37:04,874] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:05,354] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:05,789] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:06,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:06,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:07,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:07,672] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:08,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:08,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:08,838] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:09,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:09,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:10,201] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:10,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:10,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:11,404] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:11,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:12,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:12,741] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:13,100] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:13,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:13,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:14,328] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:14,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:15,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:15,600] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:16,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:16,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:17,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:17,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:18,190] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:18,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:19,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:19,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:19,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:20,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 15:37:20,467] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 15:37:20,537] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 15:37:20,878] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 15:37:21,292] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 15:37:21,292] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 15:37:21,300] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 15:37:21,301] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 15:37:21,301] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 15:37:21,310] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 15:37:21,311] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:37:21,552] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:37:21,721] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:37:21,895] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 15:37:21,922] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 15:37:21,942] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:37:22,113] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:37:22,283] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 15:37:22,459] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 15:37:22,765] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 15:37:22,766] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 15:37:22,766] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 15:37:23,147] {pyAvaCore:93} INFO - Fetching [2022-11-12 15:37:23,149] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 15:37:24,293] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 15:37:24,293] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 15:37:24,294] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 15:37:24,300] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 15:37:24,300] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 15:37:24,302] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 15:37:24,304] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 15:37:24,304] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 15:37:24,305] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 16:07:02,352] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 16:07:02,721] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 16:07:02,725] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 16:07:02,967] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:07:02,969] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 16:07:03,161] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:07:03,162] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 16:07:03,314] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:07:03,315] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 16:07:03,457] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:07:03,458] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 16:07:03,600] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:07:03,601] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 16:07:03,626] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 16:07:03,769] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:07:03,770] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 16:07:04,133] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 16:07:04,138] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 16:07:04,253] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 16:07:04,254] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 16:07:04,432] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:07:04,433] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 16:07:05,047] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 16:07:05,047] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 16:07:05,289] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 16:07:05,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:06,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:06,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:07,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:07,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:08,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:08,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:09,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:09,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:10,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:10,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:11,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:11,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:11,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:12,379] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:12,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:13,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:13,640] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:14,057] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:14,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:14,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:15,213] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:15,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:15,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:16,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:16,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:17,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:17,849] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:18,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:18,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:19,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:19,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:20,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:20,519] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:21,019] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:21,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 16:07:21,808] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 16:07:21,867] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 16:07:22,263] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 16:07:22,898] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 16:07:22,898] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 16:07:22,924] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 16:07:22,929] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 16:07:22,929] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 16:07:22,947] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 16:07:22,948] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:07:23,224] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:07:23,419] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:07:23,609] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 16:07:23,636] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 16:07:23,656] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:07:23,840] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:07:24,027] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:07:24,204] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 16:07:24,490] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 16:07:24,491] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 16:07:24,492] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 16:07:24,795] {pyAvaCore:93} INFO - Fetching [2022-11-12 16:07:24,795] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 16:07:25,842] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 16:07:25,843] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 16:07:25,843] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 16:07:25,847] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 16:07:25,848] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 16:07:25,849] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 16:07:25,850] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 16:07:25,851] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 16:07:25,851] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 16:37:02,571] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 16:37:02,939] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 16:37:02,943] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 16:37:03,168] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:37:03,170] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 16:37:03,324] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:37:03,325] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 16:37:03,505] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:37:03,507] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 16:37:03,655] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:37:03,657] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 16:37:03,808] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:37:03,809] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 16:37:03,834] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 16:37:03,976] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:37:03,977] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 16:37:04,263] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 16:37:04,270] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 16:37:04,389] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 16:37:04,391] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 16:37:04,530] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 16:37:04,531] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 16:37:05,112] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 16:37:05,113] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 16:37:05,448] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 16:37:05,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:06,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:06,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:07,237] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:07,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:08,199] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:08,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:09,054] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:09,522] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:09,943] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:10,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:10,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:11,304] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:11,729] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:12,306] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:12,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:13,126] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:13,520] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:13,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:14,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:14,765] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:15,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:15,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:16,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:16,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:16,933] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:17,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:17,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:18,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:18,621] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:19,035] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:19,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:19,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:20,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:20,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:20,954] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 16:37:21,216] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 16:37:21,274] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 16:37:21,555] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 16:37:21,959] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 16:37:21,960] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 16:37:21,977] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 16:37:21,979] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 16:37:21,979] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 16:37:22,019] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 16:37:22,020] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:37:22,188] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:37:22,355] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:37:22,522] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 16:37:22,545] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 16:37:22,568] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:37:22,734] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:37:22,898] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 16:37:23,068] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 16:37:23,322] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 16:37:23,322] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 16:37:23,323] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 16:37:23,730] {pyAvaCore:93} INFO - Fetching [2022-11-12 16:37:23,730] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 16:37:24,963] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 16:37:24,963] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 16:37:24,966] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 16:37:24,969] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 16:37:24,970] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 16:37:24,971] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 16:37:24,973] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 16:37:24,973] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 16:37:24,974] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 17:07:02,066] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 17:07:02,426] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 17:07:02,430] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 17:07:02,641] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:07:02,643] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 17:07:02,812] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:07:02,813] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 17:07:02,991] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:07:02,992] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 17:07:03,162] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:07:03,163] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 17:07:03,340] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:07:03,341] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 17:07:03,370] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 17:07:03,526] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:07:03,527] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 17:07:03,909] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 17:07:03,915] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 17:07:04,008] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 17:07:04,009] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 17:07:04,186] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:07:04,188] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 17:07:04,841] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 17:07:04,842] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 17:07:05,021] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 17:07:05,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:05,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:06,428] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:06,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:07,464] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:07,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:08,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:08,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:09,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:10,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:10,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:10,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:11,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:11,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:12,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:12,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:13,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:13,722] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:14,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:14,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:15,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:15,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:16,094] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:16,568] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:17,048] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:17,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:17,843] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:18,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:18,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:19,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:19,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:19,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:20,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:20,756] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:21,197] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:21,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 17:07:21,870] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 17:07:21,931] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 17:07:22,301] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 17:07:22,871] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 17:07:22,872] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 17:07:22,889] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 17:07:22,891] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 17:07:22,892] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 17:07:22,905] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 17:07:22,906] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:07:23,125] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:07:23,296] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:07:23,462] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 17:07:23,490] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 17:07:23,510] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:07:23,674] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:07:23,840] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:07:24,012] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 17:07:24,401] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 17:07:24,402] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 17:07:24,402] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 17:07:24,742] {pyAvaCore:93} INFO - Fetching [2022-11-12 17:07:24,743] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 17:07:25,881] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 17:07:25,881] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 17:07:25,882] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 17:07:25,887] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 17:07:25,887] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 17:07:25,889] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 17:07:25,890] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 17:07:25,891] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 17:07:25,892] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 17:37:02,754] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 17:37:03,140] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 17:37:03,144] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 17:37:03,358] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:37:03,360] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 17:37:03,508] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:37:03,509] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 17:37:03,659] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:37:03,660] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 17:37:03,803] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:37:03,804] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 17:37:03,950] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:37:03,951] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 17:37:03,977] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 17:37:04,113] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:37:04,114] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 17:37:04,391] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 17:37:04,397] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 17:37:04,513] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 17:37:04,514] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 17:37:04,691] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 17:37:04,692] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 17:37:05,268] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 17:37:05,268] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 17:37:05,727] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 17:37:05,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:06,559] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:07,102] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:07,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:08,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:08,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:09,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:09,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:10,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:10,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:10,943] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:11,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:11,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:12,285] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:12,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:13,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:13,644] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:14,048] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:14,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:14,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:15,567] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:15,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:16,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:16,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:17,308] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:17,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:18,317] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:18,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:19,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:19,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:20,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:20,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:20,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:21,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:23,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:23,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 17:37:23,941] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 17:37:24,008] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 17:37:24,337] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 17:37:24,743] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 17:37:24,744] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 17:37:24,761] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 17:37:24,763] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 17:37:24,763] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 17:37:24,778] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 17:37:24,779] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:37:25,004] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:37:25,172] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:37:25,340] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 17:37:25,366] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 17:37:25,388] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:37:25,555] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:37:25,723] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 17:37:25,892] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 17:37:26,207] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 17:37:26,208] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 17:37:26,208] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 17:37:26,520] {pyAvaCore:93} INFO - Fetching [2022-11-12 17:37:26,521] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 17:37:27,663] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 17:37:27,664] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 17:37:27,665] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 17:37:27,668] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 17:37:27,669] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 17:37:27,669] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 17:37:27,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 17:37:27,671] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 17:37:27,671] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 18:07:02,027] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 18:07:02,403] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 18:07:02,407] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 18:07:02,698] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:07:02,700] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 18:07:02,872] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:07:02,873] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 18:07:03,029] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:07:03,030] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 18:07:03,191] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:07:03,192] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 18:07:03,353] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:07:03,354] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 18:07:03,386] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 18:07:03,526] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:07:03,527] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 18:07:03,942] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 18:07:03,947] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 18:07:04,047] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 18:07:04,048] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 18:07:04,190] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:07:04,191] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 18:07:04,667] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 18:07:04,668] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 18:07:04,891] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 18:07:05,113] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:05,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:06,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:06,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:07,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:07,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:08,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:08,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:08,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:09,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:09,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:10,319] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:10,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:11,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:11,648] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:12,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:12,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:13,059] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:13,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:13,994] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:14,373] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:14,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:15,213] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:15,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:16,032] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:16,477] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:16,965] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:17,359] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:17,836] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:18,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:18,765] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:19,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:19,672] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:20,096] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:20,607] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:21,030] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 18:07:21,256] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 18:07:21,318] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 18:07:21,656] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 18:07:22,063] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 18:07:22,064] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 18:07:22,081] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 18:07:22,082] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 18:07:22,083] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 18:07:22,101] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 18:07:22,102] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:07:22,271] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:07:22,440] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:07:22,605] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 18:07:22,634] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 18:07:22,654] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:07:22,823] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:07:22,986] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:07:23,157] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 18:07:23,383] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 18:07:23,384] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 18:07:23,385] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 18:07:23,690] {pyAvaCore:93} INFO - Fetching [2022-11-12 18:07:23,691] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 18:07:24,736] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 18:07:24,736] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 18:07:24,737] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 18:07:24,743] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 18:07:24,744] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 18:07:24,744] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 18:07:24,746] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 18:07:24,747] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 18:07:24,747] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 18:37:02,466] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 18:37:02,839] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 18:37:02,844] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 18:37:03,066] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:37:03,068] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 18:37:03,237] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:37:03,238] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 18:37:03,383] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:37:03,384] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 18:37:03,535] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:37:03,536] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 18:37:03,697] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:37:03,698] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 18:37:03,723] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 18:37:03,866] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:37:03,867] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 18:37:04,150] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 18:37:04,155] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 18:37:04,246] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 18:37:04,248] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 18:37:04,389] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 18:37:04,390] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 18:37:04,939] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 18:37:04,939] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 18:37:05,247] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 18:37:05,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:06,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:06,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:07,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:07,670] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:08,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:08,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:09,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:09,536] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:09,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:10,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:10,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:11,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:11,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:12,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:12,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:13,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:13,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:14,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:14,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:15,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:15,874] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:16,383] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:17,000] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:17,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:17,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:18,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:18,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:19,181] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:19,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:20,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:20,676] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:21,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:21,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:21,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:22,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 18:37:22,592] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 18:37:22,652] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 18:37:22,996] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 18:37:23,404] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 18:37:23,405] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 18:37:23,421] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 18:37:23,422] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 18:37:23,423] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 18:37:23,439] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 18:37:23,440] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:37:23,680] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:37:23,846] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:37:24,016] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 18:37:24,046] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 18:37:24,066] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:37:24,231] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:37:24,398] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 18:37:24,565] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 18:37:24,875] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 18:37:24,876] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 18:37:24,876] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 18:37:25,211] {pyAvaCore:93} INFO - Fetching [2022-11-12 18:37:25,211] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 18:37:26,122] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 18:37:26,123] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 18:37:26,124] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 18:37:26,128] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 18:37:26,128] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 18:37:26,129] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 18:37:26,130] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 18:37:26,131] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 18:37:26,131] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 19:07:02,147] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 19:07:02,522] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 19:07:02,526] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 19:07:02,761] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:07:02,763] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 19:07:02,944] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:07:02,945] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 19:07:03,109] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:07:03,110] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 19:07:03,291] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:07:03,292] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 19:07:03,458] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:07:03,459] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 19:07:03,486] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 19:07:03,638] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:07:03,639] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 19:07:04,105] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 19:07:04,112] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 19:07:04,222] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 19:07:04,223] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 19:07:04,371] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:07:04,372] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 19:07:05,139] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 19:07:05,139] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 19:07:05,342] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 19:07:05,567] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:06,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:06,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:06,962] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:07,400] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:07,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:08,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:08,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:09,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:09,549] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:09,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:10,304] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:10,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:11,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:11,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:12,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:12,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:12,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:13,201] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:13,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:14,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:14,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:15,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:15,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:16,120] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:16,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:17,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:17,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:17,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:18,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:18,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:19,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:19,619] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:20,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:20,482] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:20,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 19:07:21,154] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 19:07:21,211] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 19:07:21,514] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 19:07:22,019] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 19:07:22,020] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 19:07:22,041] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 19:07:22,042] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 19:07:22,043] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 19:07:22,058] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 19:07:22,059] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:07:22,225] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:07:22,397] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:07:22,567] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 19:07:22,593] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 19:07:22,614] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:07:22,786] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:07:22,963] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:07:23,132] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 19:07:23,436] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 19:07:23,437] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 19:07:23,438] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 19:07:23,743] {pyAvaCore:93} INFO - Fetching [2022-11-12 19:07:23,744] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 19:07:25,147] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 19:07:25,148] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 19:07:25,148] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 19:07:25,152] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 19:07:25,153] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 19:07:25,154] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 19:07:25,156] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 19:07:25,156] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 19:07:25,157] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 19:37:01,991] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 19:37:02,329] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 19:37:02,333] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 19:37:02,566] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:37:02,568] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 19:37:02,719] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:37:02,720] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 19:37:02,886] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:37:02,887] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 19:37:03,048] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:37:03,049] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 19:37:03,206] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:37:03,207] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 19:37:03,242] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 19:37:03,384] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:37:03,385] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 19:37:03,670] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 19:37:03,675] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 19:37:03,769] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 19:37:03,771] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 19:37:03,915] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 19:37:03,916] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 19:37:04,436] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 19:37:04,436] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 19:37:04,743] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 19:37:04,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:05,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:06,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:06,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:07,150] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:07,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:07,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:08,391] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:08,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:09,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:09,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:10,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:10,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:11,094] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:11,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:11,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:12,415] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:12,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:13,317] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:13,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:14,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:14,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:15,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:15,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:16,126] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:16,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:16,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:17,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:17,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:18,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:18,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:19,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:19,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:19,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:20,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:20,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 19:37:20,967] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 19:37:21,025] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 19:37:21,342] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 19:37:21,750] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 19:37:21,751] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 19:37:21,769] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 19:37:21,770] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 19:37:21,771] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 19:37:21,783] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 19:37:21,784] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:37:22,009] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:37:22,193] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:37:22,378] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 19:37:22,405] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 19:37:22,434] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:37:22,609] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:37:22,823] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 19:37:23,008] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 19:37:23,353] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 19:37:23,354] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 19:37:23,355] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 19:37:23,693] {pyAvaCore:93} INFO - Fetching [2022-11-12 19:37:23,693] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 19:37:24,849] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 19:37:24,849] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 19:37:24,850] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 19:37:24,855] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 19:37:24,855] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 19:37:24,856] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 19:37:24,857] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 19:37:24,858] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 19:37:24,858] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 20:07:01,900] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 20:07:02,162] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 20:07:02,167] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 20:07:02,392] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:07:02,394] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 20:07:02,549] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:07:02,550] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 20:07:02,735] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:07:02,736] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 20:07:02,901] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:07:02,902] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 20:07:03,064] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:07:03,065] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 20:07:03,093] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 20:07:03,250] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:07:03,251] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 20:07:03,689] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 20:07:03,695] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 20:07:03,799] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 20:07:03,801] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 20:07:03,963] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:07:03,964] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 20:07:04,526] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 20:07:04,527] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 20:07:04,744] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 20:07:04,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:05,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:05,922] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:06,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:06,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:07,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:07,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:08,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:08,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:09,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:09,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:10,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:10,540] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:10,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:11,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:11,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:12,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:12,622] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:13,026] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:13,402] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:13,849] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:14,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:14,660] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:15,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:15,593] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:16,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:16,573] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:17,134] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:17,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:18,094] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:18,492] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:18,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:19,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:19,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:20,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:20,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 20:07:21,028] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 20:07:21,099] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 20:07:21,617] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 20:07:22,191] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 20:07:22,192] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 20:07:22,208] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 20:07:22,210] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 20:07:22,210] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 20:07:22,227] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 20:07:22,228] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:07:22,449] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:07:22,619] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:07:22,792] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 20:07:22,823] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 20:07:22,842] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:07:23,013] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:07:23,180] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:07:23,353] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 20:07:23,654] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 20:07:23,655] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 20:07:23,657] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 20:07:23,958] {pyAvaCore:93} INFO - Fetching [2022-11-12 20:07:23,959] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 20:07:25,202] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 20:07:25,203] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 20:07:25,204] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 20:07:25,208] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 20:07:25,208] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 20:07:25,211] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 20:07:25,213] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 20:07:25,213] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 20:07:25,214] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 20:37:02,037] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 20:37:02,404] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 20:37:02,408] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 20:37:02,616] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:37:02,618] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 20:37:03,797] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:37:03,798] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 20:37:03,952] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:37:03,953] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 20:37:04,107] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:37:04,108] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 20:37:04,269] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:37:04,270] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 20:37:04,297] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 20:37:04,463] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:37:04,464] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 20:37:04,756] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 20:37:04,762] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 20:37:04,873] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 20:37:04,874] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 20:37:05,026] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 20:37:05,027] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 20:37:05,601] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 20:37:05,602] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 20:37:05,889] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 20:37:06,140] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:06,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:07,193] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:07,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:08,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:08,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:09,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:09,627] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:10,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:10,638] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:11,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:11,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:11,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:12,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:12,864] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:13,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:13,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:14,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:14,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:15,001] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:15,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:15,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:16,264] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:16,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:17,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:17,706] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:18,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:18,695] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:19,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:19,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:19,918] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:20,347] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:20,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:21,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:21,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:22,183] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 20:37:22,489] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 20:37:22,551] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 20:37:22,899] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 20:37:23,317] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 20:37:23,317] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 20:37:23,333] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 20:37:23,334] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 20:37:23,335] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 20:37:23,352] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 20:37:23,353] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:37:23,582] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:37:23,748] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:37:23,925] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 20:37:23,955] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 20:37:23,973] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:37:24,141] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:37:24,307] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 20:37:24,480] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 20:37:24,765] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 20:37:24,766] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 20:37:24,767] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 20:37:25,111] {pyAvaCore:93} INFO - Fetching [2022-11-12 20:37:25,111] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 20:37:26,272] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 20:37:26,272] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 20:37:26,273] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 20:37:26,275] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 20:37:26,276] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 20:37:26,277] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 20:37:26,278] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 20:37:26,279] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 20:37:26,279] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 21:07:02,748] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 21:07:03,127] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 21:07:03,130] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 21:07:03,330] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:07:03,332] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 21:07:03,486] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:07:03,487] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 21:07:03,644] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:07:03,645] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 21:07:03,785] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:07:03,786] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 21:07:03,942] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:07:03,943] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 21:07:03,970] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 21:07:04,117] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:07:04,118] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 21:07:04,553] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 21:07:04,558] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 21:07:04,670] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 21:07:04,671] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 21:07:04,825] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:07:04,826] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 21:07:05,417] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 21:07:05,417] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 21:07:05,627] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 21:07:05,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:06,279] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:06,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:07,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:07,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:08,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:08,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:09,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:09,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:09,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:10,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:10,728] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:11,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:11,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:12,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:12,507] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:12,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:13,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:13,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:14,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:14,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:15,156] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:15,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:16,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:16,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:17,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:17,663] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:18,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:18,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:18,956] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:19,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:19,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:20,143] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:20,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:21,020] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:21,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 21:07:21,650] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 21:07:21,708] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 21:07:22,014] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 21:07:22,519] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 21:07:22,519] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 21:07:22,536] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 21:07:22,537] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 21:07:22,538] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 21:07:22,574] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 21:07:22,575] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:07:22,751] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:07:22,921] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:07:23,096] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 21:07:23,126] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 21:07:23,145] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:07:23,396] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:07:23,563] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:07:23,739] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 21:07:24,021] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 21:07:24,022] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 21:07:24,022] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 21:07:24,318] {pyAvaCore:93} INFO - Fetching [2022-11-12 21:07:24,318] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 21:07:25,448] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 21:07:25,448] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 21:07:25,449] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 21:07:25,451] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 21:07:25,452] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 21:07:25,453] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 21:07:25,455] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 21:07:25,455] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 21:07:25,456] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 21:37:02,258] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 21:37:02,599] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 21:37:02,602] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 21:37:02,862] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:37:02,864] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 21:37:03,053] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:37:03,054] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 21:37:03,206] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:37:03,207] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 21:37:03,355] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:37:03,356] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 21:37:03,506] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:37:03,507] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 21:37:03,541] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 21:37:03,693] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:37:03,694] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 21:37:03,925] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 21:37:03,930] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 21:37:04,019] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 21:37:04,020] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 21:37:04,178] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 21:37:04,179] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 21:37:04,732] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 21:37:04,732] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 21:37:04,925] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 21:37:05,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:05,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:05,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:06,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:06,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:07,565] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:08,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:08,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:08,933] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:09,412] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:09,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:10,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:10,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:11,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:11,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:12,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:12,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:12,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:13,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:13,843] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:14,217] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:14,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:15,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:15,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:15,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:16,392] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:16,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:17,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:17,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:18,105] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:18,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:19,017] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:19,443] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:19,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:20,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:20,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 21:37:20,960] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 21:37:21,038] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 21:37:21,370] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 21:37:22,112] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 21:37:22,113] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 21:37:22,129] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 21:37:22,130] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 21:37:22,131] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 21:37:22,152] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 21:37:22,154] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:37:22,331] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:37:22,501] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:37:22,674] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 21:37:22,702] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 21:37:22,720] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:37:22,891] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:37:23,061] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 21:37:23,287] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 21:37:23,577] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 21:37:23,579] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 21:37:23,579] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 21:37:23,871] {pyAvaCore:93} INFO - Fetching [2022-11-12 21:37:23,873] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 21:37:24,925] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 21:37:24,926] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 21:37:24,927] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 21:37:24,931] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 21:37:24,932] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 21:37:24,932] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 21:37:24,934] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 21:37:24,935] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 21:37:24,936] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 22:07:01,823] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 22:07:02,073] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 22:07:02,076] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 22:07:02,292] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:07:02,294] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 22:07:02,465] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:07:02,466] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 22:07:02,615] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:07:02,616] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 22:07:02,770] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:07:02,771] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 22:07:02,921] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:07:02,922] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 22:07:02,951] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 22:07:03,101] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:07:03,102] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 22:07:03,387] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 22:07:03,392] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 22:07:03,496] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 22:07:03,498] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 22:07:03,646] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:07:03,647] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 22:07:04,229] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 22:07:04,229] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 22:07:04,426] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 22:07:04,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:05,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:05,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:06,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:06,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:07,219] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:07,810] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:08,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:08,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:09,462] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:09,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:10,346] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:10,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:11,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:11,648] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:12,083] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:12,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:12,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:13,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:13,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:14,245] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:14,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:15,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:15,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:16,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:16,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:16,849] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:17,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:17,820] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:18,319] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:18,781] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:19,267] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:19,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:20,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:20,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:20,994] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 22:07:21,305] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 22:07:21,370] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 22:07:21,881] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 22:07:22,294] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 22:07:22,295] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 22:07:22,311] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 22:07:22,312] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 22:07:22,312] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 22:07:22,328] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 22:07:22,329] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:07:22,496] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:07:22,661] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:07:22,831] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 22:07:22,857] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 22:07:22,877] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:07:23,047] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:07:23,302] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:07:23,472] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 22:07:23,745] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 22:07:23,747] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 22:07:23,747] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 22:07:24,086] {pyAvaCore:93} INFO - Fetching [2022-11-12 22:07:24,087] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 22:07:25,340] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 22:07:25,340] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 22:07:25,341] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 22:07:25,345] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 22:07:25,345] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 22:07:25,346] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 22:07:25,347] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 22:07:25,348] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 22:07:25,348] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 22:37:02,121] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 22:37:02,500] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 22:37:02,504] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 22:37:02,717] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:37:02,719] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 22:37:02,885] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:37:02,887] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 22:37:03,047] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:37:03,048] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 22:37:03,206] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:37:03,207] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 22:37:03,359] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:37:03,360] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 22:37:03,388] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 22:37:03,536] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:37:03,537] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 22:37:03,822] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 22:37:03,827] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 22:37:03,933] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 22:37:03,934] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 22:37:04,084] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 22:37:04,085] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 22:37:04,661] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 22:37:04,661] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 22:37:04,964] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 22:37:05,120] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:05,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:06,074] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:06,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:07,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:07,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:08,125] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:08,511] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:08,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:09,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:09,927] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:10,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:10,914] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:11,344] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:11,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:12,279] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:12,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:13,146] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:13,633] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:14,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:14,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:14,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:15,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:15,867] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:16,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:16,631] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:17,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:17,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:18,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:18,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:18,870] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:19,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:19,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:20,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:20,550] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:20,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 22:37:21,232] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 22:37:21,295] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 22:37:21,635] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 22:37:22,066] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 22:37:22,066] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 22:37:22,084] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 22:37:22,085] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 22:37:22,086] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 22:37:22,102] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 22:37:22,103] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:37:22,268] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:37:22,437] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:37:22,607] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 22:37:22,634] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 22:37:22,653] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:37:22,819] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:37:22,988] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 22:37:23,158] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 22:37:23,462] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 22:37:23,463] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 22:37:23,464] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 22:37:23,785] {pyAvaCore:93} INFO - Fetching [2022-11-12 22:37:23,787] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 22:37:24,826] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 22:37:24,827] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 22:37:24,828] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 22:37:24,833] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 22:37:24,833] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 22:37:24,835] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 22:37:24,836] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 22:37:24,837] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 22:37:24,837] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 23:07:01,972] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 23:07:02,225] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 23:07:02,228] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 23:07:02,436] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:07:02,439] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 23:07:02,588] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:07:02,589] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 23:07:02,749] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:07:02,750] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 23:07:02,899] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:07:02,901] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 23:07:03,047] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:07:03,048] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 23:07:03,077] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 23:07:03,233] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:07:03,234] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 23:07:03,674] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 23:07:03,679] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 23:07:03,784] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 23:07:03,785] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 23:07:03,938] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:07:03,939] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 23:07:04,512] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 23:07:04,512] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 23:07:04,689] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 23:07:04,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:05,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:05,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:06,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:06,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:07,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:07,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:08,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:08,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:09,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:09,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:10,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:10,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:10,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:11,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:11,764] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:12,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:12,534] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:12,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:13,396] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:14,001] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:14,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:14,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:15,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:15,705] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:16,102] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:16,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:17,186] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:17,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:18,020] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:18,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:18,914] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:19,330] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:19,739] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:20,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:20,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 23:07:20,798] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 23:07:20,859] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 23:07:21,397] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 23:07:21,965] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 23:07:21,965] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 23:07:21,986] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 23:07:21,987] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 23:07:21,988] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 23:07:22,006] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 23:07:22,007] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:07:22,230] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:07:22,393] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:07:22,561] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 23:07:22,586] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 23:07:22,606] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:07:22,773] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:07:22,941] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:07:23,117] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 23:07:23,405] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 23:07:23,406] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 23:07:23,406] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 23:07:23,707] {pyAvaCore:93} INFO - Fetching [2022-11-12 23:07:23,708] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 23:07:24,932] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 23:07:24,932] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 23:07:24,933] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 23:07:24,936] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 23:07:24,937] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 23:07:24,938] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 23:07:24,939] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 23:07:24,940] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 23:07:24,940] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-12 23:37:02,766] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-12 23:37:03,211] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/12/2022' [2022-11-12 23:37:03,214] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-12 23:37:03,432] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:37:03,435] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-12 23:37:03,596] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:37:03,597] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-12 23:37:03,740] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:37:03,741] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-12 23:37:03,885] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:37:03,886] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-12 23:37:04,033] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:37:04,034] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 23:37:04,064] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-12 23:37:04,211] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:37:04,212] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-12 23:37:04,497] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-12 23:37:04,502] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-12 23:37:04,588] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-12 23:37:04,590] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-12 23:37:04,734] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-12 23:37:04,736] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-12 23:37:05,291] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-12 23:37:05,292] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-12 23:37:05,607] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-12 23:37:06,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:07,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:07,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:08,292] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:08,744] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:09,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:09,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:10,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:10,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:11,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:11,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:11,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:12,295] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:12,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:13,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:13,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:13,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:14,346] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:14,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:15,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:15,552] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:16,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:16,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:16,895] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:17,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:17,865] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:18,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:18,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:19,068] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:19,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:19,837] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:20,250] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:20,664] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:21,100] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:21,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:22,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-12 23:37:22,377] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-12 23:37:22,434] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 23:37:22,732] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-12 23:37:23,146] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-12 23:37:23,146] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-12 23:37:23,161] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 23:37:23,163] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-12 23:37:23,164] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-12 23:37:23,180] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-12 23:37:23,181] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:37:23,406] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:37:23,579] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:37:23,755] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 23:37:23,784] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-12 23:37:23,805] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:37:23,999] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:37:24,182] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-12 23:37:24,361] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-12 23:37:24,638] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-12 23:37:24,639] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-12 23:37:24,640] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-12 23:37:24,948] {pyAvaCore:93} INFO - Fetching [2022-11-12 23:37:24,948] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-12 23:37:25,980] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-12 23:37:25,981] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-12 23:37:25,981] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-12 23:37:25,985] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-12 23:37:25,986] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-12 23:37:25,987] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-12 23:37:25,991] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-12 23:37:25,991] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-12 23:37:25,992] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json