[2022-11-13 00:07:02,235] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 00:07:02,606] {__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/13/2022' [2022-11-13 00:07:02,610] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 00:07:02,822] {__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-13 00:07:02,823] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 00:07:02,991] {__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-13 00:07:02,992] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 00:07:03,144] {__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-13 00:07:03,145] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 00:07:03,301] {__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-13 00:07:03,302] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 00: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-13 00:07:03,455] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 00:07:03,488] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 00:07:03,637] {__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-13 00:07:03,638] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 00:07:04,034] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 00:07:04,040] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 00:07:04,149] {__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-13 00:07:04,150] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 00:07:04,302] {__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-13 00:07:04,304] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 00:07:04,848] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 00:07:04,849] {__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-13 00:07:05,069] {__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-13 00:07:05,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:05,902] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:06,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:06,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:07,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:08,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:08,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:09,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:09,515] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:10,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:10,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:10,874] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:11,391] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:11,800] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:12,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:12,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:13,137] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:13,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 00: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-13 00:07:14,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:14,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:15,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:15,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:16,105] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:16,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-13 00:07:17,029] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:17,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:17,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:18,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:18,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:19,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:19,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:20,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:20,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:21,158] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:21,593] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 00:07:21,885] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 00:07:21,943] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 00:07:22,271] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 00:07:22,836] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 00:07:22,836] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 00:07:22,853] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 00:07:22,854] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 00:07:22,854] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 00:07:22,875] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 00:07:22,875] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:07:23,046] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:07:23,271] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:07:23,434] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 00:07:23,463] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 00:07:23,481] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:07:23,644] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:07:23,806] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:07:23,975] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 00:07:24,245] {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-13 00:07:24,246] {__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-13 00:07:24,246] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 00:07:24,547] {pyAvaCore:93} INFO - Fetching [2022-11-13 00:07:24,547] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 00:07:26,032] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 00:07:26,033] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 00:07:26,033] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 00:07:26,036] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 00:07:26,037] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 00:07:26,037] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 00:07:26,039] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 00:07:26,040] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 00:37:02,769] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 00:37: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/13/2022' [2022-11-13 00:37:03,130] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 00:37:03,334] {__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-13 00:37:03,336] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 00:37:03,499] {__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-13 00:37:03,500] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 00:37:03,648] {__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-13 00:37:03,649] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 00:37:03,793] {__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-13 00:37:03,794] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 00:37:03,939] {__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-13 00:37:03,940] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 00:37:03,969] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 00:37: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-13 00:37:04,116] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 00:37:04,405] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 00:37:04,410] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 00:37:04,521] {__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-13 00:37:04,522] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 00:37:04,669] {__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-13 00:37:04,670] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 00:37:05,258] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 00:37:05,258] {__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-13 00:37:05,501] {__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-13 00:37:05,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:06,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:06,801] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:07,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:07,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:08,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:12,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:12,781] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:13,600] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:13,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-13 00:37:14,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:14,905] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:15,329] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:15,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:16,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:16,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:16,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:17,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:17,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:18,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:18,559] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:18,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:19,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:19,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:20,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:20,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:21,238] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:21,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-13 00:37:22,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:22,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:23,255] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:23,621] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:24,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:24,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:24,928] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:25,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 00:37:25,639] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 00:37:25,699] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 00:37:26,038] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 00:37:26,458] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 00:37:26,458] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 00:37:26,475] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 00:37:26,476] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 00:37:26,477] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 00:37:26,496] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 00:37:26,497] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:37:26,762] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:37:26,932] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:37:27,102] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 00:37:27,130] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 00:37:27,148] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:37:27,319] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:37:27,491] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 00:37:27,663] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 00:37:27,943] {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-13 00:37:27,944] {__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-13 00:37:27,945] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 00:37:28,252] {pyAvaCore:93} INFO - Fetching [2022-11-13 00:37:28,253] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 00:37:29,460] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 00:37:29,461] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 00:37:29,462] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 00:37:29,465] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 00:37:29,465] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 00:37:29,465] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 00:37:29,468] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 00:37:29,468] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 01:07:02,735] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 01:07:03,928] {__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/13/2022' [2022-11-13 01:07:03,932] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 01:07:04,135] {__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-13 01:07:04,137] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 01:07:04,298] {__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-13 01:07:04,300] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 01:07:04,445] {__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-13 01:07:04,446] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 01:07:04,597] {__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-13 01:07:04,598] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 01:07:04,745] {__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-13 01:07:04,746] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 01:07:04,774] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 01:07:04,916] {__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-13 01:07:04,918] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 01:07:05,383] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 01:07:05,388] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 01:07:05,493] {__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-13 01:07:05,494] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 01:07:05,635] {__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-13 01:07:05,637] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 01:07:06,243] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 01:07:06,243] {__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-13 01:07:06,476] {__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-13 01:07:06,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:07,176] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:07,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:08,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:08,524] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:08,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:09,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-13 01:07:09,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:10,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:10,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:11,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:12,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:12,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:12,992] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07: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-13 01:07:13,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:14,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:14,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:15,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:15,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:16,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:16,465] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:16,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:17,422] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:17,833] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:18,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:18,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:19,024] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:19,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:19,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:20,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:20,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:21,329] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:21,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:22,227] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:22,670] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 01:07:22,984] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 01:07:23,045] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 01:07:23,513] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 01:07:24,022] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 01:07:24,023] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 01:07:24,043] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 01:07:24,044] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 01:07:24,045] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 01:07:24,064] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 01:07:24,065] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:07:24,234] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:07:24,402] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:07:24,570] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 01:07:24,597] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 01:07:24,615] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:07:24,782] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:07:24,947] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:07:25,116] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 01:07:25,423] {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-13 01:07:25,423] {__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-13 01:07:25,424] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 01:07:25,769] {pyAvaCore:93} INFO - Fetching [2022-11-13 01:07:25,769] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 01:07:26,990] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 01:07:26,991] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 01:07:26,994] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 01:07:26,999] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 01:07:26,999] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 01:07:27,000] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 01:07:27,002] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 01:07:27,003] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 01:37:01,863] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 01:37:02,556] {__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/13/2022' [2022-11-13 01:37:02,559] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 01:37:02,771] {__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-13 01:37:02,772] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 01:37:02,931] {__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-13 01:37:02,932] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 01:37:03,087] {__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-13 01:37:03,088] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 01:37:03,244] {__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-13 01:37:03,245] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 01:37:03,386] {__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-13 01:37:03,387] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 01:37:03,415] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 01:37:03,553] {__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-13 01:37:03,555] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 01:37:03,788] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 01:37:03,793] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 01:37:03,875] {__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-13 01:37:03,876] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 01:37:04,020] {__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-13 01:37:04,021] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 01:37:04,538] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 01:37:04,539] {__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-13 01:37:04,772] {__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-13 01:37:04,959] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 01: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-13 01:37:05,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:06,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:07,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:07,502] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:07,930] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:08,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:08,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:09,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:09,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:09,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:10,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:10,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:11,285] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:11,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:12,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:12,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:12,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:13,422] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:13,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-13 01:37:14,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:14,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:15,346] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:15,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:16,177] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:16,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:17,179] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:17,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:18,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:18,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:18,954] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:19,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:19,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-13 01:37:20,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:20,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 01:37:21,172] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 01:37:21,230] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 01:37:21,594] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 01:37:22,009] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 01:37:22,009] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 01:37:22,025] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 01:37:22,027] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 01:37:22,027] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 01:37:22,044] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 01:37:22,045] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:37:22,270] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:37:22,440] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:37:22,608] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 01:37:22,636] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 01:37:22,654] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:37:22,817] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:37:22,985] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 01:37:23,156] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 01:37:23,473] {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-13 01:37:23,474] {__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-13 01:37:23,475] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 01:37:23,813] {pyAvaCore:93} INFO - Fetching [2022-11-13 01:37:23,814] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 01:37:24,827] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 01:37:24,828] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 01:37:24,828] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 01:37:24,832] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 01:37:24,833] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 01:37:24,833] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 01:37:24,835] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 01:37:24,836] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 02:07:02,374] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 02:07:02,792] {__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/13/2022' [2022-11-13 02:07:02,795] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 02:07:03,040] {__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-13 02:07:03,042] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 02:07:03,212] {__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-13 02:07:03,213] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 02:07:03,367] {__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-13 02:07:03,369] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 02:07:03,516] {__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-13 02:07:03,517] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 02:07:03,671] {__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-13 02:07:03,672] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 02:07:03,701] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 02:07:03,848] {__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-13 02:07:03,849] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 02:07:04,199] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 02:07:04,204] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 02:07:04,334] {__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-13 02:07:04,335] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 02:07:04,510] {__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-13 02:07:04,511] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 02:07:05,124] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 02:07:05,124] {__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-13 02:07:05,363] {__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-13 02:07:05,552] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:06,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:06,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:07,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:09,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:09,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:10,052] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:10,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:11,252] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:11,676] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:12,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:12,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:12,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:13,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:13,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-13 02:07:14,310] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:14,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:15,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:15,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:16,257] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:16,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:17,244] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:17,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:18,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:18,719] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:19,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:19,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:20,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:20,497] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:21,000] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:21,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:21,874] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:22,378] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:22,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:23,346] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:23,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 02:07:24,166] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 02:07:24,227] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 02:07:24,699] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 02:07:25,276] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 02:07:25,277] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 02:07:25,295] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 02:07:25,297] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 02:07:25,297] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 02:07:25,315] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 02:07:25,316] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:07:25,566] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:07:25,735] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:07:25,910] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 02:07:25,940] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 02:07:25,963] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:07:26,132] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:07:26,299] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:07:26,470] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 02:07:26,787] {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-13 02:07:26,788] {__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-13 02:07:26,788] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 02:07:27,088] {pyAvaCore:93} INFO - Fetching [2022-11-13 02:07:27,089] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 02:07:28,190] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 02:07:28,190] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 02:07:28,191] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 02:07:28,195] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 02:07:28,196] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 02:07:28,196] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 02:07:28,198] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 02:07:28,199] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 02:37:01,822] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 02:37:02,406] {__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/13/2022' [2022-11-13 02:37:02,410] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 02:37:02,629] {__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-13 02:37:02,631] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 02:37:02,790] {__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-13 02:37:02,791] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 02:37:02,954] {__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-13 02:37:02,955] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 02:37:03,102] {__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-13 02:37:03,103] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 02:37:03,244] {__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-13 02:37:03,245] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 02:37:03,272] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 02:37:03,417] {__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-13 02:37:03,418] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 02:37:03,701] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 02:37:03,706] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 02:37:03,806] {__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-13 02:37:03,808] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 02:37:03,950] {__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-13 02:37:03,952] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 02:37:04,521] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 02:37:04,522] {__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-13 02:37:04,789] {__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-13 02:37:04,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:05,507] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:06,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37: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-13 02:37:07,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:08,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:08,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:08,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:09,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:09,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:10,403] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:10,803] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:11,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:11,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:12,102] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:12,593] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:13,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:13,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:13,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:14,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:14,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:15,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:15,666] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:16,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:16,530] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:16,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:17,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:17,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37: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-13 02:37:18,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:19,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:19,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:20,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:20,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:20,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:21,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 02:37:21,571] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 02:37:21,630] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 02:37:21,961] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 02:37:22,368] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 02:37:22,368] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 02:37:22,389] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 02:37:22,390] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 02:37:22,390] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 02:37:22,408] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 02:37:22,409] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:37:22,576] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:37:22,748] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:37:22,921] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 02:37:22,949] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 02:37:22,971] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:37:23,142] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:37:23,309] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 02:37:23,481] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 02:37:23,736] {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-13 02:37:23,737] {__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-13 02:37:23,737] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 02:37:24,027] {pyAvaCore:93} INFO - Fetching [2022-11-13 02:37:24,027] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 02:37:25,060] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 02:37:25,061] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 02:37:25,062] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 02:37:25,066] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 02:37:25,067] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 02:37:25,067] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 02:37:25,069] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 02:37:25,070] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 03:07:02,101] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 03:07:02,469] {__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/13/2022' [2022-11-13 03:07:02,473] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 03:07:02,730] {__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-13 03:07:02,732] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 03:07:02,925] {__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-13 03:07:02,926] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 03:07:03,089] {__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-13 03:07:03,090] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 03:07:03,246] {__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-13 03:07:03,247] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 03:07:03,392] {__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-13 03:07:03,393] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 03:07:03,423] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 03:07:03,566] {__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-13 03:07:03,567] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 03:07:03,928] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 03:07:03,934] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 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-13 03:07:04,023] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 03:07:04,180] {__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-13 03:07:04,181] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 03:07:04,753] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 03:07:04,753] {__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-13 03:07:04,962] {__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-13 03:07:05,149] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:05,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:06,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:06,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:07,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:07,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:08,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:08,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:09,018] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:10,600] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:11,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:11,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:11,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:12,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:12,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:13,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:13,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:14,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:14,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:14,864] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:15,291] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:15,736] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:16,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:16,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:17,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:17,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:17,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:18,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:18,818] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:19,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:19,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:20,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-13 03:07:20,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:21,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:21,596] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:22,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 03:07:22,474] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 03:07:22,533] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 03:07:22,897] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 03:07:23,308] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 03:07:23,309] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 03:07:23,330] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 03:07:23,332] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 03:07:23,332] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 03:07:23,352] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 03:07:23,353] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:07:23,582] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:07:23,752] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:07:23,921] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 03:07:23,949] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 03:07:23,968] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:07:24,137] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:07:24,306] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:07:24,475] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 03:07:24,739] {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-13 03:07:24,740] {__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-13 03:07:24,741] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 03:07:25,043] {pyAvaCore:93} INFO - Fetching [2022-11-13 03:07:25,044] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 03:07:26,056] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 03:07:26,056] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 03:07:26,057] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 03:07:26,062] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 03:07:26,062] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 03:07:26,063] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 03:07:26,067] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 03:07:26,067] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 03:37:02,294] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 03:37:02,651] {__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/13/2022' [2022-11-13 03:37:02,655] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 03: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-13 03:37:02,864] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 03:37:03,054] {__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-13 03:37:03,055] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 03:37:03,210] {__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-13 03:37:03,211] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 03: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-13 03:37:03,361] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 03: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-13 03:37:03,507] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 03:37:03,532] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 03:37:03,685] {__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-13 03:37:03,686] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 03:37:04,095] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 03:37:04,101] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 03:37:04,209] {__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-13 03:37:04,210] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 03:37:04,356] {__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-13 03:37:04,357] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 03:37:05,035] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 03:37:05,035] {__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-13 03:37:05,446] {__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-13 03:37:05,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:06,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:06,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-13 03:37:07,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:07,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:08,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:08,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:09,146] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:09,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:10,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:10,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:11,048] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:11,463] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:11,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:12,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:12,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:13,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:13,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:14,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:14,551] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:15,007] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:15,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:15,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:16,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-13 03:37:16,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:17,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:17,612] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:18,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:18,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:19,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:19,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:20,009] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:20,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:20,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:21,255] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:21,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 03:37:21,957] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 03:37:22,039] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 03:37:22,364] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 03:37:22,932] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 03:37:22,933] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 03:37:22,951] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 03:37:22,953] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 03:37:22,953] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 03:37:22,970] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 03:37:22,972] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:37:23,200] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:37:23,378] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:37:23,548] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 03:37:23,574] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 03:37:23,595] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:37:23,763] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:37:23,928] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 03:37:24,097] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 03:37:24,414] {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-13 03:37:24,415] {__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-13 03:37:24,416] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 03:37:24,722] {pyAvaCore:93} INFO - Fetching [2022-11-13 03:37:24,723] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 03:37:25,709] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 03:37:25,710] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 03:37:25,711] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 03:37:25,715] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 03:37:25,715] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 03:37:25,716] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 03:37:25,718] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 03:37:25,718] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 04:07:02,624] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 04:07:02,995] {__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/13/2022' [2022-11-13 04:07:02,998] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 04:07:03,219] {__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-13 04:07:03,221] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 04:07:03,390] {__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-13 04:07:03,392] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 04:07:03,551] {__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-13 04:07:03,552] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 04:07:03,709] {__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-13 04:07:03,710] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 04:07:03,856] {__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-13 04:07:03,858] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 04:07:03,885] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 04:07:04,030] {__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-13 04:07:04,031] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 04:07:04,287] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 04:07:04,293] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 04:07:04,403] {__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-13 04:07:04,404] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 04:07:04,549] {__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-13 04:07:04,550] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 04: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-13 04: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-13 04:07:05,325] {__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-13 04:07:05,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:06,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:06,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:07,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:07,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:08,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-13 04:07:08,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:09,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:10,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:11,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:11,833] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:12,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:12,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:13,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:13,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:14,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:14,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-13 04:07:15,105] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:15,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:16,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:16,603] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:17,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:17,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:18,176] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:18,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:19,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:19,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:20,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:20,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:20,992] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:21,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:21,983] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:22,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:22,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:23,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:23,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 04:07:24,025] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 04:07:24,084] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 04:07:24,383] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 04:07:24,802] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 04:07:24,803] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 04:07:24,819] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 04:07:24,820] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 04:07:24,820] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 04:07:24,839] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 04:07:24,840] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:07:25,064] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:07:25,232] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:07:25,402] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 04:07:25,431] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 04:07:25,453] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:07:25,618] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:07:25,786] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:07:25,957] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 04:07:26,247] {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-13 04:07:26,248] {__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-13 04:07:26,249] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 04:07:26,551] {pyAvaCore:93} INFO - Fetching [2022-11-13 04:07:26,551] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 04:07:27,509] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 04:07:27,510] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 04:07:27,511] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 04:07:27,515] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 04:07:27,515] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 04:07:27,516] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 04:07:27,518] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 04:07:27,518] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 04:37:02,376] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 04:37:02,753] {__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/13/2022' [2022-11-13 04:37:02,757] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 04:37:02,982] {__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-13 04:37:02,984] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 04:37:03,136] {__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-13 04:37:03,137] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 04:37:03,287] {__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-13 04:37:03,288] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 04:37:03,430] {__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-13 04:37:03,431] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 04:37:03,583] {__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-13 04:37:03,584] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 04:37:03,611] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 04:37:03,755] {__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-13 04:37:03,756] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 04:37:04,173] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 04:37:04,178] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 04:37:04,261] {__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-13 04:37:04,262] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 04:37:04,416] {__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-13 04:37:04,417] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 04:37:05,022] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 04:37:05,022] {__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-13 04:37:05,327] {__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-13 04:37:05,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:06,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:06,836] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:07,359] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:07,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:08,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:08,742] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:09,191] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:09,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:10,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:11,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:12,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:12,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:12,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:13,464] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:13,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:14,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:14,915] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:15,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:15,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:16,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:16,616] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:17,037] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:17,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:17,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:18,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:18,837] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:19,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:19,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:20,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:20,523] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:20,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:21,388] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:21,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:22,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:22,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 04:37:22,820] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 04:37:22,876] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 04:37:23,211] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 04:37:23,712] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 04:37:23,713] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 04:37:23,729] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 04:37:23,730] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 04:37:23,730] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 04:37:23,747] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 04:37:23,748] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:37:23,925] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:37:24,128] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:37:24,375] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 04:37:24,403] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 04:37:24,422] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:37:24,615] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:37:24,791] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 04:37:24,962] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 04:37:25,209] {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-13 04:37:25,210] {__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-13 04:37:25,211] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 04:37:25,515] {pyAvaCore:93} INFO - Fetching [2022-11-13 04:37:25,516] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 04:37:26,476] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 04:37:26,477] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 04:37:26,478] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 04:37:26,483] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 04:37:26,483] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 04:37:26,484] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 04:37:26,486] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 04:37:26,487] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 05:07:02,672] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 05:07:03,092] {__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/13/2022' [2022-11-13 05:07:03,095] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 05:07:03,306] {__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-13 05:07:03,308] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 05:07:03,487] {__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-13 05:07:03,488] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 05:07:03,636] {__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-13 05:07:03,637] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 05:07:03,787] {__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-13 05:07:03,788] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 05:07:03,934] {__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-13 05:07:03,935] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 05:07:03,963] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 05:07:04,107] {__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-13 05:07:04,108] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 05:07:04,392] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 05:07:04,397] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 05:07:04,499] {__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-13 05:07:04,500] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 05:07:04,655] {__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-13 05:07:04,656] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 05:07:05,200] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 05:07:05,201] {__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-13 05:07:05,404] {__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-13 05:07:05,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 05: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-13 05:07:06,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:07,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:07,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:08,441] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:08,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:09,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:09,881] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:10,351] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:10,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:11,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:11,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:12,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:12,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:13,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:13,814] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:14,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:14,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:15,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:15,900] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:16,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:16,808] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:17,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:17,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:18,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:18,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-13 05:07:19,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:19,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:19,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:20,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:20,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:21,205] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:21,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:22,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:22,575] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 05:07:22,880] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 05:07:22,943] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 05:07:23,291] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 05:07:23,698] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 05:07:23,698] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 05:07:23,719] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 05:07:23,721] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 05:07:23,722] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 05:07:23,738] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 05:07:23,739] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:07:23,907] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:07:24,073] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:07:24,324] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 05:07:24,352] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 05:07:24,372] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:07:24,542] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:07:24,707] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:07:24,881] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 05:07:25,199] {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-13 05:07:25,200] {__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-13 05:07:25,200] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 05:07:25,537] {pyAvaCore:93} INFO - Fetching [2022-11-13 05:07:25,538] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 05:07:26,415] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 05:07:26,415] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 05:07:26,417] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 05:07:26,422] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 05:07:26,422] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 05:07:26,423] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 05:07:26,425] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 05:07:26,426] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 05:37:01,998] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 05:37:02,350] {__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/13/2022' [2022-11-13 05:37:02,354] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 05:37:02,577] {__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-13 05:37:02,579] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 05:37:02,786] {__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-13 05:37:02,787] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 05:37:02,945] {__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-13 05:37:02,946] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 05:37:03,098] {__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-13 05:37:03,099] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 05:37:03,255] {__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-13 05:37:03,256] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 05:37:03,285] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 05:37:03,429] {__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-13 05:37:03,430] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 05:37:03,791] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 05:37:03,797] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 05:37:03,883] {__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-13 05:37:03,884] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 05:37:04,037] {__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-13 05:37:04,038] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 05:37:04,641] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 05:37:04,641] {__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-13 05:37:04,850] {__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-13 05:37:05,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:05,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:06,083] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:06,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:07,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:07,612] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:08,000] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:08,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:08,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:09,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:09,747] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:10,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:10,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:10,971] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:11,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:12,059] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:12,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:12,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:13,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:13,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:14,178] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:14,602] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:15,028] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:15,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:15,856] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:16,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:16,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:17,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:17,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:17,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:18,252] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:18,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:19,152] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:19,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:19,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:20,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 05:37:20,546] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 05:37:20,606] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 05:37:20,927] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 05:37:21,332] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 05:37:21,333] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 05:37:21,349] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 05:37:21,350] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 05:37:21,351] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 05:37:21,367] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 05:37:21,368] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:37:21,537] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:37:21,707] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:37:21,882] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 05:37:21,912] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 05:37:21,932] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:37:22,110] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:37:22,275] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 05:37:22,443] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 05:37:22,760] {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-13 05:37:22,761] {__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-13 05:37:22,761] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 05:37:23,120] {pyAvaCore:93} INFO - Fetching [2022-11-13 05:37:23,121] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 05:37:24,083] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 05:37:24,084] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 05:37:24,085] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 05:37:24,089] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 05:37:24,090] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 05:37:24,090] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 05:37:24,092] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 05:37:24,093] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 06:07:02,352] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 06:07:02,718] {__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/13/2022' [2022-11-13 06:07:02,721] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 06:07:02,923] {__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-13 06:07:02,925] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 06:07:03,077] {__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-13 06:07:03,078] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 06:07:03,232] {__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-13 06:07:03,233] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 06:07:03,377] {__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-13 06:07:03,378] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 06:07:03,528] {__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-13 06:07:03,529] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 06:07:03,555] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 06:07:03,699] {__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-13 06:07:03,700] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 06:07:03,986] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 06:07:03,991] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 06:07:04,073] {__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-13 06:07:04,074] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 06:07:04,220] {__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-13 06:07:04,221] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 06:07:04,726] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 06:07:04,727] {__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-13 06:07:04,920] {__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-13 06:07:05,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:06,068] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:06,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:07,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:07,524] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:07,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:08,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:08,904] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:09,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:09,956] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:10,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:10,904] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:11,333] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:11,758] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:12,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:12,490] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:12,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:13,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:13,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:14,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:14,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:15,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:15,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:15,965] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:16,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:17,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:17,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:17,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-13 06:07:18,306] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:18,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:19,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:19,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:19,996] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:20,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:20,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:21,205] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 06:07:21,436] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 06:07:21,496] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 06:07:21,906] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 06:07:22,481] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 06:07:22,482] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 06:07:22,499] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 06:07:22,500] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 06:07:22,501] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 06:07:22,521] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 06:07:22,522] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:07:22,742] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:07:22,912] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:07:23,078] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 06:07:23,108] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 06:07:23,128] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:07:23,294] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:07:23,460] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:07:23,628] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 06:07:23,927] {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-13 06:07:23,928] {__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-13 06:07:23,928] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 06:07:24,227] {pyAvaCore:93} INFO - Fetching [2022-11-13 06:07:24,228] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 06:07:25,178] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 06:07:25,179] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 06:07:25,181] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 06:07:25,186] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 06:07:25,186] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 06:07:25,187] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 06:07:25,190] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 06:07:25,190] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 06:37:02,099] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 06:37:02,472] {__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/13/2022' [2022-11-13 06:37:02,475] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 06:37:02,680] {__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-13 06:37:02,682] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 06:37:02,836] {__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-13 06:37:02,837] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 06:37:02,977] {__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-13 06:37:02,978] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 06:37:03,120] {__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-13 06:37:03,121] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 06:37:03,261] {__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-13 06:37:03,262] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 06:37:03,300] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 06:37:03,456] {__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-13 06:37:03,457] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 06:37:03,869] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 06:37:03,874] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 06:37:03,972] {__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-13 06:37:03,974] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 06:37:04,119] {__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-13 06:37:04,120] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 06:37:04,769] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 06:37:04,769] {__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-13 06:37:05,040] {__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-13 06:37:05,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:05,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:06,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:06,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:07,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:07,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:08,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:08,359] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:08,830] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:09,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:09,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37: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-13 06:37:10,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:11,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:11,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:11,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:12,335] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:12,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37: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-13 06:37:13,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:14,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:14,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:15,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:15,502] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:15,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:16,322] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:16,799] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:17,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:17,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:18,145] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:18,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:18,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:19,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:19,741] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:20,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:20,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 06:37:20,792] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 06:37:20,853] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 06:37:21,172] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 06:37:21,580] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 06:37:21,581] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 06:37:21,597] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 06:37:21,599] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 06:37:21,599] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 06:37:21,615] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 06:37:21,616] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:37:21,781] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:37:21,951] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:37:22,118] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 06:37:22,144] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 06:37:22,164] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:37:22,378] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:37:22,544] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 06:37:22,708] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 06:37:23,008] {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-13 06:37:23,009] {__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-13 06:37:23,010] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 06:37:23,313] {pyAvaCore:93} INFO - Fetching [2022-11-13 06:37:23,314] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 06:37:24,264] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 06:37:24,264] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 06:37:24,266] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 06:37:24,270] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 06:37:24,271] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 06:37:24,271] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 06:37:24,273] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 06:37:24,274] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 07:07:02,272] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 07: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/13/2022' [2022-11-13 07:07:02,682] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 07:07:02,900] {__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-13 07:07:02,902] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 07:07:03,077] {__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-13 07:07:03,078] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 07:07:03,230] {__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-13 07:07:03,231] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 07:07:03,384] {__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-13 07:07:03,385] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 07:07:03,541] {__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-13 07:07:03,543] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 07:07:03,570] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 07:07:03,717] {__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-13 07:07:03,718] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 07:07:04,002] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 07:07:04,007] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 07:07:04,094] {__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-13 07:07:04,096] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 07:07:04,258] {__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-13 07:07:04,259] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 07:07:04,759] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 07: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-13 07:07:04,959] {__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-13 07:07:05,177] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:05,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:06,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:06,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:07,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:07,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:08,096] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:08,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:08,902] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:09,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:09,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:10,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:10,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:11,120] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07: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-13 07:07:11,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:12,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:12,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:13,183] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:13,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:14,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:14,453] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:14,930] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:15,378] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:15,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:16,310] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:16,667] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:17,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:17,436] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:17,873] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:18,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:18,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:19,189] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:19,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:20,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:20,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 07:07:20,707] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 07:07:20,771] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 07:07:21,195] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 07:07:21,602] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 07:07:21,602] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 07:07:21,618] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 07:07:21,619] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 07:07:21,619] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 07:07:21,634] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 07:07:21,635] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:07:21,801] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:07:21,978] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:07:22,145] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 07:07:22,172] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 07:07:22,193] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:07:22,417] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:07:22,583] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:07:22,751] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 07:07:23,053] {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-13 07:07:23,054] {__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-13 07:07:23,055] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 07:07:23,360] {pyAvaCore:93} INFO - Fetching [2022-11-13 07:07:23,360] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 07:07:25,342] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 07:07:25,343] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 07:07:25,344] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 07:07:25,348] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 07:07:25,349] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 07:07:25,349] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 07:07:25,352] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 07:07:25,352] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 07:37:02,127] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 07:37:02,490] {__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/13/2022' [2022-11-13 07:37:02,493] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 07:37:02,721] {__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-13 07:37:02,723] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 07:37:03,046] {__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-13 07:37:03,047] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 07:37:03,204] {__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-13 07:37:03,205] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 07:37:03,373] {__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-13 07:37:03,375] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 07:37:03,518] {__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-13 07:37:03,519] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 07:37:03,545] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 07:37:03,699] {__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-13 07:37:03,700] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 07:37:04,113] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 07:37:04,119] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 07:37:04,224] {__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-13 07:37:04,225] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 07:37:04,428] {__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-13 07:37:04,429] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 07:37:05,299] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 07:37:05,299] {__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-13 07:37:05,569] {__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-13 07:37:05,763] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:06,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:06,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:07,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:07,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:08,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:08,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:08,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:09,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:09,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:10,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:10,703] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:11,090] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:11,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:12,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:12,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:12,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:13,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:13,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:14,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:14,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:14,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:15,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:15,833] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:16,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:16,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-13 07:37:16,997] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:17,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:17,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:18,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:18,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:19,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:19,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:19,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37: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-13 07:37:20,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 07:37:21,099] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 07:37:21,162] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 07:37:21,456] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 07:37:22,695] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 07:37:22,696] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 07:37:22,714] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 07:37:22,715] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 07:37:22,716] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 07:37:22,731] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 07:37:22,731] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:37:23,007] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:37:23,202] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:37:23,391] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 07:37:23,420] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 07:37:23,440] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:37:23,630] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:37:23,820] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 07:37:24,007] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 07:37:24,346] {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-13 07:37:24,347] {__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-13 07:37:24,348] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 07:37:24,675] {pyAvaCore:93} INFO - Fetching [2022-11-13 07:37:24,677] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 07:37:25,885] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 07:37:25,886] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 07:37:25,887] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 07:37:25,892] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 07:37:25,893] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 07:37:25,893] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 07:37:25,895] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 07:37:25,895] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 08:07:01,958] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 08:07:02,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/13/2022' [2022-11-13 08:07:02,214] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 08:07:02,423] {__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-13 08:07:02,425] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 08:07:02,581] {__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-13 08:07:02,581] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 08:07:02,734] {__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-13 08:07:02,735] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 08:07:02,891] {__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-13 08:07:02,892] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 08:07:03,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-13 08:07:03,035] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 08:07:03,061] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 08:07:03,206] {__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-13 08:07:03,207] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 08:07:03,494] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 08:07:03,501] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 08:07:03,599] {__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-13 08:07:03,600] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 08:07:03,758] {__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-13 08:07:03,759] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 08:07:04,283] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 08:07:04,283] {__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-13 08:07:04,509] {__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-13 08:07:04,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:05,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:05,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:06,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:06,626] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:07,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:07,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:08,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:08,530] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:08,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:09,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:09,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:10,234] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:10,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:11,022] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:11,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:11,819] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:12,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:12,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:13,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:13,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:14,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:14,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:15,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:15,904] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:16,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:16,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:17,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:17,705] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:18,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:18,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:18,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:19,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:19,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:20,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:20,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 08:07:20,891] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 08:07:20,967] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 08:07:21,589] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 08:07:22,285] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 08:07:22,286] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 08:07:22,305] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 08:07:22,307] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 08:07:22,308] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 08:07:22,333] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 08:07:22,335] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:07:22,562] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:07:22,733] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:07:22,902] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 08:07:22,935] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 08:07:22,955] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:07:23,123] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:07:23,290] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:07:23,466] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 08:07:23,691] {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-13 08:07:23,692] {__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-13 08:07:23,694] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 08:07:23,996] {pyAvaCore:93} INFO - Fetching [2022-11-13 08:07:23,997] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 08:07:25,241] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 08:07:25,242] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 08:07:25,244] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 08:07:25,248] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 08:07:25,248] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 08:07:25,249] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 08:07:25,250] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 08:07:25,251] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 08:37:02,200] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 08:37:02,553] {__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/13/2022' [2022-11-13 08:37:02,557] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 08:37:02,770] {__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-13 08:37:02,772] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 08:37:02,942] {__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-13 08:37:02,943] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 08:37:03,156] {__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-13 08:37:03,157] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 08:37:03,345] {__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-13 08:37:03,346] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 08:37:03,508] {__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-13 08:37:03,509] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 08:37:03,537] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 08:37:03,720] {__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-13 08:37:03,721] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 08:37:04,233] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 08:37:04,238] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 08:37:04,362] {__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-13 08:37:04,363] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 08:37:04,518] {__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-13 08:37:04,519] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 08:37:05,171] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 08:37:05,171] {__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-13 08:37:05,458] {__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-13 08:37:05,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:06,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:06,612] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:07,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:07,621] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:08,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:08,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:08,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:09,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:09,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:10,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:10,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:11,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:11,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:12,158] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:12,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:12,878] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:13,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:14,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:14,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:14,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:15,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:15,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:16,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:16,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:16,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:17,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:17,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:18,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:18,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:19,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:19,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:20,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:20,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:21,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:21,522] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 08:37:21,787] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 08:37:21,843] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 08:37:22,212] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 08:37:22,625] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 08:37:22,625] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 08:37:22,641] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 08:37:22,643] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 08:37:22,643] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 08:37:22,659] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 08:37:22,660] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:37:22,914] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:37:23,078] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:37:23,252] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 08:37:23,281] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 08:37:23,300] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:37:23,467] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:37:23,633] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 08:37:23,801] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 08:37:24,117] {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-13 08:37:24,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-13 08:37:24,121] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 08:37:24,420] {pyAvaCore:93} INFO - Fetching [2022-11-13 08:37:24,421] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 08:37:25,532] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 08:37:25,533] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 08:37:25,534] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 08:37:25,538] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 08:37:25,539] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 08:37:25,539] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 08:37:25,541] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 08:37:25,542] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 09:07:02,815] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 09:07:03,154] {__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/13/2022' [2022-11-13 09:07:03,159] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 09:07:03,348] {__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-13 09:07:03,351] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 09:07:03,502] {__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-13 09:07:03,503] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 09:07:03,653] {__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-13 09:07:03,654] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 09:07:03,813] {__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-13 09:07:03,814] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 09:07:03,966] {__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-13 09:07:03,968] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 09:07:03,994] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 09:07:04,137] {__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-13 09:07:04,138] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 09:07:04,424] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 09:07:04,429] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 09:07: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-13 09:07:04,539] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 09:07: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-13 09:07:04,689] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 09:07:05,252] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 09:07:05,252] {__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-13 09:07:05,455] {__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-13 09:07:06,701] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:07,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:07,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:08,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:08,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:09,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:09,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:10,295] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:10,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:11,214] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:11,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:12,183] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:12,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:13,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:13,596] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:13,993] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:14,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:14,928] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:15,306] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:15,722] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:16,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:16,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:17,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:17,534] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:18,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-13 09:07:18,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:18,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:19,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:19,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:20,145] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:20,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:24,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:24,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:24,924] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:25,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:25,818] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 09:07:26,048] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 09:07:26,110] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 09:07:26,426] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 09:07:27,015] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 09:07:27,015] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 09:07:27,033] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 09:07:27,035] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 09:07:27,036] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 09:07:27,051] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 09:07:27,052] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:07:27,274] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:07:27,445] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:07:27,614] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 09:07:27,642] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 09:07:27,661] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:07:27,827] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:07:27,994] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:07:28,169] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 09:07:28,450] {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-13 09:07:28,452] {__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-13 09:07:28,452] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 09:07:28,757] {pyAvaCore:93} INFO - Fetching [2022-11-13 09:07:28,758] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 09:07:30,037] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 09:07:30,038] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 09:07:30,040] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 09:07:30,046] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 09:07:30,047] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 09:07:30,048] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 09:07:30,049] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 09:07:30,050] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 09:37:01,946] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 09:37:02,202] {__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/13/2022' [2022-11-13 09:37:02,205] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 09:37:02,399] {__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-13 09:37:02,401] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 09:37:02,567] {__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-13 09:37:02,568] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 09:37:02,724] {__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-13 09:37:02,725] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 09: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-13 09:37:02,925] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 09:37:03,094] {__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-13 09:37:03,095] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 09:37:03,122] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 09:37:03,281] {__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-13 09:37:03,282] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 09:37:03,642] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 09:37:03,648] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 09:37:03,733] {__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-13 09:37:03,734] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 09:37:03,878] {__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-13 09:37:03,879] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 09:37:04,476] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 09:37:04,476] {__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-13 09:37:04,668] {__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-13 09:37:04,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:05,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:06,019] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:06,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:07,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:07,575] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:08,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:08,509] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:08,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:09,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:09,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:10,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:10,807] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:11,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:11,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:12,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:12,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:12,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:13,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:13,799] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:14,285] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:14,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:15,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:15,575] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:16,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:16,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:16,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:17,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:17,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:18,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:18,522] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:18,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:19,415] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:19,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:20,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:20,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 09:37:21,202] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 09:37:21,259] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 09:37:21,540] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 09:37:21,952] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 09:37:21,953] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 09:37:21,969] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 09:37:21,971] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 09:37:21,971] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 09:37:21,987] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 09:37:21,988] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:37:22,153] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:37:22,319] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:37:22,487] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 09:37:22,513] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 09:37:22,533] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:37:22,700] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:37:22,864] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 09:37:23,037] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 09:37:23,329] {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-13 09:37:23,330] {__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-13 09:37:23,330] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 09:37:23,682] {pyAvaCore:93} INFO - Fetching [2022-11-13 09:37:23,682] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 09:37:24,747] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 09:37:24,747] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 09:37:24,748] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 09:37:24,753] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 09:37:24,754] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 09:37:24,755] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 09:37:24,757] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 09:37:24,757] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 10:07:02,083] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 10:07:02,424] {__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/13/2022' [2022-11-13 10:07:02,428] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 10:07:02,637] {__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-13 10:07:02,639] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 10:07:02,787] {__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-13 10:07:02,788] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 10:07:02,931] {__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-13 10:07:02,932] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 10:07:03,089] {__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-13 10:07:03,090] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 10:07:03,246] {__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-13 10:07:03,247] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 10:07:03,274] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 10:07:03,418] {__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-13 10:07:03,419] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 10:07:03,708] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 10:07:03,713] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 10: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-13 10:07:03,800] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 10:07:03,947] {__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-13 10:07:03,948] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 10:07:04,523] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 10:07:04,523] {__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-13 10:07:04,746] {__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-13 10:07:04,904] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:05,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:06,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:06,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:07,308] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:07,666] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:08,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:08,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:09,156] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:09,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:09,928] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:10,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:10,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:11,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:11,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:12,237] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:12,631] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:13,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:13,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-13 10:07:13,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:14,319] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:14,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:15,219] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:15,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:16,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:16,587] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:17,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:17,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:17,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:18,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:18,808] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:19,217] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:19,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 10: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-13 10:07:20,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:21,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 10:07:21,230] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 10:07:21,293] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 10:07:21,635] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 10:07:22,081] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 10:07:22,082] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 10:07:22,102] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 10:07:22,104] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 10:07:22,105] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 10:07:22,119] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 10:07:22,120] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:07:22,365] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:07:22,546] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:07:22,717] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 10:07:22,745] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 10:07:22,765] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:07:22,930] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:07:23,102] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:07:23,273] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 10:07:23,559] {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-13 10:07:23,560] {__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-13 10:07:23,561] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 10:07:23,867] {pyAvaCore:93} INFO - Fetching [2022-11-13 10:07:23,868] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 10:07:24,827] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 10:07:24,828] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 10:07:24,829] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 10:07:24,833] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 10:07:24,833] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 10:07:24,834] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 10:07:24,835] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 10:07:24,836] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 10:37:02,780] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 10:37:03,142] {__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/13/2022' [2022-11-13 10:37:03,146] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 10:37:03,373] {__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-13 10:37:03,375] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 10:37:03,539] {__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-13 10:37:03,540] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 10:37:03,693] {__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-13 10:37:03,694] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 10:37:03,853] {__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-13 10:37:03,854] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 10:37:04,000] {__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-13 10:37:04,001] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 10:37:04,027] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 10:37:04,166] {__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-13 10:37:04,167] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 10:37:04,571] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 10:37:04,576] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 10:37:04,680] {__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-13 10:37:04,681] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 10:37:04,840] {__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-13 10:37:04,841] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 10:37:05,392] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 10:37:05,393] {__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-13 10:37:05,695] {__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-13 10:37:05,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:06,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:06,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-13 10:37:07,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:07,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:08,290] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:08,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:09,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:09,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:10,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:10,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:10,864] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:11,249] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:11,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:12,103] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:12,524] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:12,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:13,357] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:13,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:14,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:14,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:15,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:15,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:16,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:16,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:17,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:17,427] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:17,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:18,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:18,638] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:19,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:19,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:19,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37: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-13 10:37:20,993] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:21,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 10:37:21,862] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 10:37:21,921] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 10:37:22,205] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 10:37:22,773] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 10:37:22,774] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 10:37:22,791] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 10:37:22,793] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 10:37:22,793] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 10:37:22,809] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 10:37:22,810] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:37:23,029] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:37:23,203] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:37:23,368] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 10:37:23,394] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 10:37:23,414] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:37:23,590] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:37:23,758] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 10:37:23,931] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 10:37:24,259] {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-13 10:37:24,260] {__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-13 10:37:24,261] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 10:37:24,558] {pyAvaCore:93} INFO - Fetching [2022-11-13 10:37:24,558] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 10:37:25,869] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 10:37:25,870] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 10:37:25,872] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 10:37:25,876] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 10:37:25,877] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 10:37:25,877] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 10:37:25,879] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 10:37:25,880] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 11:07:02,051] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 11:07:02,478] {__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/13/2022' [2022-11-13 11:07:02,481] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 11:07:02,719] {__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-13 11:07:02,722] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 11:07:02,900] {__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-13 11:07:02,901] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 11:07:03,067] {__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-13 11:07:03,068] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 11:07:03,227] {__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-13 11:07:03,229] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 11:07:03,376] {__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-13 11:07:03,377] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 11:07:03,408] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 11:07:03,566] {__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-13 11:07:03,567] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 11:07:03,857] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 11:07:03,862] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 11:07:03,950] {__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-13 11:07:03,951] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 11:07:04,104] {__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-13 11:07:04,105] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 11:07:04,657] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 11:07:04,658] {__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-13 11:07:04,839] {__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-13 11:07:04,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:05,553] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:06,094] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:06,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:07,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:07,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:07,900] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:08,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:08,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:09,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:09,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:10,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07: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-13 11:07:11,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:11,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:12,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-13 11:07:12,592] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:13,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:13,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:14,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:14,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:14,924] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:15,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-13 11:07:15,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:16,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:16,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:17,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:17,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:17,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:18,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:18,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:19,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:21,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:21,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:21,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:22,408] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 11:07:22,717] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 11:07:22,775] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 11:07:23,080] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 11:07:23,490] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 11:07:23,490] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 11:07:23,506] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 11:07:23,508] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 11:07:23,508] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 11:07:23,522] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 11:07:23,523] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:07:23,742] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:07:23,909] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:07:24,086] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 11:07:24,113] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 11:07:24,131] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:07:24,305] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:07:24,479] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:07:24,654] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 11:07:24,929] {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-13 11:07:24,929] {__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-13 11:07:24,930] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 11:07:25,239] {pyAvaCore:93} INFO - Fetching [2022-11-13 11:07:25,240] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 11:07:26,243] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 11:07:26,244] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 11:07:26,245] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 11:07:26,248] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 11:07:26,249] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 11:07:26,249] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 11:07:26,252] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 11:07:26,252] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 11:37:02,172] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 11:37:02,534] {__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/13/2022' [2022-11-13 11:37:02,538] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 11:37:02,755] {__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-13 11:37:02,757] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 11:37:02,934] {__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-13 11:37:02,935] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 11:37:03,087] {__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-13 11:37:03,088] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 11:37:03,237] {__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-13 11:37:03,238] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 11:37:03,396] {__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-13 11:37:03,397] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 11:37:03,426] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 11:37:03,572] {__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-13 11:37:03,573] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 11:37:03,852] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 11:37:03,857] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 11:37:03,940] {__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-13 11:37:03,942] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 11:37:04,086] {__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-13 11:37:04,087] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 11:37:04,703] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 11:37:04,703] {__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-13 11:37:04,952] {__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-13 11:37:05,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:05,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:06,068] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37: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-13 11:37:07,267] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:07,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:08,144] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:08,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:08,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:09,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:09,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:10,173] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:10,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:11,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:11,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:12,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:12,676] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:13,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:13,730] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:14,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-13 11:37:14,674] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:15,143] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:15,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:15,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:16,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:16,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:17,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:17,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:18,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:18,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:19,144] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:19,492] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:19,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:20,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:20,810] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:21,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 11:37:21,620] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 11:37:21,678] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 11:37:21,979] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 11:37:22,388] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 11:37:22,389] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 11:37:22,406] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 11:37:22,407] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 11:37:22,407] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 11:37:22,424] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 11:37:22,425] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:37:22,596] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:37:22,764] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:37:22,938] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 11:37:22,976] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 11:37:22,999] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:37:23,248] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:37:23,412] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 11:37:23,579] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 11:37:23,808] {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-13 11:37:23,809] {__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-13 11:37:23,809] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 11:37:24,114] {pyAvaCore:93} INFO - Fetching [2022-11-13 11:37:24,114] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 11:37:25,305] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 11:37:25,306] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 11:37:25,306] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 11:37:25,310] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 11:37:25,310] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 11:37:25,311] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 11:37:25,313] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 11:37:25,313] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 12:07:02,446] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 12:07:02,827] {__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/13/2022' [2022-11-13 12:07:02,830] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 12:07:03,051] {__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-13 12:07:03,053] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 12:07:03,202] {__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-13 12:07:03,203] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 12:07:03,350] {__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-13 12:07:03,352] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 12:07:03,505] {__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-13 12:07:03,506] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 12:07:03,648] {__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-13 12:07:03,649] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 12:07:03,675] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 12:07:03,814] {__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-13 12:07:03,815] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 12:07:04,099] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 12:07:04,104] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 12:07:04,213] {__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-13 12:07:04,215] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 12:07:04,358] {__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-13 12:07:04,359] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 12:07:04,923] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 12:07:04,924] {__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-13 12:07:05,114] {__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-13 12:07:05,333] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:05,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:06,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:06,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:07,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:07,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:08,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:08,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:09,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:09,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:09,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:10,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:10,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:11,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:11,604] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:12,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:12,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:13,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:13,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:14,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:14,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:15,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:15,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:15,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:16,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:16,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:17,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:17,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:18,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:18,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:19,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:19,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:20,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:20,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:21,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:21,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 12:07:21,881] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 12:07:21,950] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 12:07:22,274] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 12:07:22,685] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 12:07:22,686] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 12:07:22,701] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 12:07:22,702] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 12:07:22,703] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 12:07:22,721] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 12:07:22,722] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:07:22,889] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:07:23,059] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:07:23,287] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 12:07:23,320] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 12:07:23,340] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:07:23,506] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:07:23,679] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:07:23,847] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 12:07:24,155] {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-13 12:07:24,156] {__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-13 12:07:24,157] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 12:07:24,525] {pyAvaCore:93} INFO - Fetching [2022-11-13 12:07:24,525] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 12:07:25,635] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 12:07:25,636] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 12:07:25,637] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 12:07:25,639] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 12:07:25,640] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 12:07:25,640] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 12:07:25,644] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 12:07:25,645] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 12:37:02,765] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 12:37:03,156] {__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/13/2022' [2022-11-13 12:37:03,160] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 12:37:03,368] {__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-13 12:37:03,370] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 12:37:03,524] {__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-13 12:37:03,525] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 12:37:03,668] {__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-13 12:37:03,669] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 12:37:03,820] {__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-13 12:37:03,821] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 12:37:03,963] {__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-13 12:37:03,964] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 12:37:03,991] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 12:37:04,134] {__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-13 12:37:04,135] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 12:37:04,566] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 12:37:04,571] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 12:37:04,660] {__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-13 12:37:04,661] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 12:37:04,808] {__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-13 12:37:04,809] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 12:37:05,393] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 12:37:05,393] {__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-13 12:37: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-13 12:37:05,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:06,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:07,052] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:07,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:07,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:08,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-13 12:37:08,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:09,221] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:09,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:10,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:10,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:11,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:11,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:11,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:12,378] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:12,789] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:13,150] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:13,506] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:13,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:14,389] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:14,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:15,205] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:15,666] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:16,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:16,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:17,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:17,465] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:17,865] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:18,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:18,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:19,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-13 12:37:19,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:19,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:20,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:20,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:21,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 12:37:21,385] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 12:37:21,443] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 12:37:21,779] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 12:37:22,268] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 12:37:22,268] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 12:37:22,286] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 12:37:22,288] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 12:37:22,289] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 12:37:22,304] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 12:37:22,305] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:37:22,475] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:37:22,641] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:37:22,816] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 12:37:22,843] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 12:37:22,862] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:37:23,031] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:37:23,289] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 12:37:23,459] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 12:37:23,728] {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-13 12:37:23,729] {__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-13 12:37:23,730] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 12:37:24,065] {pyAvaCore:93} INFO - Fetching [2022-11-13 12:37:24,065] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 12:37:25,322] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 12:37:25,323] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 12:37:25,325] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 12:37:25,328] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 12:37:25,329] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 12:37:25,329] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 12:37:25,331] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 12:37:25,332] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 13:07:01,959] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 13:07:02,212] {__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/13/2022' [2022-11-13 13:07:02,216] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 13:07:02,427] {__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-13 13:07:02,429] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 13:07:02,602] {__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-13 13:07:02,603] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 13:07:02,757] {__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-13 13:07:02,758] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 13:07:02,953] {__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-13 13:07:02,954] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 13:07:03,109] {__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-13 13:07:03,110] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 13:07:03,137] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 13:07:03,289] {__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-13 13:07:03,291] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 13:07:03,595] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 13:07:03,600] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 13:07:03,701] {__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-13 13:07:03,702] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 13:07:03,874] {__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-13 13:07:03,875] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 13:07:04,419] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 13:07:04,420] {__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-13 13:07:04,653] {__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-13 13:07:04,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:05,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:05,870] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:06,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:06,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:07,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:07,847] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:08,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:08,648] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:09,031] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:09,443] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:09,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:10,234] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:10,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:11,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:11,706] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:12,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:12,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:12,904] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:13,351] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:13,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:14,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:14,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:15,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:15,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:16,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:16,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:16,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:17,351] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:17,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:18,176] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:18,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:18,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:19,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:19,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:20,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 13:07:20,592] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 13:07:20,652] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 13:07:21,035] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 13:07:21,444] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 13:07:21,445] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 13:07:21,462] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 13:07:21,463] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 13:07:21,463] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 13:07:21,481] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 13:07:21,482] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:07:21,651] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:07:21,821] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:07:22,000] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 13:07:22,027] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 13:07:22,045] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:07:22,209] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:07:22,373] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:07:22,541] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 13:07:22,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-13 13:07:22,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-13 13:07:22,769] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 13:07:23,080] {pyAvaCore:93} INFO - Fetching [2022-11-13 13:07:23,080] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 13:07:24,178] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 13:07:24,179] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 13:07:24,181] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 13:07:24,185] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 13:07:24,185] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 13:07:24,186] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 13:07:24,188] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 13:07:24,189] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 13:37:01,982] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 13:37:02,359] {__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/13/2022' [2022-11-13 13:37:02,363] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 13:37:02,577] {__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-13 13:37:02,579] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 13:37:02,735] {__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-13 13:37:02,736] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 13:37:02,910] {__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-13 13:37:02,911] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 13:37:03,074] {__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-13 13:37:03,075] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 13:37:03,237] {__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-13 13:37:03,238] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 13:37:03,267] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 13:37:03,412] {__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-13 13:37:03,413] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 13:37:03,693] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 13:37:03,698] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 13:37:03,804] {__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-13 13:37:03,806] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 13:37:03,954] {__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-13 13:37:03,955] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 13:37:04,562] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 13:37:04,562] {__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-13 13:37:04,781] {__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-13 13: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-13 13:37:05,771] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:06,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:06,852] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:07,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:07,881] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:08,357] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:08,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 13: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-13 13:37:09,602] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:10,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:10,477] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:10,870] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:11,322] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:11,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:12,165] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:12,632] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:13,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:13,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:13,898] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:14,348] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:14,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:15,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:15,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:16,348] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:17,007] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:17,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:17,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:18,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:18,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:19,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:19,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:20,057] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:20,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-13 13:37:21,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:21,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 13:37:21,695] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 13:37:21,753] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 13:37:22,094] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 13:37:22,670] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 13:37:22,670] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 13:37:22,686] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 13:37:22,688] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 13:37:22,688] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 13:37:22,703] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 13:37:22,704] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:37:22,921] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:37:23,089] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:37:23,255] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 13:37:23,291] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 13:37:23,312] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:37:23,479] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:37:23,656] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 13:37:23,825] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 13:37:24,110] {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-13 13:37:24,111] {__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-13 13:37:24,112] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 13:37:24,433] {pyAvaCore:93} INFO - Fetching [2022-11-13 13:37:24,433] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 13:37:25,587] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 13:37:25,588] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 13:37:25,588] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 13:37:25,592] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 13:37:25,593] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 13:37:25,593] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 13:37:25,597] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 13:37:25,598] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 14:07:01,973] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 14:07:02,229] {__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/13/2022' [2022-11-13 14:07:02,232] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 14:07:02,433] {__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-13 14:07:02,435] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 14:07:02,599] {__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-13 14:07:02,600] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 14:07:02,757] {__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-13 14:07:02,759] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 14:07:02,907] {__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-13 14:07:02,908] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 14:07:03,063] {__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-13 14:07:03,064] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 14:07:03,093] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 14:07:03,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-13 14:07:03,238] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 14:07:03,521] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 14:07:03,526] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 14:07:03,621] {__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-13 14:07:03,622] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 14:07:03,790] {__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-13 14:07:03,791] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 14:07:04,357] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 14:07:04,357] {__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-13 14:07:04,570] {__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-13 14:07:04,759] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:05,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:05,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:06,271] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:06,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:07,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 14: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-13 14:07:08,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:08,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:09,027] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:09,428] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:10,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:11,417] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:11,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:12,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:12,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:13,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-13 14:07:13,482] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:13,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:14,339] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:14,693] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:15,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:15,621] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:16,067] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:16,536] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:17,035] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:17,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:18,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:19,002] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:19,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:19,792] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:20,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:20,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:21,067] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:21,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:21,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 14:07:22,144] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 14:07:22,217] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 14:07:22,553] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 14:07:23,027] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 14:07:23,028] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 14:07:23,047] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 14:07:23,048] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 14:07:23,048] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 14:07:23,068] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 14:07:23,069] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:07:23,292] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:07:23,466] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:07:23,639] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 14:07:23,667] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 14:07:23,686] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:07:23,856] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:07:24,021] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:07:24,192] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 14:07:24,486] {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-13 14:07:24,487] {__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-13 14:07:24,488] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 14:07:24,825] {pyAvaCore:93} INFO - Fetching [2022-11-13 14:07:24,826] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 14:07:26,034] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 14:07:26,035] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 14:07:26,036] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 14:07:26,039] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 14:07:26,040] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 14:07:26,040] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 14:07:26,043] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 14:07:26,043] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 14:37:02,050] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 14:37:02,414] {__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/13/2022' [2022-11-13 14:37:02,419] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 14:37:02,636] {__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-13 14:37:02,639] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 14:37:02,803] {__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-13 14:37:02,804] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 14:37:02,964] {__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-13 14:37:02,965] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 14:37:03,108] {__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-13 14:37:03,109] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 14:37:03,253] {__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-13 14:37:03,255] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 14:37:03,290] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 14:37:03,448] {__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-13 14:37:03,449] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 14:37:03,836] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 14:37:03,841] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 14:37:03,950] {__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-13 14:37:03,951] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 14:37:04,100] {__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-13 14:37:04,101] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 14:37:04,662] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 14:37:04,662] {__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-13 14:37:05,056] {__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-13 14:37:05,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:05,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:06,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:06,820] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:07,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:07,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:08,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:08,736] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:09,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:09,669] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:10,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:10,548] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:11,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:11,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:11,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:12,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:13,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:13,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:13,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:14,417] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:14,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:15,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:15,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:16,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:16,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:17,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:17,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:17,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:18,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:18,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:19,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:19,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:20,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:20,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:20,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:21,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 14:37:21,638] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 14:37:21,732] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 14:37:22,016] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 14:37:22,586] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-13 14:37:22,586] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-13 14:37:22,603] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 14:37:22,604] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 14:37:22,604] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 14:37:22,622] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 14:37:22,622] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:37:22,788] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:37:22,956] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:37:23,124] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 14:37:23,155] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 14:37:23,175] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:37:23,394] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:37:23,566] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 14:37:23,738] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 14:37:24,048] {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-13 14:37:24,048] {__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-13 14:37:24,049] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 14:37:24,353] {pyAvaCore:93} INFO - Fetching [2022-11-13 14:37:24,354] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 14:37:25,375] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 14:37:25,376] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 14:37:25,376] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 14:37:25,379] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 14:37:25,380] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 14:37:25,381] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 14:37:25,383] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 14:37:25,384] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 15:07:01,955] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 15:07:02,208] {__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/13/2022' [2022-11-13 15:07:02,211] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 15:07:02,419] {__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-13 15:07:02,421] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 15:07:02,579] {__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-13 15:07:02,580] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 15:07:02,741] {__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-13 15:07:02,742] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 15: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-13 15:07:02,902] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 15:07:03,055] {__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-13 15:07:03,056] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 15:07:03,082] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 15:07:03,222] {__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-13 15:07:03,223] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 15:07:03,510] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 15:07:03,515] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 15:07:03,623] {__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-13 15:07:03,624] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 15:07:03,767] {__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-13 15:07:03,768] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 15:07:04,317] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 15:07:04,317] {__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-13 15:07:04,545] {__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-13 15:07:04,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:05,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:05,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:06,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:06,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:07,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:07,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:08,055] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:08,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:09,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:09,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:10,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:10,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:11,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:11,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:12,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:12,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-13 15:07:13,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:13,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:13,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:14,379] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:14,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:15,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:15,667] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:16,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:16,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:16,943] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:17,427] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:17,898] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:18,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:19,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:19,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:19,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:20,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-13 15:07:20,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:21,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 15:07:21,536] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.json [2022-11-13 15:07:21,595] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 15:07:21,933] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 15:07:22,347] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 15:07:22,347] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 15:07:22,367] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 15:07:22,368] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:07:22,540] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:07:22,712] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:07:22,883] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 15:07:22,913] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 15:07:22,933] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:07:23,100] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:07:23,323] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:07:23,493] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 15:07:23,824] {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-13 15:07:23,825] {__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-13 15:07:23,826] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 15:07:24,162] {pyAvaCore:93} INFO - Fetching [2022-11-13 15:07:24,162] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 15:07:25,257] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 15:07:25,258] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 15:07:25,261] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 15:07:25,264] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 15:07:25,265] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 15:07:25,265] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 15:07:25,268] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 15:07:25,268] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 15:37:02,230] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 15:37:02,603] {__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/13/2022' [2022-11-13 15:37:02,606] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 15:37:02,820] {__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-13 15:37:02,822] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 15:37:03,007] {__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-13 15:37:03,008] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 15:37:03,160] {__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-13 15:37:03,161] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 15:37: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-13 15:37:03,356] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 15:37: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-13 15:37:03,510] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 15:37:03,539] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 15:37:03,695] {__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-13 15:37:03,696] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 15:37:04,088] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 15:37:04,093] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 15:37:04,202] {__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-13 15:37:04,204] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 15:37:04,347] {__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-13 15:37:04,348] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 15:37:04,995] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 15:37:04,995] {__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-13 15:37:05,324] {__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-13 15:37:05,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:06,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:06,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:07,149] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:07,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:08,027] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:08,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:08,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:09,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:09,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:10,205] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:10,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:11,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:11,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:11,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 15: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-13 15:37:12,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:13,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:13,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:14,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:14,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:14,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:15,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:16,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:16,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:17,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:17,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:18,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:18,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:19,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:19,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:19,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:20,292] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:20,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:21,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:21,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 15:37:21,729] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 15:37:21,799] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 15:37:22,120] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 15:37:22,745] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 15:37:22,746] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 15:37:22,757] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 15:37:22,757] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:37:22,976] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:37:23,148] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:37:23,394] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 15:37:23,423] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 15:37:23,443] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:37:23,610] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:37:23,778] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 15:37:23,947] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 15:37:24,241] {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-13 15:37:24,243] {__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-13 15:37:24,243] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 15:37:24,577] {pyAvaCore:93} INFO - Fetching [2022-11-13 15:37:24,578] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 15:37:26,430] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 15:37:26,431] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 15:37:26,432] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 15:37:26,437] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 15:37:26,438] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 15:37:26,440] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 15:37:26,443] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 15:37:26,443] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 15:37:26,443] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 16:07:02,784] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 16:07:03,158] {__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/13/2022' [2022-11-13 16:07:03,162] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 16:07:03,364] {__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-13 16:07:03,366] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 16:07:03,515] {__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-13 16:07:03,516] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 16:07:03,671] {__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-13 16:07:03,672] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 16:07:03,821] {__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-13 16:07:03,822] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 16:07:03,966] {__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-13 16:07:03,967] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 16:07:03,995] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 16:07:04,145] {__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-13 16:07:04,146] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 16:07:04,442] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 16:07:04,447] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 16:07: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-13 16:07:04,539] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 16:07:04,682] {__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-13 16:07:04,683] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 16:07:05,258] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 16: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-13 16:07:05,442] {__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-13 16:07:05,695] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:06,391] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:06,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:07,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:07,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:08,310] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:08,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-13 16:07:09,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-13 16:07:10,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:10,626] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:11,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:11,653] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:12,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-13 16:07:12,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:12,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:13,354] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:13,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:14,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:15,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:15,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:15,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:16,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:16,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:17,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:17,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:18,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07: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-13 16:07:19,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:19,529] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:19,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:20,365] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:20,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:21,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:21,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:22,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:22,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 16:07:22,764] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 16:07:22,830] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 16:07:23,172] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 16:07:23,595] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 16:07:23,595] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 16:07:23,609] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 16:07:23,610] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:07:23,867] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:07:24,070] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:07:24,246] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 16:07:24,279] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 16:07:24,300] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:07:24,482] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:07:24,660] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:07:24,833] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 16:07:25,151] {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-13 16:07:25,152] {__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-13 16:07:25,152] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 16:07:25,457] {pyAvaCore:93} INFO - Fetching [2022-11-13 16:07:25,457] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 16:07:26,420] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 16:07:26,421] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 16:07:26,422] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 16:07:26,428] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 16:07:26,428] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 16:07:26,429] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 16:07:26,432] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 16:07:26,433] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 16:07:26,433] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 16:37:02,449] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 16: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/13/2022' [2022-11-13 16:37:02,843] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 16:37:03,100] {__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-13 16:37:03,102] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 16:37:03,297] {__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-13 16:37:03,298] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 16:37:03,496] {__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-13 16:37:03,497] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 16:37:03,652] {__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-13 16:37:03,653] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 16:37:03,844] {__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-13 16:37:03,845] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 16:37:03,871] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 16:37:04,036] {__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-13 16:37:04,037] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 16:37:04,550] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 16:37:04,555] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 16:37:04,663] {__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-13 16:37:04,665] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 16:37:04,846] {__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-13 16:37:04,847] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 16:37:05,447] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 16:37:05,447] {__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-13 16:37:05,690] {__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-13 16:37:05,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:06,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:07,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:07,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:08,357] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:08,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:09,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:09,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:10,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:10,949] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:11,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:11,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:12,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:12,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:14,383] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:14,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:15,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-13 16:37:15,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:16,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:16,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-13 16:37:17,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:17,676] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:18,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:19,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:19,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:19,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:20,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:20,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:21,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:21,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:22,244] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:22,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:23,002] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:23,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:24,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:24,561] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 16:37:24,828] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 16:37:24,888] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 16:37:25,224] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 16:37:25,793] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 16:37:25,793] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 16:37:25,816] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 16:37:25,817] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:37:26,052] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:37:26,234] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:37:26,409] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 16:37:26,444] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 16:37:26,464] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:37:26,633] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:37:26,802] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 16:37:26,977] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 16:37:27,367] {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-13 16:37:27,368] {__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-13 16:37:27,369] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 16:37:27,742] {pyAvaCore:93} INFO - Fetching [2022-11-13 16:37:27,743] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 16:37:28,833] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 16:37:28,834] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 16:37:28,836] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 16:37:28,840] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 16:37:28,841] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 16:37:28,842] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 16:37:28,844] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 16:37:28,845] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 16:37:28,845] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 17:07:02,762] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 17:07:03,101] {__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/13/2022' [2022-11-13 17:07:03,105] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 17:07:03,311] {__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-13 17:07:03,313] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 17:07:03,459] {__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-13 17:07:03,461] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 17:07:03,618] {__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-13 17:07:03,619] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 17:07:03,774] {__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-13 17:07:03,775] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 17:07:03,919] {__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-13 17:07:03,920] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 17:07:03,947] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 17:07:04,094] {__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-13 17:07:04,095] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 17:07:04,377] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 17:07:04,382] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 17:07:04,490] {__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-13 17:07:04,491] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 17:07:04,637] {__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-13 17:07:04,638] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 17:07:05,163] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 17:07:05,164] {__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-13 17:07:05,492] {__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-13 17:07:05,747] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:06,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:06,724] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:07,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:07,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:08,607] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:09,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:09,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:10,238] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:10,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:11,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:11,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:11,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:12,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:12,701] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:13,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:13,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:13,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:14,441] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:14,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:15,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:15,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:16,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:16,610] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:16,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:17,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:17,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:18,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:19,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:20,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:20,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:20,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:21,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:21,711] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:22,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:22,722] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 17:07:23,089] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 17:07:23,149] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 17:07:24,706] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 17:07:25,126] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 17:07:25,127] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 17:07:25,144] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 17:07:25,146] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:07:25,373] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:07:25,538] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:07:25,707] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 17:07:25,735] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 17:07:25,755] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:07:25,924] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:07:26,093] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:07:26,265] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 17:07:26,515] {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-13 17:07:26,516] {__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-13 17:07:26,516] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 17:07:26,868] {pyAvaCore:93} INFO - Fetching [2022-11-13 17:07:26,869] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 17:07:28,017] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 17:07:28,018] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 17:07:28,019] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 17:07:28,023] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 17:07:28,023] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 17:07:28,024] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 17:07:28,026] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 17:07:28,026] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 17:07:28,027] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 17:37:02,076] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 17:37:02,431] {__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/13/2022' [2022-11-13 17:37:02,434] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 17:37:02,631] {__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-13 17:37:02,633] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 17:37:02,799] {__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-13 17:37:02,800] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 17:37:02,946] {__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-13 17:37:02,947] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 17:37:03,090] {__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-13 17:37:03,091] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 17:37:03,234] {__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-13 17:37:03,235] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 17:37:03,267] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 17:37:03,410] {__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-13 17:37:03,411] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 17:37:03,641] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 17:37:03,646] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 17:37:03,736] {__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-13 17:37:03,738] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 17:37:03,882] {__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-13 17:37:03,884] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 17:37:04,581] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 17:37:04,582] {__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-13 17:37:04,783] {__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-13 17:37:04,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:05,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:06,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:06,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:07,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:07,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:08,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:08,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:09,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:09,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:09,898] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:10,328] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:10,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:11,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:11,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:12,022] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:12,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:12,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:13,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:13,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:14,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:14,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-13 17:37:15,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:15,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:16,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:16,870] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:17,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:17,852] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:18,308] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:18,695] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:19,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:19,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:19,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:20,283] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:20,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:21,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 17:37:21,354] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 17:37:21,414] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 17:37:21,753] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 17:37:22,164] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 17:37:22,164] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 17:37:22,182] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 17:37:22,182] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:37:22,348] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:37:22,521] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:37:22,690] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 17:37:22,719] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 17:37:22,737] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:37:22,902] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:37:23,072] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 17:37:23,244] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 17:37:23,539] {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-13 17:37:23,541] {__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-13 17:37:23,541] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 17:37:23,867] {pyAvaCore:93} INFO - Fetching [2022-11-13 17:37:23,868] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 17:37:25,079] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 17:37:25,079] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 17:37:25,081] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 17:37:25,084] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 17:37:25,085] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 17:37:25,086] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 17:37:25,088] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 17:37:25,089] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 17:37:25,089] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 18:07:02,314] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 18:07:02,690] {__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/13/2022' [2022-11-13 18:07:02,693] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 18:07:02,900] {__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-13 18:07:02,902] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 18:07:03,081] {__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-13 18:07:03,082] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 18:07:03,242] {__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-13 18:07:03,243] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 18:07:03,403] {__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-13 18:07:03,404] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 18:07:03,554] {__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-13 18:07:03,555] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 18:07:03,583] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 18:07:03,725] {__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-13 18:07:03,726] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 18:07:04,007] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 18:07:04,012] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 18:07:04,103] {__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-13 18:07:04,104] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 18:07:04,266] {__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-13 18:07:04,268] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 18:07:04,920] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 18:07:04,921] {__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-13 18:07:05,146] {__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-13 18:07:05,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:06,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:06,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:07,026] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:07,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:07,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:09,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:09,703] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:10,137] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:10,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:11,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:11,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:12,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:12,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:13,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:13,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:14,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:14,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:14,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:15,490] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:15,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:16,387] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:16,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:17,330] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:17,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:18,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:18,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:18,975] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:19,389] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:19,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:20,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:20,856] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:21,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:21,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:22,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:22,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 18:07:22,955] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 18:07:23,035] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 18:07:23,435] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 18:07:24,009] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 18:07:24,009] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 18:07:24,027] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 18:07:24,028] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:07:24,251] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:07:24,421] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:07:24,593] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 18:07:24,620] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 18:07:24,640] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:07:24,807] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:07:24,973] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:07:25,141] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 18:07:25,445] {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-13 18:07:25,446] {__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-13 18:07:25,446] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 18:07:25,774] {pyAvaCore:93} INFO - Fetching [2022-11-13 18:07:25,775] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 18:07:26,769] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 18:07:26,770] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 18:07:26,770] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 18:07:26,775] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 18:07:26,776] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 18:07:26,776] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 18:07:26,779] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 18:07:26,779] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 18:07:26,780] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 18:37:02,688] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 18: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/13/2022' [2022-11-13 18:37:03,046] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 18:37:03,236] {__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-13 18:37:03,238] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 18:37:03,392] {__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-13 18:37:03,393] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 18:37:03,531] {__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-13 18:37:03,532] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 18:37:03,690] {__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-13 18:37:03,691] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 18: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-13 18:37:03,834] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 18:37:03,869] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 18:37:04,326] {__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-13 18:37:04,327] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 18:37:04,751] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 18:37:04,756] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 18:37:04,874] {__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-13 18:37:04,875] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 18:37:05,018] {__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-13 18:37:05,019] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 18:37:05,598] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 18:37:05,599] {__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-13 18:37:06,109] {__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-13 18:37:06,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:07,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:07,838] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:08,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:08,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-13 18:37:09,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:09,587] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:10,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:10,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:11,006] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:11,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:12,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:12,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:12,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:13,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:13,772] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:14,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:14,548] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:15,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:15,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:16,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:16,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:16,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:17,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:17,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:18,267] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:18,759] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:19,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-13 18:37:19,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:20,028] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:20,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:20,830] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:21,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:21,705] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:22,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:22,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 18:37:23,133] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 18:37:23,193] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 18:37:23,516] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 18:37:23,928] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 18:37:23,929] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 18:37:23,947] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 18:37:23,948] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:37:24,117] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:37:24,370] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:37:24,538] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 18:37:24,568] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 18:37:24,586] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:37:24,753] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:37:24,920] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 18:37:25,092] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 18:37:25,379] {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-13 18:37:25,380] {__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-13 18:37:25,381] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 18:37:25,695] {pyAvaCore:93} INFO - Fetching [2022-11-13 18:37:25,695] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 18:37:26,739] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 18:37:26,740] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 18:37:26,740] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 18:37:26,746] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 18:37:26,746] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 18:37:26,747] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 18:37:26,749] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 18:37:26,749] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 18:37:26,749] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 19:07:02,109] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 19:07:02,482] {__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/13/2022' [2022-11-13 19:07:02,485] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 19: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-13 19:07:02,701] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 19:07:02,868] {__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-13 19:07:02,869] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 19:07:03,022] {__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-13 19:07:03,023] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 19:07:03,164] {__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-13 19:07:03,165] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 19:07:03,322] {__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-13 19:07:03,323] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 19:07:03,353] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 19:07:03,503] {__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-13 19:07:03,504] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 19:07:03,791] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 19:07:03,796] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 19:07:03,888] {__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-13 19:07:03,890] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 19:07:04,038] {__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-13 19:07:04,039] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 19:07:04,566] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 19:07:04,566] {__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-13 19:07:04,784] {__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-13 19:07:04,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:05,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:05,878] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:06,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:06,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:07,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:08,052] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:08,408] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:08,865] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:09,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:09,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:10,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:10,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:10,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:11,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:12,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:12,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:13,083] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:13,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:14,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:14,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 19: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-13 19:07:15,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:15,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:16,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:16,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:17,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:17,534] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:17,924] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:18,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:18,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:19,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:20,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:20,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:21,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:21,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 19:07:21,906] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 19:07:21,967] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 19:07:22,477] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 19:07:22,885] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 19:07:22,886] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 19: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-13 19:07:22,907] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:07:23,089] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:07:23,297] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:07:23,473] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 19:07:23,502] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 19:07:23,521] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:07:23,693] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:07:23,866] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:07:24,049] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 19:07:24,307] {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-13 19:07:24,308] {__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-13 19:07:24,309] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 19:07:24,623] {pyAvaCore:93} INFO - Fetching [2022-11-13 19:07:24,624] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 19:07:25,535] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 19:07:25,535] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 19:07:25,538] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 19:07:25,540] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 19:07:25,541] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 19:07:25,542] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 19:07:25,545] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 19:07:25,545] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 19:07:25,545] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 19:37:02,474] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 19:37:02,853] {__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/13/2022' [2022-11-13 19:37:02,857] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 19:37:03,071] {__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-13 19:37:03,074] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 19:37:03,232] {__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-13 19:37:03,233] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 19:37: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-13 19:37:03,381] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 19:37: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-13 19:37:03,535] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 19:37:03,685] {__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-13 19:37:03,686] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 19:37:03,713] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 19:37:03,854] {__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-13 19:37:03,855] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 19:37:04,238] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 19:37:04,243] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 19:37:04,328] {__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-13 19:37:04,330] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 19:37:04,472] {__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-13 19:37:04,473] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 19:37:05,097] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 19:37:05,097] {__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-13 19:37:05,429] {__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-13 19:37:05,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:06,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:06,959] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:07,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-13 19:37:07,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:08,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:08,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:09,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:09,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:10,378] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:10,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:11,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:11,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:12,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:12,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:12,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:14,383] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:14,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:15,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:15,575] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:15,970] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:16,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:16,983] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:17,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:17,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:18,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:18,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:19,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:19,616] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:20,156] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:20,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:21,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:21,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:21,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:22,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:22,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 19:37:23,099] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 19:37:23,159] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 19:37:23,474] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 19:37:23,887] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 19:37:23,887] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 19:37:23,910] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 19:37:23,912] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:37:24,133] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:37:24,304] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:37:24,472] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 19:37:24,502] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 19:37:24,520] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:37:24,686] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:37:24,853] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 19:37:26,023] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 19:37:26,305] {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-13 19:37:26,307] {__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-13 19:37:26,307] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 19:37:26,619] {pyAvaCore:93} INFO - Fetching [2022-11-13 19:37:26,620] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 19:37:27,844] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 19:37:27,845] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 19:37:27,846] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 19:37:27,850] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 19:37:27,850] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 19:37:27,851] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 19:37:27,852] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 19:37:27,853] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 19:37:27,853] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 20:07:01,818] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 20:07:02,068] {__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/13/2022' [2022-11-13 20:07:02,072] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 20:07:02,271] {__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-13 20:07:02,273] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 20:07:02,424] {__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-13 20:07:02,425] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 20:07:02,577] {__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-13 20:07:02,578] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 20:07:02,727] {__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-13 20:07:02,728] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 20:07:02,874] {__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-13 20:07:02,875] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 20:07:02,901] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 20:07:03,050] {__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-13 20:07:03,051] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 20:07:03,336] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 20:07:03,341] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 20:07:03,451] {__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-13 20:07:03,453] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 20:07:03,604] {__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-13 20:07:03,605] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 20:07:04,126] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 20:07:04,126] {__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-13 20:07:04,326] {__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-13 20:07:04,744] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:05,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:05,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:06,076] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:06,717] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:07,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:07,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:08,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:08,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-13 20:07:09,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:09,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07: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-13 20:07:10,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:10,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:11,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:11,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:12,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:12,892] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:13,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:13,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:14,144] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:14,667] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:15,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:15,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:16,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:16,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:16,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:17,367] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:18,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:18,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:18,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:19,329] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:19,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:20,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:20,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:21,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 20:07:21,426] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 20:07:21,486] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 20:07:21,824] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 20:07:22,235] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 20:07:22,235] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 20:07:22,252] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 20:07:22,253] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:07:22,418] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:07:22,584] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:07:22,750] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 20:07:22,781] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 20:07:22,800] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:07:22,970] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:07:23,143] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:07:23,370] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 20:07:23,596] {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-13 20:07:23,598] {__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-13 20:07:23,598] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 20:07:23,943] {pyAvaCore:93} INFO - Fetching [2022-11-13 20:07:23,943] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 20:07:24,951] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 20:07:24,951] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 20:07:24,953] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 20:07:24,956] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 20:07:24,956] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 20:07:24,957] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 20:07:24,960] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 20:07:24,960] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 20:07:24,961] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 20:37:02,044] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 20:37:02,413] {__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/13/2022' [2022-11-13 20:37:02,417] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 20:37:02,632] {__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-13 20:37:02,634] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 20:37:02,795] {__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-13 20:37:02,796] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 20:37:02,953] {__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-13 20:37:02,955] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 20:37:03,106] {__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-13 20:37:03,107] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 20:37:03,251] {__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-13 20:37:03,252] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 20:37:03,280] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 20:37:03,445] {__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-13 20:37:03,446] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 20:37:03,791] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 20:37:03,796] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 20:37:03,887] {__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-13 20:37:03,888] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 20:37:04,038] {__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-13 20:37:04,040] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 20:37:04,577] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 20:37:04,578] {__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-13 20:37:04,780] {__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-13 20:37:04,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:05,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:06,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:06,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:08,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:08,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-13 20:37:09,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:09,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:10,205] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:10,641] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:11,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:11,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:12,031] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:12,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:12,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:13,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:13,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:14,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:14,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:15,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:16,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:16,567] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:17,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:17,497] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:17,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:18,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:18,830] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:19,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:19,683] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:20,126] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:20,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:21,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:21,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:22,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:22,663] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:23,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 20:37:23,371] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 20:37:23,436] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 20:37:23,769] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 20:37:24,241] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 20:37:24,242] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 20:37:24,257] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 20:37:24,259] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:37:24,475] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:37:24,644] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:37:24,809] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 20:37:24,839] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 20:37:24,859] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:37:25,024] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:37:25,190] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 20:37:25,359] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 20:37:25,662] {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-13 20:37:25,663] {__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-13 20:37:25,663] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 20:37:26,008] {pyAvaCore:93} INFO - Fetching [2022-11-13 20:37:26,009] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 20:37:27,964] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 20:37:27,965] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 20:37:27,967] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 20:37:27,969] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 20:37:27,970] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 20:37:27,971] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 20:37:27,974] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 20:37:27,975] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 20:37:27,975] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 21:07:02,311] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 21:07:02,672] {__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/13/2022' [2022-11-13 21:07:02,675] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 21:07:02,917] {__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-13 21:07:02,919] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 21:07:03,110] {__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-13 21:07:03,111] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 21:07:03,271] {__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-13 21:07:03,272] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 21:07:03,428] {__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-13 21:07:03,429] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 21:07:03,583] {__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-13 21:07:03,584] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 21:07:03,610] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 21:07:03,759] {__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-13 21:07:03,760] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 21:07:04,057] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 21:07:04,062] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 21:07:04,181] {__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-13 21:07:04,182] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 21:07:04,329] {__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-13 21:07:04,330] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 21:07:04,843] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 21:07:04,844] {__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-13 21:07:05,049] {__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-13 21:07:05,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:05,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:06,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:06,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:07,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:07,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:08,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:09,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:09,529] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:10,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-13 21:07:10,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:10,898] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:11,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:11,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:12,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:12,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-13 21:07:13,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:13,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:14,308] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:14,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:15,244] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:15,758] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:16,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:16,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:17,144] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:17,596] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:18,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:18,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:18,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:19,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:20,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:20,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:20,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:22,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:22,922] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:23,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 21:07:23,664] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 21:07:23,725] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 21:07:24,020] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 21:07:24,595] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 21:07:24,596] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 21:07:24,611] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 21:07:24,612] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:07:24,840] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:07:25,011] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:07:25,191] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 21:07:25,227] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 21:07:25,246] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:07:25,425] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:07:25,598] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:07:25,774] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 21:07:26,094] {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-13 21:07:26,094] {__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-13 21:07:26,095] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 21:07:26,402] {pyAvaCore:93} INFO - Fetching [2022-11-13 21:07:26,402] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 21:07:27,769] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 21:07:27,770] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 21:07:27,771] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 21:07:27,775] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 21:07:27,777] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 21:07:27,778] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 21:07:27,780] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 21:07:27,780] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 21:07:27,781] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 21:37:02,946] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 21:37:03,336] {__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/13/2022' [2022-11-13 21:37:03,340] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 21:37:03,551] {__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-13 21:37:03,553] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 21:37:03,716] {__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-13 21:37:03,718] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 21:37:03,876] {__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-13 21:37:03,878] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 21:37:04,037] {__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-13 21:37:04,038] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 21:37:04,196] {__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-13 21:37:04,197] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 21:37:04,223] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 21:37:04,404] {__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-13 21:37:04,406] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 21:37:04,864] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 21:37:04,870] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 21:37:04,978] {__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-13 21:37:04,979] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 21:37:05,135] {__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-13 21:37:05,136] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 21:37:05,759] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 21:37:05,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-13 21:37:06,118] {__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-13 21:37:06,377] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:08,237] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:08,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:09,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-13 21:37:09,812] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:10,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:10,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:11,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:11,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:12,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:12,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:13,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:13,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:14,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:14,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:15,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:15,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:16,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:16,794] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:17,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:17,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-13 21:37:18,287] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:18,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:19,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:19,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:20,078] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:20,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:21,193] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:21,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:22,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:22,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:23,197] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:23,831] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:24,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:24,794] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:25,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 21:37:25,683] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 21:37:25,743] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 21:37:26,081] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 21:37:26,498] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 21:37:26,499] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 21:37:26,518] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 21:37:26,519] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:37:26,781] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:37:26,956] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:37:27,132] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 21:37:27,160] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 21:37:27,181] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:37:27,358] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:37:27,532] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 21:37:27,709] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 21:37:27,988] {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-13 21:37:27,989] {__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-13 21:37:27,991] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 21:37:28,308] {pyAvaCore:93} INFO - Fetching [2022-11-13 21:37:28,308] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 21:37:29,397] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 21:37:29,398] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 21:37:29,400] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 21:37:29,403] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 21:37:29,404] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 21:37:29,405] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 21:37:29,407] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 21:37:29,407] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 21:37:29,408] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 22:07:02,904] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 22:07:03,168] {__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/13/2022' [2022-11-13 22:07:03,173] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 22:07:03,375] {__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-13 22:07:03,377] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 22:07:03,534] {__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-13 22:07:03,535] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 22:07:03,686] {__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-13 22:07:03,687] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 22:07:03,837] {__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-13 22:07:03,838] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 22:07:03,989] {__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-13 22:07:03,990] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 22:07:04,019] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 22:07:04,165] {__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-13 22:07:04,167] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 22:07:04,457] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 22:07:04,465] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 22:07:04,557] {__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-13 22:07:04,559] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 22:07:04,710] {__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-13 22:07:04,711] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 22:07:05,252] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 22:07:05,252] {__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-13 22:07:05,452] {__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-13 22:07:05,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:06,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:06,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:07,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:07,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:08,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:08,719] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:09,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:09,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:10,121] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:10,565] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:10,983] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07: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-13 22:07:11,881] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:12,418] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:12,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:13,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:13,856] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:14,324] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:14,833] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:15,267] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:15,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:16,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:16,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:17,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-13 22:07:17,455] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:17,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:18,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:18,771] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:19,265] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:20,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:21,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:21,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:22,059] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:22,478] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:22,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 22:07:23,244] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 22:07:23,308] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 22:07:23,612] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 22:07:24,028] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 22:07:24,028] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 22:07:24,045] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 22:07:24,046] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:07:24,216] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:07:24,388] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:07:24,562] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 22:07:24,591] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 22:07:24,609] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:07:24,778] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:07:24,951] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:07:25,128] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 22:07:25,419] {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-13 22:07:25,422] {__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-13 22:07:25,423] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 22:07:25,735] {pyAvaCore:93} INFO - Fetching [2022-11-13 22:07:25,736] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 22:07:26,847] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 22:07:26,849] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 22:07:26,850] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 22:07:26,853] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 22:07:26,854] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 22:07:26,855] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 22:07:26,859] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 22:07:26,859] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 22:07:26,860] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 22:37:02,783] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 22:37:03,179] {__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/13/2022' [2022-11-13 22:37:03,183] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 22:37:03,378] {__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-13 22:37:03,380] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 22:37:03,534] {__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-13 22:37:03,535] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 22:37:03,682] {__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-13 22:37:03,683] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 22:37:03,834] {__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-13 22:37:03,835] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 22:37:03,987] {__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-13 22:37:03,988] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 22:37:04,016] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 22:37:04,402] {__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-13 22:37:04,404] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 22:37:04,852] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 22:37:04,857] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 22:37:04,973] {__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-13 22:37:04,974] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 22:37:05,136] {__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-13 22:37:05,137] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 22:37:05,730] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 22:37:05,731] {__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-13 22:37:06,095] {__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-13 22:37:06,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:07,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:07,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:08,190] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:08,612] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:09,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:09,744] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:10,140] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:10,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:11,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:11,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:12,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:12,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:18,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:18,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:19,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:19,986] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:20,495] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:20,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:21,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:22,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:22,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:22,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:23,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:23,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:24,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:24,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:25,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:25,803] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:26,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:26,654] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:27,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:27,632] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:28,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:28,609] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:29,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 22:37:29,386] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 22:37:29,455] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 22:37:29,860] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 22:37:30,280] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 22:37:30,281] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 22:37:30,302] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 22:37:30,303] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:37:30,555] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:37:30,738] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:37:30,910] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 22:37:30,937] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 22:37:30,956] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:37:31,133] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:37:31,313] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 22:37:31,497] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 22:37:31,807] {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-13 22:37:31,808] {__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-13 22:37:31,808] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 22:37:32,186] {pyAvaCore:93} INFO - Fetching [2022-11-13 22:37:32,187] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 22:37:33,314] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 22:37:33,314] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 22:37:33,317] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 22:37:33,321] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 22:37:33,322] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 22:37:33,323] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 22:37:33,326] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 22:37:33,327] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 22:37:33,327] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 23:07:02,526] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 23:07:02,917] {__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/13/2022' [2022-11-13 23:07:02,920] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 23:07:03,144] {__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-13 23:07:03,146] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 23:07:03,309] {__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-13 23:07:03,310] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 23:07:03,460] {__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-13 23:07:03,461] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 23:07:03,627] {__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-13 23:07:03,628] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 23:07:03,784] {__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-13 23:07:03,785] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 23:07:03,812] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 23:07:03,959] {__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-13 23:07:03,960] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 23:07:04,235] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 23:07:04,242] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 23:07:04,354] {__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-13 23:07:04,355] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 23:07:04,507] {__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-13 23:07:04,508] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 23:07:05,041] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 23:07:05,042] {__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-13 23:07:05,356] {__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-13 23:07:05,549] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:06,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:07,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:07,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:07,949] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:08,428] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:08,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:09,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:10,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:10,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:11,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:11,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:11,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:12,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:12,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:13,146] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:13,587] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:14,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:14,506] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:14,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:15,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:15,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:16,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:16,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:17,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:17,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:18,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:18,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:18,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:19,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:20,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-13 23:07:20,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:20,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:21,553] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:22,214] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:22,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 23:07:22,955] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 23:07:23,017] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 23:07:23,692] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 23:07:24,197] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 23:07:24,197] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 23:07:24,213] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 23:07:24,214] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:07:24,381] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:07:24,557] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:07:24,727] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 23:07:24,757] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 23:07:24,777] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:07:24,945] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:07:25,111] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:07:25,281] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 23:07:25,552] {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-13 23:07:25,552] {__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-13 23:07:25,553] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 23:07:25,847] {pyAvaCore:93} INFO - Fetching [2022-11-13 23:07:25,847] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 23:07:26,733] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 23:07:26,734] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 23:07:26,737] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 23:07:26,743] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 23:07:26,744] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 23:07:26,745] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 23:07:26,747] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 23:07:26,748] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 23:07:26,748] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-13 23:37:02,664] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-13 23:37:03,050] {__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/13/2022' [2022-11-13 23:37:03,054] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-13 23:37:03,299] {__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-13 23:37:03,301] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-13 23:37:03,449] {__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-13 23:37:03,450] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-13 23:37:03,596] {__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-13 23:37:03,597] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-13 23:37:03,745] {__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-13 23:37:03,746] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-13 23:37:03,893] {__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-13 23:37:03,894] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 23:37:03,920] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-13 23:37:04,070] {__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-13 23:37:04,072] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-13 23:37:04,438] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-13 23:37:04,443] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-13 23:37:04,529] {__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-13 23:37:04,530] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-13 23:37:04,678] {__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-13 23:37:04,679] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-13 23:37:05,238] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-13 23:37:05,238] {__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-13 23:37:05,637] {__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-13 23:37:05,789] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:06,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:06,803] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:07,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:07,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:08,159] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:08,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:09,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:09,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:10,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:10,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:11,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:11,517] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:11,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:12,552] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:12,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:13,396] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:14,808] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:15,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:15,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:16,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:16,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:17,076] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:17,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:17,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:18,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:18,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:19,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:19,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:20,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:20,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-13 23:37:21,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:21,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:21,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-13 23:37:22,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:22,794] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-13 23:37:23,107] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.json [2022-11-13 23:37:23,169] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 23:37:23,502] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-13 23:37:23,911] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-13 23:37:23,911] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-13 23:37:23,929] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 23:37:23,931] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:37:24,150] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:37:24,326] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:37:24,496] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 23:37:24,523] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-13 23:37:24,541] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:37:24,711] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:37:24,879] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-13 23:37:25,054] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-13 23:37:25,338] {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-13 23:37:25,339] {__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-13 23:37:25,339] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-13 23:37:25,632] {pyAvaCore:93} INFO - Fetching [2022-11-13 23:37:25,633] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-13 23:37:26,683] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-13 23:37:26,684] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-13 23:37:26,685] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-13 23:37:26,689] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-FR.ratings.json [2022-11-13 23:37:26,690] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-13 23:37:26,691] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13.ratings.json [2022-11-13 23:37:26,695] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-13 23:37:26,695] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-13 23:37:26,696] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json