[2022-11-17 00:07:01,843] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 00:07:02,105] {__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/17/2022' [2022-11-17 00:07:02,109] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 00:07:02,324] {__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-17 00:07:02,326] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 00:07:02,483] {__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-17 00:07:02,483] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 00:07:02,654] {__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-17 00:07:02,655] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 00:07:02,803] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 00:07:02,804] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 00:07:02,962] {__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-17 00:07:02,963] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 00:07:02,993] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 00:07:03,135] {__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-17 00:07:03,136] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 00:07:03,425] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 00:07:03,430] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 00:07:03,515] {__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-17 00:07:03,517] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 00:07:03,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-17 00:07:03,684] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 00:07:04,186] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 00:07:04,186] {__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-17 00:07:04,369] {__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-17 00:07:04,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:05,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:05,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:06,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:06,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:06,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:07,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:07,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:08,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:08,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:09,038] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:09,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:10,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:10,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:11,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:11,565] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:12,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:12,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:13,134] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:13,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:14,038] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:14,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:14,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:15,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:15,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:16,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:16,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:17,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07: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-17 00:07:17,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:18,398] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:18,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:19,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:19,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:19,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 00:07:20,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-17 00:07:20,755] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 00:07:20,834] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 00:07:21,250] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 00:07:21,687] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 00:07:21,688] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 00:07:21,697] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 00:07:21,698] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 00:07:21,698] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 00:07:21,730] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 00:07:21,731] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:07:21,903] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:07:22,067] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:07:22,237] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 00:07:22,258] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 00:07:22,286] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:07:22,451] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 00:07:22,452] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 00:07:22,455] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 00:07:22,456] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:07:22,620] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:07:22,797] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 00:07:23,027] {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-17 00:07:23,027] {__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-17 00:07:23,028] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 00:07:23,369] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 00:07:23,369] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 00:07:23,378] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 00:07:23,379] {pyAvaCore:93} INFO - Fetching [2022-11-17 00:07:23,379] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 00:07:24,870] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 00:07:24,871] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 00:07:24,871] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 00:07:24,872] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 00:07:24,874] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 00:07:24,875] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 00:07:24,875] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 00:07:24,875] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 00:07:24,878] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 00:07:24,878] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 00:37:02,381] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 00:37:02,741] {__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/17/2022' [2022-11-17 00:37:02,747] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 00:37:02,967] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 00:37:02,970] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 00:37:03,132] {__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-17 00:37:03,133] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 00:37:03,293] {__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-17 00:37:03,294] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 00:37:03,447] {__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-17 00:37:03,448] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 00:37:03,610] {__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-17 00:37:03,611] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 00:37:03,640] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 00:37:03,782] {__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-17 00:37:03,783] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 00:37:04,069] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 00:37:04,079] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 00:37:04,188] {__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-17 00:37:04,191] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 00:37:04,354] {__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-17 00:37:04,355] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 00:37:04,931] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 00:37:04,932] {__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-17 00:37:05,171] {__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-17 00:37:05,464] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:05,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:06,383] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:06,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:07,281] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:07,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:08,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:08,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:09,149] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:09,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:10,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:10,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:10,996] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:11,560] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:12,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:12,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:12,959] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:13,396] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:13,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:14,249] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:14,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:15,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:15,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:16,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:16,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:16,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:17,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:17,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:18,217] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:18,593] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:19,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:19,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:20,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:20,530] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:20,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:21,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 00:37:21,586] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 00:37:21,656] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 00:37:21,987] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 00:37:22,553] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 00:37:22,554] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 00:37:22,564] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 00:37:22,566] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 00:37:22,566] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 00:37:22,598] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 00:37:22,599] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:37:22,843] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:37:23,040] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:37:23,237] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 00:37:23,262] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 00:37:23,292] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:37:23,484] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 00:37:23,485] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 00:37:23,487] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 00:37:23,488] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:37:23,673] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 00:37:23,849] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 00:37:24,143] {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-17 00:37:24,145] {__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-17 00:37:24,146] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 00:37:24,488] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 00:37:24,489] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 00:37:24,497] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 00:37:24,498] {pyAvaCore:93} INFO - Fetching [2022-11-17 00:37:24,499] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 00:37:25,404] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 00:37:25,405] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 00:37:25,406] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 00:37:25,407] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 00:37:25,411] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 00:37:25,411] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 00:37:25,412] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 00:37:25,412] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 00:37:25,414] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 00:37:25,415] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 01:07:01,997] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 01:07:02,393] {__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/17/2022' [2022-11-17 01:07:02,397] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 01:07:02,609] {__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-17 01:07:02,612] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 01:07:02,788] {__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-17 01:07:02,789] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 01:07: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-17 01:07:02,965] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 01:07:03,127] {__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-17 01:07:03,128] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 01:07:03,286] {__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-17 01:07:03,288] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 01:07:03,319] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 01:07:03,470] {__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-17 01:07:03,471] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 01:07:03,761] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 01:07:03,766] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 01:07:03,855] {__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-17 01:07:03,857] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 01:07:04,007] {__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-17 01:07:04,008] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 01:07:04,551] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 01:07:04,552] {__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-17 01:07:04,750] {__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-17 01:07:04,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:05,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:06,037] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:06,514] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:06,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:07,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:07,834] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:13,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:13,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:14,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:14,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:15,267] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:15,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-17 01:07:16,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:16,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:17,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:17,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-17 01:07:18,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:18,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:18,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:19,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:19,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:20,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:20,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:21,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:21,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:21,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:22,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:22,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:23,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:23,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:24,144] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:24,626] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:25,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:25,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:26,029] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 01:07:26,310] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 01:07:26,375] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 01:07:26,877] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 01:07:27,310] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 01:07:27,311] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 01:07:27,324] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 01:07:27,326] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 01:07:27,327] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 01:07:27,362] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 01:07:27,363] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:07:27,582] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:07:27,751] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:07:27,921] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 01:07:27,946] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 01:07:27,972] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:07:28,142] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 01:07:28,142] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 01:07:28,145] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 01:07:28,146] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:07:28,316] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:07:28,491] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 01:07:28,803] {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-17 01:07:28,804] {__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-17 01:07:28,805] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 01:07:29,126] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 01:07:29,127] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 01:07:29,140] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 01:07:29,141] {pyAvaCore:93} INFO - Fetching [2022-11-17 01:07:29,141] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 01:07:30,104] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 01:07:30,105] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 01:07:30,105] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 01:07:30,108] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 01:07:30,110] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 01:07:30,110] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 01:07:30,111] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 01:07:30,111] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 01:07:30,113] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 01:07:30,114] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 01:37:01,990] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 01:37:02,349] {__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/17/2022' [2022-11-17 01:37:02,353] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 01:37:02,600] {__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-17 01:37:02,602] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 01:37:02,792] {__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-17 01:37:02,793] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 01:37:02,989] {__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-17 01:37:02,990] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 01:37:03,421] {__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-17 01:37:03,422] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 01:37:03,590] {__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-17 01:37:03,591] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 01:37:03,617] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 01:37:03,785] {__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-17 01:37:03,786] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 01:37:04,119] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 01:37:04,124] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 01:37:04,237] {__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-17 01:37:04,238] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 01:37:04,384] {__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-17 01:37:04,385] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 01:37:04,953] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 01:37:04,954] {__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-17 01:37:05,271] {__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-17 01:37:05,495] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:05,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:06,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:06,900] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:07,275] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:07,653] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:08,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:08,536] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:09,451] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:09,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:10,255] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:10,669] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:11,125] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:11,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:11,902] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:12,367] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:12,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:13,264] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:13,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:14,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:14,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:15,000] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:15,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:15,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:16,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:16,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:17,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:17,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:18,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:18,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:19,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:19,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37: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-17 01:37: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-17 01:37:20,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:21,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 01:37:21,585] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 01:37:21,652] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 01:37:21,955] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 01:37:22,362] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 01:37:22,362] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 01:37:22,372] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 01:37:22,373] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 01:37:22,374] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 01:37:22,407] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 01:37:22,408] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:37:22,577] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:37:22,743] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:37:22,910] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 01:37:22,936] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 01:37:22,970] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:37:23,146] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 01:37:23,148] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 01:37:23,150] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 01:37:23,151] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:37:23,316] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 01:37:23,488] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 01:37:23,773] {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-17 01:37:23,774] {__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-17 01:37:23,775] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 01:37:24,083] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 01:37:24,084] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 01:37:24,095] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 01:37:24,095] {pyAvaCore:93} INFO - Fetching [2022-11-17 01:37:24,096] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 01:37:25,062] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 01:37:25,062] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 01:37:25,063] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 01:37:25,063] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 01:37:25,066] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 01:37:25,067] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 01:37:25,067] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 01:37:25,068] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 01:37:25,070] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 01:37:25,070] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 02:07:02,229] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 02:07:02,579] {__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/17/2022' [2022-11-17 02:07:02,582] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 02:07:02,808] {__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-17 02:07:02,810] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 02:07:02,993] {__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-17 02:07:02,994] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 02:07:03,145] {__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-17 02:07:03,146] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 02:07:03,309] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 02:07:03,310] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 02:07:03,464] {__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-17 02:07:03,465] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 02:07:03,493] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 02:07:03,655] {__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-17 02:07:03,656] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 02:07:03,942] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 02:07:03,947] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 02:07:04,035] {__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-17 02:07:04,036] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 02:07:04,183] {__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-17 02:07:04,184] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 02:07:05,991] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 02:07:05,992] {__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-17 02:07:06,286] {__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-17 02:07:06,523] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:07,048] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:07,563] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:08,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:08,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:09,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:09,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:10,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:10,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:10,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:11,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:11,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:12,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:12,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:12,992] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:13,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:13,949] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:14,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:14,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:15,250] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:15,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:16,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:16,821] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:17,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:17,609] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:18,019] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:18,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:18,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:19,324] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:19,763] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:20,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:20,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:21,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:21,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:22,024] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:22,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 02:07:22,937] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 02:07:23,006] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 02:07:23,358] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 02:07:23,812] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 02:07:23,813] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 02:07:23,827] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 02:07:23,828] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 02:07:23,829] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 02:07:23,863] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 02:07:23,864] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:07:24,134] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:07:24,332] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:07:24,529] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 02:07:24,550] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 02:07:24,576] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:07:24,760] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 02:07:24,760] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 02:07:24,763] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 02:07:24,765] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:07:24,937] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:07:25,118] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 02:07:25,428] {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-17 02:07:25,429] {__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-17 02:07:25,430] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 02:07:25,748] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 02:07:25,749] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 02:07:25,759] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 02:07:25,760] {pyAvaCore:93} INFO - Fetching [2022-11-17 02:07:25,761] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 02:07:26,868] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 02:07:26,869] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 02:07:26,869] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 02:07:26,870] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 02:07:26,872] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 02:07:26,872] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 02:07:26,873] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 02:07:26,873] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 02:07:26,876] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 02:07:26,876] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 02:37:02,742] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 02:37:03,136] {__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/17/2022' [2022-11-17 02:37:03,140] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 02:37:03,400] {__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-17 02:37:03,402] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 02:37:03,578] {__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-17 02:37:03,579] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 02:37:03,745] {__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-17 02:37:03,746] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 02:37:03,933] {__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-17 02:37:03,934] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 02:37:04,096] {__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-17 02:37:04,097] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 02:37:04,123] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 02:37:04,272] {__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-17 02:37:04,273] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 02:37:04,689] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 02:37:04,695] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 02:37:04,845] {__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-17 02:37:04,847] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 02:37:04,994] {__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-17 02:37:04,996] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 02:37:05,572] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 02:37:05,573] {__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-17 02:37:05,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-17 02:37:06,006] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:06,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:07,009] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:07,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:07,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:08,568] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:09,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:09,573] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:09,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:10,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:10,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:11,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:11,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:12,310] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:13,090] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:13,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:14,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:14,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:15,168] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:15,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:16,017] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:16,536] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:17,024] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:17,495] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:17,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:18,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:18,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:19,271] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:19,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:20,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:20,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:21,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:21,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:22,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:22,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:22,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 02:37:23,157] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 02:37:23,224] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 02:37:23,543] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 02:37:24,108] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 02:37:24,109] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 02:37:24,118] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 02:37:24,119] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 02:37:24,120] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 02:37:24,154] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 02:37:24,155] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:37:24,375] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:37:24,540] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:37:24,711] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 02:37:24,732] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 02:37:24,761] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:37:24,928] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 02:37:24,929] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 02:37:24,932] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 02:37:24,933] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:37:25,100] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 02:37:25,277] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 02:37:25,568] {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-17 02:37:25,569] {__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-17 02:37:25,569] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 02:37:25,925] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 02:37:25,925] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 02:37:25,933] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 02:37:25,934] {pyAvaCore:93} INFO - Fetching [2022-11-17 02:37:25,935] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 02:37:27,203] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 02:37:27,204] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 02:37:27,205] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 02:37:27,205] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 02:37:27,207] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 02:37:27,207] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 02:37:27,208] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 02:37:27,208] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 02:37:27,210] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 02:37:27,211] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 03:07:02,154] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 03:07:02,520] {__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/17/2022' [2022-11-17 03:07:02,524] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 03:07:02,761] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 03:07:02,764] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 03:07:02,918] {__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-17 03:07:02,919] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 03:07:03,094] {__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-17 03:07:03,095] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 03:07: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-17 03:07:03,245] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 03:07:03,394] {__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-17 03:07:03,395] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 03:07:03,426] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 03:07:03,588] {__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-17 03:07:03,589] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 03:07:03,877] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 03:07:03,882] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 03:07:04,056] {__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-17 03:07:04,058] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 03:07:04,202] {__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-17 03:07:04,203] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 03:07:04,825] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 03:07:04,826] {__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-17 03:07:05,048] {__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-17 03:07:05,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07: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-17 03:07:06,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:06,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:07,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:07,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:08,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:08,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:08,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:09,290] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:09,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:10,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:10,548] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:10,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:11,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:11,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:12,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:12,838] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:13,422] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:14,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:14,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:15,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:15,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:15,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:16,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:16,743] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:17,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:17,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:17,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:18,281] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:18,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:19,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:19,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:19,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:20,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:20,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 03:07:21,097] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 03:07:21,159] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 03:07:21,594] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 03:07:22,001] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 03:07:22,001] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 03:07:22,011] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 03:07:22,012] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 03:07:22,012] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 03:07:22,054] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 03:07:22,055] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:07:22,308] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:07:22,473] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:07:22,650] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 03:07:22,671] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 03:07:22,699] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:07:22,866] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 03:07:22,866] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 03:07:22,869] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 03:07:22,870] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:07:23,038] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:07:23,221] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 03:07:23,449] {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-17 03:07:23,450] {__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-17 03:07:23,450] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 03:07:23,768] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 03:07:23,769] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 03:07:23,777] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 03:07:23,778] {pyAvaCore:93} INFO - Fetching [2022-11-17 03:07:23,779] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 03:07:24,753] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 03:07:24,754] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 03:07:24,754] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 03:07:24,755] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 03:07:24,758] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 03:07:24,758] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 03:07:24,759] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 03:07:24,759] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 03:07:24,761] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 03:07:24,762] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 03:37:02,799] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 03:37:03,167] {__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/17/2022' [2022-11-17 03:37:03,171] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 03:37:03,385] {__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-17 03:37:03,389] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 03:37:03,547] {__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-17 03:37:03,548] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 03:37:03,707] {__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-17 03:37:03,708] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 03:37:03,856] {__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-17 03:37:03,857] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 03:37:04,003] {__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-17 03:37:04,004] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 03:37:04,034] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 03:37:04,184] {__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-17 03:37:04,185] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 03:37:04,603] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 03:37:04,608] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 03:37:04,753] {__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-17 03:37:04,754] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 03:37:04,918] {__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-17 03:37:04,919] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 03:37:07,878] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 03:37:07,878] {__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-17 03:37:08,318] {__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-17 03:37:08,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:09,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:09,593] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:10,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:10,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:11,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:11,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:11,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:12,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:12,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:13,190] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:13,739] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:14,186] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:14,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:14,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 03: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-17 03:37:15,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:16,257] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:16,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:17,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:17,490] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:17,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:18,333] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:18,809] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:19,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:19,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:20,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:20,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:20,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:21,359] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:21,724] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:22,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:22,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:22,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-17 03:37:23,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:23,789] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 03:37:24,101] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 03:37:24,170] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 03:37:24,471] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 03:37:25,063] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 03:37:25,064] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 03:37:25,082] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 03:37:25,084] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 03:37:25,084] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 03:37:25,092] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 03:37:25,092] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:37:25,325] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:37:25,537] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:37:25,745] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 03:37:25,767] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 03:37:25,793] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:37:25,983] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 03:37:25,983] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 03:37:25,989] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 03:37:25,990] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:37:26,191] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 03:37:26,408] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 03:37:26,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-17 03:37:26,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-17 03:37:26,769] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 03:37:27,131] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 03:37:27,131] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 03:37:27,140] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 03:37:27,141] {pyAvaCore:93} INFO - Fetching [2022-11-17 03:37:27,142] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 03:37:28,144] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 03:37:28,144] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 03:37:28,145] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 03:37:28,145] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 03:37:28,149] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 03:37:28,149] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 03:37:28,149] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 03:37:28,150] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 03:37:28,153] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 03:37:28,153] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 04:07:02,179] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 04:07:02,519] {__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/17/2022' [2022-11-17 04:07:02,523] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 04:07:02,754] {__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-17 04:07:02,756] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 04:07:02,929] {__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-17 04:07:02,930] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 04:07:03,098] {__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-17 04:07:03,099] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 04:07:03,242] {__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-17 04:07:03,243] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 04:07:03,390] {__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-17 04:07:03,391] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 04:07:03,420] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 04:07:03,567] {__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-17 04:07:03,568] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 04:07:03,848] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 04:07:03,854] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 04:07:03,997] {__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-17 04:07:03,999] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 04:07:04,147] {__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-17 04:07:04,148] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 04:07:04,675] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 04:07:04,676] {__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-17 04:07:05,013] {__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-17 04:07:05,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:05,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:06,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:06,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:07,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:08,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:08,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:09,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:09,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:10,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:10,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:11,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:11,627] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:12,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:12,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:13,002] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:13,560] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:14,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:14,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:14,878] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:15,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:15,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:16,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:16,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:17,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:17,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:18,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:18,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:19,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:19,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:19,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:20,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:20,881] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:21,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:21,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:22,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 04:07:22,427] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 04:07:22,501] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 04:07:22,816] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 04:07:23,255] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 04:07:23,256] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 04:07:23,275] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 04:07:23,276] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 04:07:23,276] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 04:07:23,285] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 04:07:23,286] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:07:23,457] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:07:23,628] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:07:23,794] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 04:07:23,813] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 04:07:23,841] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:07:24,004] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 04:07:24,005] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 04:07:24,010] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 04:07:24,011] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:07:24,185] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:07:24,354] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 04:07:24,599] {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-17 04:07:24,600] {__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-17 04:07:24,600] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 04:07:24,904] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 04:07:24,905] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 04:07:24,914] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 04:07:24,915] {pyAvaCore:93} INFO - Fetching [2022-11-17 04:07:24,915] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 04:07:25,930] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 04:07:25,930] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 04:07:25,931] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 04:07:25,931] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 04:07:25,935] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 04:07:25,935] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 04:07:25,937] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 04:07:25,938] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 04:07:25,940] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 04:07:25,940] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 04:37:01,816] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 04:37:02,332] {__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/17/2022' [2022-11-17 04:37:02,336] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 04:37:02,545] {__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-17 04:37:02,547] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 04:37:02,720] {__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-17 04:37:02,721] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 04:37:02,872] {__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-17 04:37:02,873] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 04:37:03,052] {__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-17 04:37:03,053] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 04:37:03,221] {__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-17 04:37:03,222] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 04:37:03,257] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 04:37:03,398] {__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-17 04:37:03,399] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 04:37:03,694] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 04:37:03,701] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 04:37:03,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-17 04:37:03,875] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 04:37:04,016] {__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-17 04:37:04,017] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 04:37:04,567] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 04:37:04,567] {__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-17 04:37:04,768] {__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-17 04:37:04,925] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:05,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:05,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:06,436] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:06,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:07,346] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:07,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:08,275] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:08,744] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:09,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:09,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:10,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:10,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:11,035] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:11,427] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:11,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-17 04:37:12,287] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:12,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:13,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:13,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:14,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:14,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:15,165] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:15,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:16,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:16,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:16,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37: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-17 04:37:17,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-17 04:37:18,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:18,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:18,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:19,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:19,809] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:20,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 04:37:20,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-17 04:37:20,938] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 04:37:21,039] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 04:37:21,332] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 04:37:21,736] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 04:37:21,737] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 04:37:21,746] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 04:37:21,749] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 04:37:21,749] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 04:37:21,757] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 04:37:21,758] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:37:21,981] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:37:22,152] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:37:22,327] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 04:37:22,349] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 04:37:22,374] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:37:22,544] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 04:37:22,545] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 04:37:22,547] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 04:37:22,548] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:37:22,715] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 04:37:22,889] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 04:37:23,198] {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-17 04:37:23,198] {__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-17 04:37:23,199] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 04:37:23,503] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 04:37:23,503] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 04:37:23,511] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 04:37:23,512] {pyAvaCore:93} INFO - Fetching [2022-11-17 04:37:23,512] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 04:37:24,450] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 04:37:24,451] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 04:37:24,452] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 04:37:24,453] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 04:37:24,456] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 04:37:24,456] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 04:37:24,456] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 04:37:24,457] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 04:37:24,459] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 04:37:24,459] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 05:07:02,687] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 05:07:03,033] {__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/17/2022' [2022-11-17 05:07:03,037] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 05:07:03,246] {__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-17 05:07:03,248] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 05:07:03,408] {__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-17 05:07:03,410] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 05:07:03,555] {__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-17 05:07:03,556] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 05:07:03,714] {__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-17 05:07:03,715] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 05:07:03,872] {__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-17 05:07:03,873] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 05:07:03,901] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 05:07:04,085] {__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-17 05:07:04,087] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 05:07:04,431] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 05:07:04,437] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 05:07:04,581] {__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-17 05:07:04,582] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 05:07:04,764] {__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-17 05:07:04,765] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 05:07:05,336] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 05:07:05,337] {__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-17 05:07:05,724] {__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-17 05:07:05,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:06,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:06,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:07,482] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:07,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-17 05:07:08,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:08,831] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:09,310] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:09,849] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:10,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:10,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:11,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-17 05:07:11,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:12,217] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:12,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:13,068] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:13,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:14,116] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:14,724] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:15,224] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:15,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:16,281] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:16,739] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:17,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:17,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:17,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:18,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:18,837] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:19,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:19,717] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:20,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:20,550] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:20,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:21,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:21,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-17 05:07:22,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 05:07:23,561] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 05:07:23,646] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 05:07:23,945] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 05:07:24,522] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 05:07:24,523] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 05:07:24,541] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 05:07:24,544] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 05:07:24,544] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 05:07:24,552] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 05:07:24,553] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:07:24,775] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:07:24,942] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:07:25,117] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 05:07:25,137] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 05:07:25,166] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:07:25,341] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 05:07:25,342] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 05:07:25,347] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 05:07:25,349] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:07:25,522] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:07:25,694] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 05:07:25,980] {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-17 05:07:25,981] {__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-17 05:07:25,982] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 05:07:26,289] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 05:07:26,289] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 05:07:26,300] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 05:07:26,301] {pyAvaCore:93} INFO - Fetching [2022-11-17 05:07:26,301] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 05:07:27,308] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 05:07:27,309] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 05:07:27,309] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 05:07:27,311] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 05:07:27,314] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 05:07:27,315] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 05:07:27,315] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 05:07:27,316] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 05:07:27,319] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 05:07:27,320] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 05:37:02,666] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 05:37:03,058] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/17/2022' [2022-11-17 05:37:03,062] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 05:37:03,267] {__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-17 05:37:03,269] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 05:37:03,430] {__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-17 05:37:03,431] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 05:37:03,805] {__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-17 05:37:03,806] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 05:37:03,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-17 05:37:03,954] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 05:37:04,110] {__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-17 05:37:04,111] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 05:37:04,137] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 05:37:04,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-17 05:37:04,291] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 05:37:04,668] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 05:37:04,673] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 05:37:04,849] {__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-17 05:37:04,850] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 05:37:05,021] {__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-17 05:37:05,022] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 05:37:05,728] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 05:37:05,729] {__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-17 05:37:05,911] {__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-17 05:37:06,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:06,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:07,103] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:07,579] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:08,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-17 05:37:08,536] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:08,915] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:09,320] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:09,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:10,283] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:10,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:11,143] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:11,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:12,152] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:12,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:13,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:13,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:14,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:14,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:15,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:15,514] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:15,915] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:16,408] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:16,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:17,330] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:17,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:18,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:18,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:19,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:19,831] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:20,304] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:20,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:21,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:21,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:22,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:22,529] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 05:37:22,823] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 05:37:22,886] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 05:37:23,166] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 05:37:23,570] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 05:37:23,570] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 05:37:23,581] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 05:37:23,583] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 05:37:23,583] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 05:37:23,617] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 05:37:23,619] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:37:23,784] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:37:23,946] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:37:24,112] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 05:37:24,140] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 05:37:24,174] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:37:24,451] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 05:37:24,451] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 05:37:24,454] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 05:37:24,456] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:37:24,675] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 05:37:24,873] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 05:37:25,141] {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-17 05:37:25,142] {__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-17 05:37:25,143] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 05:37:25,505] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 05:37:25,506] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 05:37:25,518] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 05:37:25,519] {pyAvaCore:93} INFO - Fetching [2022-11-17 05:37:25,520] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 05:37:26,678] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 05:37:26,679] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 05:37:26,680] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 05:37:26,681] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 05:37:26,686] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 05:37:26,687] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 05:37:26,687] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 05:37:26,688] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 05:37:26,692] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 05:37:26,692] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 06:07:01,858] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 06:07:02,113] {__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/17/2022' [2022-11-17 06:07:02,117] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 06:07:02,323] {__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-17 06:07:02,326] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 06:07:02,481] {__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-17 06:07:02,482] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 06:07:02,629] {__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-17 06:07:02,630] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 06:07:02,798] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 06:07:02,799] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 06:07:02,955] {__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-17 06:07:02,956] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 06:07:02,984] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 06:07:03,142] {__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-17 06:07:03,143] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 06:07:03,434] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 06:07:03,440] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 06:07:03,596] {__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-17 06:07:03,598] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 06:07:03,755] {__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-17 06:07:03,756] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 06:07:04,301] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 06:07:04,301] {__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-17 06:07:04,533] {__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-17 06:07:04,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:05,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:05,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:06,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:06,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:06,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:07,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:07,694] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:08,495] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:08,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:09,431] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:09,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:10,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:10,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:11,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:11,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:12,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:12,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:13,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-17 06:07:13,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:14,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:14,490] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:14,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:15,402] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:15,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:16,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:16,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:17,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:17,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:17,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:18,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:18,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:19,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-17 06:07:19,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:20,197] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:20,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 06:07:21,034] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 06:07:21,101] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 06:07:21,500] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 06:07:21,906] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 06:07:21,906] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 06:07:21,923] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 06:07:21,926] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 06:07:21,927] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 06:07:21,934] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 06:07:21,935] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:07:22,102] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:07:22,273] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:07:22,436] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 06:07:22,456] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 06:07:22,482] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:07:22,647] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 06:07:22,648] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 06:07:22,653] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 06:07:22,654] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:07:22,818] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:07:22,983] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 06:07:23,316] {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-17 06:07:23,317] {__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-17 06:07:23,317] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 06:07:23,625] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 06:07:23,625] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 06:07:23,635] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 06:07:23,635] {pyAvaCore:93} INFO - Fetching [2022-11-17 06:07:23,636] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 06:07:24,526] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 06:07:24,527] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 06:07:24,528] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 06:07:24,531] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 06:07:24,534] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 06:07:24,534] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 06:07:24,535] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 06:07:24,535] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 06:07:24,538] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 06:07:24,539] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 06:37:02,607] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 06:37:02,991] {__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/17/2022' [2022-11-17 06:37:02,996] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 06:37:03,206] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 06:37:03,208] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 06:37:03,370] {__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-17 06:37:03,371] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 06:37:03,536] {__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-17 06:37:03,537] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 06:37:03,698] {__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-17 06:37:03,699] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 06:37:03,843] {__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-17 06:37:03,844] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 06:37:03,870] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 06:37:04,014] {__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-17 06:37:04,015] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 06:37:04,359] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 06:37:04,365] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 06:37:04,498] {__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-17 06:37:04,499] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 06:37:04,645] {__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-17 06:37:04,646] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 06:37:05,187] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 06:37:05,188] {__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-17 06:37:05,417] {__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-17 06:37:05,607] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:06,083] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:06,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:07,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:07,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:08,002] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:08,424] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:08,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:14,561] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:15,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:15,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:15,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:16,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:16,757] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:17,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:17,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-17 06:37:18,143] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:18,565] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:18,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:19,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:19,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:20,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:20,630] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:21,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:21,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:21,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:22,403] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:22,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:23,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:23,771] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:24,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:24,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:24,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:25,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:25,801] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:26,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 06:37:26,487] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 06:37:26,555] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 06:37:26,847] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 06:37:27,415] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 06:37:27,415] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 06:37:27,440] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 06:37:27,443] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 06:37:27,444] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 06:37:27,452] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 06:37:27,453] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:37:27,687] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:37:27,853] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:37:28,022] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 06:37:28,041] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 06:37:28,066] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:37:28,233] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 06:37:28,233] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 06:37:28,238] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 06:37:28,240] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:37:28,404] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 06:37:28,573] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 06:37:28,869] {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-17 06:37:28,870] {__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-17 06:37:28,871] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 06:37:29,175] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 06:37:29,175] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 06:37:29,186] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 06:37:29,187] {pyAvaCore:93} INFO - Fetching [2022-11-17 06:37:29,187] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 06:37:30,173] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 06:37:30,174] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 06:37:30,175] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 06:37:30,178] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 06:37:30,181] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 06:37:30,181] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 06:37:30,182] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 06:37:30,182] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 06:37:30,185] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 06:37:30,186] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 07:07:02,145] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 07:07:02,507] {__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/17/2022' [2022-11-17 07:07:02,511] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 07:07:02,716] {__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-17 07:07:02,719] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 07:07:02,895] {__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-17 07:07:02,896] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 07:07:03,064] {__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-17 07:07:03,065] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 07:07:03,222] {__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-17 07:07:03,223] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 07:07:03,374] {__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-17 07:07:03,375] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 07:07:03,404] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 07:07:03,555] {__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-17 07:07:03,556] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 07:07:03,859] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 07:07:03,865] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 07:07:04,034] {__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-17 07:07:04,036] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 07:07:04,196] {__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-17 07:07:04,198] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 07:07:04,779] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 07:07:04,779] {__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-17 07: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-17 07:07:05,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:05,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:06,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 07: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-17 07:07:07,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:07,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:08,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:08,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:09,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:09,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:10,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:10,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:11,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:11,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:12,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:12,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:13,219] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:13,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:14,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:14,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:15,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-17 07:07:15,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:16,140] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:16,548] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:17,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:17,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:17,933] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:18,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:18,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:19,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:19,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:20,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:20,553] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:20,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:21,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-17 07:07:21,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 07:07:22,251] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 07:07:22,327] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 07:07:22,686] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 07:07:23,093] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 07:07:23,093] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 07:07:23,114] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 07:07:23,116] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 07:07:23,117] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 07:07:23,124] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 07:07:23,125] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:07:23,290] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:07:23,464] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:07:23,633] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 07:07:23,652] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 07:07:23,679] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:07:23,849] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 07:07:23,850] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 07:07:23,855] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 07:07:23,856] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:07:24,025] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:07:24,204] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 07:07:24,432] {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-17 07:07:24,433] {__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-17 07:07:24,433] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 07:07:24,743] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 07:07:24,744] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 07:07:24,753] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 07:07:24,754] {pyAvaCore:93} INFO - Fetching [2022-11-17 07:07:24,755] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 07:07:25,849] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 07:07:25,850] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 07:07:25,850] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 07:07:25,853] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 07:07:25,857] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 07:07:25,857] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 07:07:25,858] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 07:07:25,858] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 07:07:25,862] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 07:07:25,862] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 07:37:01,908] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 07:37: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/17/2022' [2022-11-17 07:37:02,481] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 07:37:02,724] {__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-17 07:37:02,726] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 07:37:02,906] {__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-17 07:37:02,907] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 07:37:03,072] {__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-17 07:37:03,074] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 07:37:03,223] {__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-17 07:37:03,224] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 07:37:03,372] {__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-17 07:37:03,373] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 07:37:03,399] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 07:37:03,544] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 07:37:03,546] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 07:37:03,833] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 07:37:03,840] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 07:37:04,014] {__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-17 07:37:04,016] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 07:37:04,163] {__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-17 07:37:04,164] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 07:37:04,714] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 07:37:04,715] {__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-17 07:37:04,914] {__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-17 07:37:05,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:05,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:06,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:06,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:07,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:07,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:08,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:08,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 07: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-17 07:37:09,424] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:09,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:10,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:11,001] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:11,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:11,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:12,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:12,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:13,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:13,965] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:14,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:15,102] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:15,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:16,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:16,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:16,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:17,367] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:17,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-17 07:37:18,441] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:18,844] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:19,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:19,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:20,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:20,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:21,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-17 07:37:21,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 07:37:21,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-17 07:37:22,095] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 07:37:22,162] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 07:37:22,457] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 07:37:22,860] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 07:37:22,861] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 07:37:22,880] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 07:37:22,881] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 07:37:22,882] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 07:37:22,889] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 07:37:22,890] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:37:23,113] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:37:23,283] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:37:23,451] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 07:37:23,470] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 07:37:23,497] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:37:23,664] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 07:37:23,664] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 07:37:23,670] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 07:37:23,671] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:37:23,836] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 07:37:24,014] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 07:37:24,326] {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-17 07:37:24,327] {__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-17 07:37:24,328] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 07:37:24,946] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 07:37:24,947] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 07:37:24,958] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 07:37:24,958] {pyAvaCore:93} INFO - Fetching [2022-11-17 07:37:24,959] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 07:37:25,935] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 07:37:25,936] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 07:37:25,937] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 07:37:25,938] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 07:37:25,942] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 07:37:25,942] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 07:37:25,943] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 07:37:25,943] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 07:37:25,947] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 07:37:25,948] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 08:07:01,967] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 08:07:02,325] {__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/17/2022' [2022-11-17 08:07:02,328] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 08:07:02,540] {__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-17 08:07:02,542] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 08:07:02,696] {__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-17 08:07:02,697] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 08:07:02,880] {__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-17 08:07:02,883] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 08:07:03,039] {__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-17 08:07:03,040] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 08:07:03,191] {__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-17 08:07:03,192] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 08:07:03,220] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 08:07:03,375] {__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-17 08:07:03,377] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 08:07:03,740] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 08:07:03,746] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 08:07:03,909] {__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-17 08:07:03,911] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 08:07:04,097] {__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-17 08:07:04,099] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 08:08:25,365] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 08:08:25,366] {__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-17 08:08:25,733] {__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-17 08:08:26,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:26,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:27,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:27,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:28,408] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:28,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-17 08:08:29,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:29,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:30,098] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:30,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:30,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:31,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:31,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:32,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:32,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-17 08:08:33,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:33,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:33,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:34,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:34,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:35,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:35,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:36,078] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:36,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:36,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:37,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:37,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:38,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:39,068] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:39,567] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:40,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:40,412] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:40,803] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:41,177] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:41,549] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:42,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 08:08:42,316] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 08:08:42,389] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 08:08:42,679] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 08:08:43,248] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 08:08:43,248] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 08:08:43,265] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 08:08:43,267] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 08:08:43,268] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 08:08:43,277] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 08:08:43,279] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:08:43,505] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:08:43,671] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:08:43,834] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 08:08:43,858] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 08:08:43,886] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:08:44,046] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 08:08:44,047] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 08:08:44,052] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 08:08:44,054] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:08:44,225] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:08:44,395] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 08:08:44,735] {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-17 08:08:44,736] {__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-17 08:08:44,736] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 08:08:45,096] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 08:08:45,097] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 08:08:45,107] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 08:08:45,108] {pyAvaCore:93} INFO - Fetching [2022-11-17 08:08:45,109] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 08:08:46,051] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 08:08:46,051] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 08:08:46,052] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 08:08:46,053] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 08:08:46,056] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 08:08:46,057] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 08:08:46,057] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 08:08:46,059] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 08:08:46,061] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 08:08:46,062] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 08:37:01,957] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 08:37:02,217] {__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/17/2022' [2022-11-17 08:37:02,222] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 08:37:02,426] {__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-17 08:37:02,428] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 08:37:02,601] {__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-17 08:37:02,602] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 08:37:02,765] {__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-17 08:37:02,766] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 08:37:02,950] {__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-17 08:37:02,951] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 08:37:03,131] {__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-17 08:37:03,132] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 08:37:03,167] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 08:37:03,319] {__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-17 08:37:03,321] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 08:37:03,750] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 08:37:03,755] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 08:37:03,862] {__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-17 08:37:03,863] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 08:37:04,013] {__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-17 08:37:04,014] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 08:39:11,338] {__main__:178} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1375, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2022-11-17 08:39:11,651] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 08:39:11,651] {__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-17 08:39:11,899] {__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-17 08:39:12,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:12,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:13,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:13,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:14,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:14,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:15,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:15,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:16,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:16,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:16,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:17,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:17,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:18,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:18,632] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:19,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:19,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:20,120] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:20,592] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:21,073] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:21,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:22,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:22,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:23,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:23,464] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:23,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:24,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:24,914] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:25,335] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:25,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:26,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:26,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:27,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:27,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:27,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:28,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 08:39:28,810] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 08:39:28,877] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 08:39:29,212] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 08:39:29,619] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 08:39:29,619] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 08:39:29,638] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 08:39:29,640] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 08:39:29,641] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 08:39:29,648] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 08:39:29,648] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:39:29,874] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:39:30,047] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:39:30,218] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 08:39:30,242] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 08:39:30,265] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:39:30,441] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 08:39:30,442] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 08:39:30,447] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 08:39:30,449] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:39:30,614] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 08:39:30,780] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 08:39:31,085] {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-17 08:39:31,089] {__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-17 08:39:31,089] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 08:39:31,466] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 08:39:31,467] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 08:39:31,477] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 08:39:31,478] {pyAvaCore:93} INFO - Fetching [2022-11-17 08:39:31,479] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 08:39:32,406] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 08:39:32,407] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 08:39:32,407] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 08:39:32,409] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 08:39:32,412] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 08:39:32,412] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 08:39:32,413] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 08:39:32,413] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 08:39:32,415] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 08:39:32,416] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 09:07:02,319] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 09:07:02,697] {__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/17/2022' [2022-11-17 09:07:02,700] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 09:07:02,909] {__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-17 09:07:02,911] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 09:07:03,063] {__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-17 09:07:03,064] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 09:07:03,211] {__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-17 09:07:03,213] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 09:07:03,378] {__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-17 09:07:03,380] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 09:07:03,533] {__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-17 09:07:03,534] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 09:07:03,568] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 09:07:03,724] {__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-17 09:07:03,725] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 09:07:04,010] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 09:07:04,015] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 09:07:04,128] {__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-17 09:07:04,130] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 09:07:04,278] {__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-17 09:07:04,280] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 09:09:33,380] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 09:09:33,381] {__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-17 09:09:33,740] {__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-17 09:09:33,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:34,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:35,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-17 09:09:35,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:36,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:36,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:37,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-17 09:09:37,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:38,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:38,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:39,176] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:39,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-17 09:09:40,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:40,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:41,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:41,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:41,905] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:42,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:42,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:43,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:43,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:44,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:44,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:45,304] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:45,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:46,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:46,600] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:46,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:47,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:47,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:48,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:48,813] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:49,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:49,616] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:50,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:50,565] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 09:09:50,869] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 09:09:50,941] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 09:09:51,297] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 09:09:53,048] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 09:09:53,049] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 09:09:53,068] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 09:09:53,071] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 09:09:53,071] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 09:09:53,079] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 09:09:53,080] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:09:53,327] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:09:53,498] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:09:53,668] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 09:09:53,688] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 09:09:53,714] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:09:53,887] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 09:09:53,887] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 09:09:53,893] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 09:09:53,894] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:09:54,063] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:09:54,234] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 09:09:54,517] {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-17 09:09:54,518] {__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-17 09:09:54,519] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 09:09:54,839] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 09:09:54,839] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 09:09:54,848] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 09:09:54,849] {pyAvaCore:93} INFO - Fetching [2022-11-17 09:09:54,850] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 09:09:55,901] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 09:09:55,902] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 09:09:55,902] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 09:09:55,904] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 09:09:55,907] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 09:09:55,908] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 09:09:55,908] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 09:09:55,909] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 09:09:55,912] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 09:09:55,912] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 09:37:02,575] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 09:37:02,945] {__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/17/2022' [2022-11-17 09:37:02,949] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 09:37:03,172] {__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-17 09:37:03,174] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 09:37:03,362] {__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-17 09:37:03,362] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 09:37:03,508] {__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-17 09:37:03,509] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 09:37:03,659] {__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-17 09:37:03,661] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 09:37:03,810] {__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-17 09:37:03,811] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 09:37:03,842] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 09:37:03,990] {__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-17 09:37:03,991] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 09:37:04,433] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 09:37:04,439] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 09:37:04,579] {__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-17 09:37:04,580] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 09:37:04,787] {__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-17 09:37:04,788] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 09:39:12,234] {__main__:178} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1375, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2022-11-17 09:39:12,574] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 09:39:12,575] {__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-17 09:39:12,828] {__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-17 09:39:13,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:13,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:14,057] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:14,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:14,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:15,413] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:15,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:16,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:16,758] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:17,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:17,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:17,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:18,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:18,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:19,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:20,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:20,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:21,038] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:21,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:21,884] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:22,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:22,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:23,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:23,914] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:24,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:24,664] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:25,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:25,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:26,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:26,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:26,959] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:27,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:27,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:28,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:28,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:29,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 09:39:29,625] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 09:39:29,696] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 09:39:30,017] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 09:39:30,425] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 09:39:30,425] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 09:39:30,441] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 09:39:30,443] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 09:39:30,444] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 09:39:30,453] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 09:39:30,454] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:39:30,618] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:39:30,786] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:39:30,962] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 09:39:30,986] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 09:39:31,010] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:39:31,188] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 09:39:31,188] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 09:39:31,191] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 09:39:31,192] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:39:31,355] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 09:39:31,525] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 09:39:31,752] {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-17 09:39:31,753] {__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-17 09:39:31,753] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 09:39:32,058] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 09:39:32,059] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 09:39:32,069] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 09:39:32,070] {pyAvaCore:93} INFO - Fetching [2022-11-17 09:39:32,070] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 09:39:33,002] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 09:39:33,002] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 09:39:33,003] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 09:39:33,005] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 09:39:33,009] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 09:39:33,009] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 09:39:33,010] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 09:39:33,010] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 09:39:33,012] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 09:39:33,013] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 10:07:02,690] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 10:07:03,093] {__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/17/2022' [2022-11-17 10:07:03,098] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 10:07:03,298] {__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-17 10:07:03,300] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 10:07:03,452] {__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-17 10:07:03,453] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 10:07:03,606] {__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-17 10:07:03,607] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 10:07:03,761] {__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-17 10:07:03,763] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 10:07:03,907] {__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-17 10:07:03,908] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 10:07:03,938] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 10:07:04,084] {__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-17 10:07:04,085] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 10:07:04,376] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 10:07:04,383] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 10:07:04,498] {__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-17 10:07:04,499] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 10:07:04,647] {__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-17 10:07:04,648] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 10:37:02,556] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 10:37:03,067] {__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/17/2022' [2022-11-17 10:37:03,072] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 10:37:03,302] {__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-17 10:37:03,305] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 10:37:03,495] {__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-17 10:37:03,497] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 10:37:03,710] {__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-17 10:37:03,711] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 10:37:03,908] {__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-17 10:37:03,910] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 10:37:04,089] {__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-17 10:37:04,090] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 10:37:04,118] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 10:37:04,323] {__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-17 10:37:04,325] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 10:37:04,862] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 10:37:04,867] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 10:37:04,994] {__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-17 10:37:04,995] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 10:37:05,200] {__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-17 10:37:05,201] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 10:39:12,620] {__main__:178} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1375, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2022-11-17 10:39:12,949] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 10:39:12,949] {__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-17 10:39:13,348] {__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-17 10:39:13,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:14,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:14,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:15,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:15,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:16,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:16,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:17,168] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:17,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:18,022] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:18,437] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:18,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:19,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:19,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-17 10:39:20,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:20,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:21,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:21,575] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:22,098] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:22,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:22,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:23,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:23,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:24,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:24,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:24,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:25,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:25,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:26,491] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:27,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:27,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:28,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:28,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:29,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:29,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:30,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 10:39:30,441] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 10:39:30,505] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 10:39:30,796] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 10:39:31,368] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 10:39:31,369] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 10:39:31,379] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 10:39:31,382] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 10:39:31,382] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 10:39:31,416] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 10:39:31,416] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 10:39:31,669] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 10:39:31,841] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 10:39:32,019] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 10:39:32,057] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 10:39:32,079] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 10:39:32,244] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 10:39:32,245] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 10:39:32,247] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 10:39:32,249] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 10:39:32,414] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 10:39:32,590] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 10:39:32,907] {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-17 10:39:32,908] {__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-17 10:39:32,909] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 10:39:33,233] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 10:39:33,233] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 10:39:33,241] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 10:39:33,241] {pyAvaCore:93} INFO - Fetching [2022-11-17 10:39:33,242] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 10:39:35,150] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 10:39:35,150] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 10:39:35,151] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 10:39:35,152] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 10:39:35,155] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 10:39:35,156] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 10:39:35,156] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 10:39:35,157] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 10:39:35,159] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 10:39:35,160] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 11:07:01,944] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 11:07:02,200] {__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/17/2022' [2022-11-17 11:07:02,203] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 11:07:02,397] {__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-17 11:07:02,399] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 11:07:02,557] {__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-17 11:07:02,559] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 11:07:02,705] {__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-17 11:07:02,707] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 11:07:02,943] {__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-17 11:07:02,945] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 11:07: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-17 11:07:03,096] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 11:07:03,122] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 11:07:03,270] {__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-17 11:07:03,271] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 11:07:03,512] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 11:07:03,518] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 11:07:03,629] {__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-17 11:07:03,631] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 11:07:03,780] {__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-17 11:07:03,781] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 11:07:04,301] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 11:07:04,301] {__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-17 11:07:04,652] {__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-17 11:07:04,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:05,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:05,788] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:06,283] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:06,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:07,146] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:07,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:08,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:08,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:09,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:09,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:10,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:10,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:10,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:11,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:11,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:12,173] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:12,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:12,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:13,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:13,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:14,255] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:14,641] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:15,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-17 11:07:15,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:15,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:16,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:16,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:17,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:17,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:17,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:18,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:18,736] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:19,121] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:19,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:20,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 11:07:20,591] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 11:07:20,662] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 11:07:20,959] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 11:07:21,360] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 11:07:21,361] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 11:07:21,370] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 11:07:21,373] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 11:07:21,374] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 11:07:21,383] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 11:07:21,384] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:07:21,559] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:07:21,723] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:07:21,891] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 11:07:21,913] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 11:07:21,942] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:07:22,116] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 11:07:22,116] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 11:07:22,119] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 11:07:22,120] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:07:22,290] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:07:22,470] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 11:07:22,693] {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-17 11:07:22,694] {__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-17 11:07:22,694] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 11:07:23,020] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 11:07:23,020] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 11:07:23,038] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 11:07:23,039] {pyAvaCore:93} INFO - Fetching [2022-11-17 11:07:23,040] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 11:07:24,135] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 11:07:24,136] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 11:07:24,136] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 11:07:24,138] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 11:07:24,143] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 11:07:24,143] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 11:07:24,143] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 11:07:24,144] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 11:07:24,147] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 11:07:24,147] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 11:37:02,496] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 11:37:02,849] {__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/17/2022' [2022-11-17 11:37:02,853] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 11:37:03,062] {__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-17 11:37:03,065] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 11:37:03,239] {__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-17 11:37:03,242] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 11:37:03,404] {__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-17 11:37:03,406] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 11:37:03,563] {__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-17 11:37:03,564] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 11:37:03,721] {__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-17 11:37:03,722] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 11:37:03,748] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 11:37:03,915] {__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-17 11:37:03,916] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 11:37:04,259] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 11:37:04,266] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 11:37:04,361] {__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-17 11:37:04,363] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 11:37:04,526] {__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-17 11:37:04,527] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 11:37:05,131] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 11:37:05,131] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-17 11:37:05,424] {__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-17 11:37:05,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:06,173] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:06,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:07,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:08,134] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:08,549] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:09,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:09,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:10,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:10,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:12,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:12,801] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:13,191] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:13,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:14,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:14,561] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:15,149] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:15,610] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:16,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:16,674] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:17,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:17,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:18,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-17 11:37:18,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:18,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:19,250] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:19,701] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:20,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:20,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:20,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:21,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-17 11:37:21,788] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:22,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:22,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:23,149] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:23,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 11:37:23,866] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 11:37:23,935] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 11:37:24,340] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 11:37:24,810] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 11:37:24,810] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 11:37:24,831] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 11:37:24,833] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 11:37:24,833] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 11:37:24,841] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 11:37:24,842] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:37:25,066] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:37:25,233] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:37:25,406] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 11:37:25,425] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 11:37:25,450] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:37:25,619] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 11:37:25,620] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 11:37:25,627] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 11:37:25,628] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:37:25,797] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 11:37:25,966] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 11:37:26,253] {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-17 11:37:26,254] {__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-17 11:37:26,255] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 11:37:26,562] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 11:37:26,562] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 11:37:26,572] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 11:37:26,572] {pyAvaCore:93} INFO - Fetching [2022-11-17 11:37:26,573] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 11:37:27,664] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 11:37:27,664] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 11:37:27,665] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 11:37:27,666] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 11:37:27,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 11:37:27,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 11:37:27,671] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 11:37:27,671] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 11:37:27,674] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 11:37:27,675] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 12:07:02,588] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 12:07:02,974] {__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/17/2022' [2022-11-17 12:07:02,980] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 12:07:03,408] {__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-17 12:07:03,412] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 12:07:03,566] {__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-17 12:07:03,567] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 12:07:03,719] {__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-17 12:07:03,720] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 12:07:03,867] {__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-17 12:07:03,868] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 12:07:04,013] {__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-17 12:07:04,014] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 12:07:04,041] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 12:07:04,188] {__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-17 12:07:04,189] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 12:07:04,475] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 12:07:04,486] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 12:07:04,604] {__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-17 12:07:04,607] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 12:07:04,749] {__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-17 12:07:04,750] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 12:07:05,332] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 12:07:05,333] {__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-17 12:07: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-17 12:07:05,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:06,540] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:07,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:07,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:08,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:08,571] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:09,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:09,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:10,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:10,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:11,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:11,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:11,965] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:12,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:12,903] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:13,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:13,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:14,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:14,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:15,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:15,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:16,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:16,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:16,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:17,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:17,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:18,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:18,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:19,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-17 12:07:19,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:20,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:20,563] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:21,022] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:21,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:21,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 12:07:22,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-17 12:07:22,628] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 12:07:22,693] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 12:07:23,167] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 12:07:23,672] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 12:07:23,673] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 12:07:23,683] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 12:07:23,687] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 12:07:23,687] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 12:07:23,721] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 12:07:23,722] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:07:23,888] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:07:24,053] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:07:24,278] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 12:07:24,298] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 12:07:24,324] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:07:24,496] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 12:07:24,496] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 12:07:24,499] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 12:07:24,501] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:07:24,667] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:07:24,844] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 12:07:25,184] {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-17 12:07:25,185] {__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-17 12:07:25,186] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 12:07:25,543] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 12:07:25,543] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 12:07:25,552] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 12:07:25,552] {pyAvaCore:93} INFO - Fetching [2022-11-17 12:07:25,553] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 12:07:26,594] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 12:07:26,595] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 12:07:26,595] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 12:07:26,598] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 12:07:26,599] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 12:07:26,600] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 12:07:26,600] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 12:07:26,601] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 12:07:26,603] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 12:07:26,604] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 12:37:02,834] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 12:37:03,221] {__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/17/2022' [2022-11-17 12:37:03,226] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 12:37:03,422] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 12:37:03,426] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 12:37:03,588] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 12:37:03,591] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 12:37:03,744] {__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-17 12:37:03,745] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 12:37:03,893] {__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-17 12:37:03,894] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 12:37:04,040] {__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-17 12:37:04,042] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 12:37:04,072] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 12:37:04,215] {__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-17 12:37:04,216] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 12:37:04,675] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 12:37:04,683] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 12:37:04,774] {__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-17 12:37:04,777] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 12:37:04,944] {__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-17 12:37:04,945] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 12:37:05,462] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 12:37:05,463] {__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-17 12:37:05,749] {__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-17 12:37:06,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:06,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:06,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:07,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:07,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:08,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:08,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-17 12:37:09,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:09,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:10,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:10,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:11,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:11,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:12,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:12,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:12,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:13,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:13,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:14,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:14,719] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:15,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:15,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:16,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:16,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:16,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:17,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:18,004] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:18,463] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:18,900] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:19,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:19,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:20,317] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:20,701] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:21,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:21,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:21,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 12:37:22,134] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 12:37:22,198] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 12:37:22,510] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 12:37:25,559] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 12:37:25,559] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 12:37:25,570] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 12:37:25,572] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 12:37:25,572] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 12:37:25,608] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 12:37:25,609] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:37:25,865] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:37:26,030] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:37:26,202] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 12:37:26,227] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 12:37:26,265] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:37:26,446] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 12:37:26,447] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 12:37:26,450] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 12:37:26,451] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:37:26,615] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 12:37:26,787] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 12:37:27,060] {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-17 12:37:27,062] {__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-17 12:37:27,062] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 12:37:27,364] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 12:37:27,364] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 12:37:27,373] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 12:37:27,374] {pyAvaCore:93} INFO - Fetching [2022-11-17 12:37:27,374] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 12:37:28,323] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 12:37:28,324] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 12:37:28,324] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 12:37:28,326] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 12:37:28,329] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 12:37:28,329] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 12:37:28,330] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 12:37:28,330] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 12:37:28,332] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 12:37:28,333] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 13:07:02,822] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 13:07:03,210] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/17/2022' [2022-11-17 13:07:03,215] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 13:07:03,417] {__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-17 13:07:03,420] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 13:07:03,570] {__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-17 13:07:03,571] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 13:07:03,738] {__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-17 13:07:03,741] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 13:07:03,932] {__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-17 13:07:03,934] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 13:07:04,097] {__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-17 13:07:04,098] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 13:07:04,131] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 13:07:04,279] {__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-17 13:07:04,281] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 13:07:04,570] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 13:07:04,577] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 13:07:04,693] {__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-17 13:07:04,695] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 13:07:04,855] {__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-17 13:07:04,857] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 13:07:05,475] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 13:07:05,475] {__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-17 13:07:05,788] {__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-17 13:07:06,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:06,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:07,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:07,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:08,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:08,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:08,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:09,344] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:09,927] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:10,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:10,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:11,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:11,819] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:12,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:12,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:13,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:13,810] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:14,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:14,703] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:15,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:15,755] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:16,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:16,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:17,341] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:17,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:18,178] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:18,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:19,096] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:19,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:19,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:20,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:20,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:21,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:21,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-17 13:07:21,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:22,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 13:07:22,659] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 13:07:22,741] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 13:07:23,057] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 13:07:23,624] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 13:07:23,625] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 13:07:23,643] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 13:07:23,646] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 13:07:23,647] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 13:07:23,653] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 13:07:23,654] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:07:23,827] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:07:23,992] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:07:24,162] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 13:07:24,181] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 13:07:24,207] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:07:24,377] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 13:07:24,378] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 13:07:24,385] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 13:07:24,386] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:07:24,560] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:07:24,731] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 13:07:25,011] {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-17 13:07:25,013] {__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-17 13:07:25,014] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 13:07:25,320] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 13:07:25,321] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 13:07:25,330] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 13:07:25,331] {pyAvaCore:93} INFO - Fetching [2022-11-17 13:07:25,331] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 13:07:26,383] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 13:07:26,383] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 13:07:26,384] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 13:07:26,385] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 13:07:26,389] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 13:07:26,389] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 13:07:26,390] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 13:07:26,390] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 13:07:26,393] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 13:07:26,393] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 13:37:02,394] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 13:37:02,754] {__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/17/2022' [2022-11-17 13:37:02,758] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 13:37:02,985] {__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-17 13:37:02,987] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 13:37:03,144] {__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-17 13:37:03,145] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 13:37:03,296] {__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-17 13:37:03,297] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 13:37:03,447] {__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-17 13:37:03,448] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 13:37:03,600] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 13:37:03,602] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 13:37:03,628] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 13:37:03,785] {__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-17 13:37:03,786] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 13:37:04,037] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 13:37:04,044] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 13:37:04,155] {__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-17 13:37:04,156] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 13:37:04,309] {__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-17 13:37:04,311] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 13:37:04,832] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 13:37:04,832] {__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-17 13:37:05,055] {__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-17 13:37:05,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37: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-17 13:37:06,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:06,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:07,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:07,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:08,267] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:08,688] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:09,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:09,523] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:09,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:10,537] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:11,055] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:11,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:12,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:12,404] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:12,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:18,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:18,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:19,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-17 13:37:19,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:20,056] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:20,478] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:20,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:21,330] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:21,759] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:22,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:22,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:23,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:23,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:24,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:24,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-17 13:37:24,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:25,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:25,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:26,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 13:37:26,465] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 13:37:26,541] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 13:37:27,099] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 13:37:27,502] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 13:37:27,503] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 13:37:27,522] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 13:37:27,524] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 13:37:27,525] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 13:37:27,532] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 13:37:27,532] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:37:27,768] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:37:27,939] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:37:28,109] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 13:37:28,129] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 13:37:28,155] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:37:28,330] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 13:37:28,330] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 13:37:28,335] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 13:37:28,337] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:37:28,504] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 13:37:28,680] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 13:37:28,977] {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-17 13:37:28,979] {__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-17 13:37:28,979] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 13:37:29,295] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 13:37:29,295] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 13:37:29,305] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 13:37:29,306] {pyAvaCore:93} INFO - Fetching [2022-11-17 13:37:29,307] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 13:37:30,268] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 13:37:30,269] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 13:37:30,270] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 13:37:30,270] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 13:37:30,273] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 13:37:30,274] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 13:37:30,274] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 13:37:30,275] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 13:37:30,278] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 13:37:30,278] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 14:07:02,744] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 14:07:03,099] {__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/17/2022' [2022-11-17 14:07:03,103] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 14:07:03,312] {__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-17 14:07:03,314] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 14:07:03,480] {__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-17 14:07:03,481] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 14:07:03,650] {__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-17 14:07:03,651] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 14:07:03,835] {__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-17 14:07:03,836] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 14:07:04,012] {__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-17 14:07:04,013] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 14:07:04,042] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 14:07:04,199] {__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-17 14:07:04,200] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 14:07:04,519] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 14:07:04,525] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 14:07:04,616] {__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-17 14:07:04,617] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 14:07:04,769] {__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-17 14:07:04,770] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 14:07:05,364] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 14:07:05,364] {__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-17 14:07:05,623] {__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-17 14:07:05,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:06,255] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:06,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:07,221] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:07,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:08,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:08,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:09,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:09,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:10,057] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:10,631] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:11,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:11,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:11,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:12,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:12,867] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:13,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:13,893] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:14,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:14,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:15,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:15,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:16,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:16,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:18,631] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:19,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:19,437] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:19,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:20,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:20,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:21,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:21,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:22,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:22,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:22,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:23,250] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 14:07:23,518] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 14:07:23,585] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 14:07:23,915] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 14:07:24,414] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 14:07:24,415] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 14:07:24,433] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 14:07:24,435] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 14:07:24,435] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 14:07:24,442] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 14:07:24,443] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:07:24,614] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:07:24,785] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:07:24,951] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 14:07:24,971] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 14:07:24,999] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:07:25,168] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 14:07:25,169] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 14:07:25,175] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 14:07:25,177] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:07:25,342] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:07:25,510] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 14:07:25,823] {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-17 14:07:25,824] {__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-17 14:07:25,824] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 14:07:26,160] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 14:07:26,161] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 14:07:26,169] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 14:07:26,170] {pyAvaCore:93} INFO - Fetching [2022-11-17 14:07:26,171] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 14:07:27,171] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 14:07:27,172] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 14:07:27,173] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 14:07:27,174] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 14:07:27,178] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 14:07:27,178] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 14:07:27,179] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 14:07:27,179] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 14:07:27,182] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 14:07:27,183] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 14:37:02,320] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 14:37:02,725] {__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/17/2022' [2022-11-17 14:37:02,728] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 14:37:02,971] {__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-17 14:37:02,973] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 14:37:03,187] {__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-17 14:37:03,188] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 14:37:03,374] {__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-17 14:37:03,375] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 14:37:03,552] {__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-17 14:37:03,553] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 14:37:03,738] {__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-17 14:37:03,739] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 14:37:03,769] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 14:37:03,950] {__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-17 14:37:03,952] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 14:37:04,474] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 14:37:04,480] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 14:37:04,610] {__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-17 14:37:04,612] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 14:37:04,793] {__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-17 14:37:04,794] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 14:37:05,458] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 14:37:05,458] {__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-17 14:37:05,680] {__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-17 14:37:05,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:06,404] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:06,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:07,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:08,018] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:08,436] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:08,818] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:09,491] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:09,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:10,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:11,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:11,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:12,351] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:12,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:13,249] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:13,742] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:14,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:14,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:15,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:15,497] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:15,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 14: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-17 14:37:16,881] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:17,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:17,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:18,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:18,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:18,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:19,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:19,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:20,514] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:20,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 14: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-17 14:37:21,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:22,168] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:22,563] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 14:37:22,865] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 14:37:22,935] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 14:37:23,232] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 14:37:23,637] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-17 14:37:23,638] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-17 14:37:23,656] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 14:37:23,658] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 14:37:23,659] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 14:37:23,666] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 14:37:23,667] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:37:23,892] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:37:24,063] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:37:24,232] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 14:37:24,254] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 14:37:24,280] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:37:24,448] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 14:37:24,449] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 14:37:24,456] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 14:37:24,458] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:37:24,622] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 14:37:24,787] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 14:37:25,070] {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-17 14:37:25,071] {__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-17 14:37:25,072] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 14:37:25,401] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 14:37:25,402] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 14:37:25,413] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 14:37:25,414] {pyAvaCore:93} INFO - Fetching [2022-11-17 14:37:25,415] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 14:37:26,345] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 14:37:26,346] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 14:37:26,347] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 14:37:26,348] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 14:37:26,351] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 14:37:26,352] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 14:37:26,352] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 14:37:26,352] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 14:37:26,355] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 14:37:26,355] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 15:07:02,694] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 15:07: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/17/2022' [2022-11-17 15:07:03,046] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 15:07:03,246] {__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-17 15:07:03,249] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 15:07:03,636] {__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-17 15:07:03,637] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 15:07:03,781] {__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-17 15:07:03,782] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 15:07:03,931] {__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-17 15:07:03,933] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 15:07:04,089] {__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-17 15:07:04,091] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 15:07:04,117] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 15:07:04,262] {__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-17 15:07:04,263] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 15:07:04,559] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 15:07:04,566] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 15:07: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-17 15:07:04,681] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 15:07:04,849] {__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-17 15:07:04,850] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 15:07:05,426] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 15:07:05,426] {__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-17 15:07:05,774] {__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-17 15:07:06,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:06,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:07,096] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:07,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:08,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:08,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:09,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:09,965] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:10,379] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:10,895] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:11,358] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:11,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:12,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:12,747] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:13,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:13,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:14,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:14,881] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:15,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:15,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:16,301] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:16,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:17,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:17,653] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:18,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:18,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:19,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:19,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:19,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:20,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:20,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:21,176] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:21,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:21,971] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:22,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:22,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 15:07:23,247] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.json [2022-11-17 15:07:23,359] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 15:07:23,706] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 15:07:24,168] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 15:07:24,168] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 15:07:24,194] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 15:07:24,197] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:07:24,457] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:07:24,664] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:07:24,864] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 15:07:24,895] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 15:07:24,930] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:07:25,136] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 15:07:25,137] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 15:07:25,140] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 15:07:25,142] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:07:25,346] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:07:26,537] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 15:07:26,838] {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-17 15:07:26,839] {__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-17 15:07:26,839] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 15:07:27,199] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 15:07:27,199] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 15:07:27,209] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 15:07:27,210] {pyAvaCore:93} INFO - Fetching [2022-11-17 15:07:27,211] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 15:07:28,548] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 15:07:28,549] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 15:07:28,550] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 15:07:28,550] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 15:07:28,555] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 15:07:28,555] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 15:07:28,555] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 15:07:28,556] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 15:07:28,559] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 15:07:28,559] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 15:37:01,835] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 15:37:02,089] {__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/17/2022' [2022-11-17 15:37:02,093] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 15:37:02,310] {__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-17 15:37:02,312] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 15:37:02,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-17 15:37:02,460] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 15:37:02,619] {__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-17 15:37:02,620] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 15:37:02,781] {__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-17 15:37:02,782] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 15:37:03,947] {__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-17 15:37:03,948] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 15:37:03,973] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 15:37:04,120] {__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-17 15:37:04,122] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 15:37:04,523] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 15:37:04,528] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 15:37:04,641] {__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-17 15:37:04,642] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 15:37:04,788] {__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-17 15:37:04,789] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 15:37:05,334] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 15:37:05,334] {__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-17 15:37:05,553] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-17 15:37:05,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:06,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:06,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:07,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:07,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:08,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:08,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:09,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 15: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-17 15:37:09,800] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:10,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:10,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:11,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:11,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:11,938] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:12,415] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:12,794] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:13,238] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:13,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:14,146] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:14,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:15,028] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:15,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:15,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:16,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:16,838] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:17,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:17,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:18,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:18,548] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:18,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:19,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:19,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:20,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:20,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:20,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 15:37:21,242] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 15:37:21,315] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 15:37:21,602] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 15:37:22,006] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 15:37:22,007] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 15:37:22,016] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 15:37:22,017] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:37:22,238] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:37:22,413] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:37:22,583] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 15:37:22,603] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 15:37:22,630] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:37:22,798] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 15:37:22,798] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 15:37:22,810] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 15:37:22,811] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:37:22,975] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 15:37:23,143] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 15:37:23,386] {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-17 15:37:23,387] {__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-17 15:37:23,388] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 15:37:23,736] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 15:37:23,736] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 15:37:23,748] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 15:37:23,751] {pyAvaCore:93} INFO - Fetching [2022-11-17 15:37:23,751] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 15:37:25,148] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 15:37:25,148] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 15:37:25,149] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 15:37:25,150] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 15:37:25,154] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 15:37:25,155] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 15:37:25,155] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 15:37:25,156] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 15:37:25,157] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 15:37:25,158] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 15:37:25,158] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 16:07:03,106] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 16:07:03,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/17/2022' [2022-11-17 16:07:03,474] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 16:07:03,673] {__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-17 16:07:03,675] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 16:07:03,834] {__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-17 16:07:03,835] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 16:07:03,978] {__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-17 16:07:03,979] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 16:07:04,127] {__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-17 16:07:04,128] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 16:07:04,296] {__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-17 16:07:04,297] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 16:07:04,327] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 16:07:04,478] {__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-17 16:07:04,480] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 16:07:04,744] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 16:07:04,752] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 16:07:04,863] {__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-17 16:07:04,865] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 16:07:05,023] {__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-17 16:07:05,024] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 16:07:05,634] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 16:07:05,634] {__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-17 16:07:05,929] {__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-17 16:07:06,214] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:06,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:07,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:07,703] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:08,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:08,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:09,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:09,520] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:10,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:11,397] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:11,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:12,181] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:12,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:13,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:13,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:14,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:14,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:14,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:15,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:15,808] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:16,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:16,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:17,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:17,579] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:18,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-17 16:07:18,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:18,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:19,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:19,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:20,179] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:20,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07: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-17 16:07:21,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:22,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:22,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:22,912] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 16:07:23,276] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 16:07:23,353] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 16:07:23,709] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 16:07:24,329] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 16:07:24,329] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 16:07:24,340] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 16:07:24,343] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:07:24,614] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:07:24,794] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:07:24,975] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 16:07:24,997] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 16:07:25,030] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:07:25,207] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 16:07:25,207] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 16:07:25,210] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 16:07:25,211] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:07:25,381] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:07:25,555] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 16:07:25,830] {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-17 16:07:25,832] {__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-17 16:07:25,832] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 16:07:26,146] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 16:07:26,146] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 16:07:26,159] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 16:07:26,161] {pyAvaCore:93} INFO - Fetching [2022-11-17 16:07:26,162] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 16:07:27,125] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 16:07:27,126] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 16:07:27,127] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 16:07:27,128] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 16:07:27,130] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 16:07:27,131] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 16:07:27,131] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 16:07:27,132] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 16:07:27,134] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 16:07:27,134] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 16:07:27,135] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 16:37:02,413] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 16:37:02,687] {__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/17/2022' [2022-11-17 16:37:02,691] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 16:37:02,906] {__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-17 16:37:02,908] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 16:37:03,062] {__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-17 16:37:03,063] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 16:37:03,240] {__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-17 16:37:03,241] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 16:37:03,400] {__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-17 16:37:03,401] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 16:37:03,556] {__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-17 16:37:03,557] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 16:37:03,586] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 16:37:03,731] {__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-17 16:37:03,732] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 16:37:03,995] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 16:37:04,001] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 16:37:04,104] {__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-17 16:37:04,105] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 16:37:04,250] {__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-17 16:37:04,252] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 16:37:04,761] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 16:37:04,761] {__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-17 16:37:04,973] {__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-17 16:37:05,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:05,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:06,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:06,655] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:07,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:07,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:08,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:08,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:09,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:09,400] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:09,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:10,224] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:10,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:11,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:11,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:12,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:12,764] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:13,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:13,587] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:14,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:14,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:14,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:15,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37: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-17 16:37:16,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:16,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:17,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:17,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:18,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:18,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:18,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:19,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:19,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:20,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:20,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:20,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 16:37:21,313] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 16:37:21,389] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 16:37:21,700] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 16:37:22,112] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 16:37:22,112] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 16:37:22,120] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 16:37:22,121] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:37:22,288] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:37:22,458] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:37:22,628] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 16:37:22,648] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 16:37:22,677] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:37:22,848] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.xml [2022-11-17 16:37:22,849] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.json [2022-11-17 16:37:22,851] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IT-34.ratings.json [2022-11-17 16:37:22,852] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:37:23,021] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 16:37:23,189] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 16:37:23,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-17 16:37:23,427] {__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-17 16:37:23,428] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 16:37:23,730] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.xml [2022-11-17 16:37:23,730] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.json [2022-11-17 16:37:23,741] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 16:37:23,742] {pyAvaCore:93} INFO - Fetching [2022-11-17 16:37:23,743] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 16:37:25,903] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 16:37:25,904] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 16:37:25,905] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 16:37:25,906] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 16:37:25,910] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 16:37:25,911] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 16:37:25,911] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 16:37:25,912] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 16:37:25,914] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 16:37:25,914] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 16:37:25,915] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 17:07:02,221] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 17:07:02,573] {__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/17/2022' [2022-11-17 17:07:02,576] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 17:07:02,783] {__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-17 17:07:02,785] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 17:07:02,965] {__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-17 17:07:02,966] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 17:07:03,127] {__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-17 17:07:03,128] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 17:07:03,291] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 17:07:03,292] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 17:07:03,448] {__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-17 17:07:03,448] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 17:07:03,478] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 17:07:03,627] {__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-17 17:07:03,628] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 17:07:03,916] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 17:07:03,923] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 17:07:04,042] {__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-17 17:07:04,043] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 17:07:04,194] {__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-17 17:07:04,195] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 17:07:04,767] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 17:07:04,768] {__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-17 17:07:05,160] {__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-17 17:07:05,379] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:05,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:06,422] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:06,878] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:07,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:07,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:08,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:08,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:09,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:09,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-17 17:07:10,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:10,519] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:10,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:11,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:11,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:12,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:12,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:13,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:13,568] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:14,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:14,653] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:15,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:15,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:15,912] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:16,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:17,020] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:17,490] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:17,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:18,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:18,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:19,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:19,550] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:20,000] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:20,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:20,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:21,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 17:07:21,532] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 17:07:21,610] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 17:07:21,901] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 17:07:22,311] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 17:07:22,312] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 17:07:22,322] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 17:07:22,323] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:07:22,563] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:07:22,734] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:07:22,899] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 17:07:22,927] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 17:07:22,948] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:07:23,117] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 17:07:23,117] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 17:07:23,122] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 17:07:23,123] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:07:23,300] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:07:23,475] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 17:07:23,774] {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-17 17:07:23,775] {__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-17 17:07:23,776] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 17:07:24,114] {pyAvaCore:93} INFO - Fetching [2022-11-17 17:07:24,115] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 17:07:25,077] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 17:07:25,078] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 17:07:25,078] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 17:07:25,082] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 17:07:25,085] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 17:07:25,085] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 17:07:25,086] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 17:07:25,087] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 17:07:25,090] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 17:07:25,091] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 17:07:25,091] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 17:37:02,285] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 17:37:02,664] {__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/17/2022' [2022-11-17 17:37:02,668] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 17:37:02,892] {__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-17 17:37:02,894] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 17:37:03,048] {__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-17 17:37:03,049] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 17:37:03,193] {__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-17 17:37:03,195] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 17:37:03,348] {__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-17 17:37:03,350] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 17: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-17 17:37:03,507] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 17:37:03,533] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 17: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-17 17:37:03,687] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 17:37:04,105] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 17:37:04,110] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 17:37:04,220] {__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-17 17:37:04,221] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 17:37:04,378] {__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-17 17:37:04,379] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 17:37:04,955] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 17:37:04,956] {__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-17 17:37:05,185] {__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-17 17:37:05,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:05,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:06,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:06,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:07,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:07,742] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:08,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:08,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:09,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:09,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:10,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:10,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:11,245] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:11,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:12,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:12,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:12,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:13,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:13,640] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:14,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:14,492] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:14,903] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:15,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:15,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:16,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:16,589] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:16,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:17,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:17,801] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:18,295] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37: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-17 17:37:19,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:19,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:19,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:20,283] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:20,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 17:37:21,041] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 17:37:21,117] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 17:37:21,438] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 17:37:21,842] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 17:37:21,843] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 17:37:21,851] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 17:37:21,853] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:37:22,023] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:37:22,240] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:37:22,411] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 17:37:22,439] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 17:37:22,457] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:37:22,627] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 17:37:22,627] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 17:37:22,630] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 17:37:22,631] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:37:22,801] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 17:37:22,970] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 17:37:23,230] {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-17 17:37:23,231] {__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-17 17:37:23,232] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 17:37:23,621] {pyAvaCore:93} INFO - Fetching [2022-11-17 17:37:23,622] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 17:37:24,659] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 17:37:24,660] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 17:37:24,660] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 17:37:24,661] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 17:37:24,667] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 17:37:24,668] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 17:37:24,668] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 17:37:24,669] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 17:37:24,673] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 17:37:24,674] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 17:37:24,674] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 18:07:02,329] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 18:07:02,708] {__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/17/2022' [2022-11-17 18:07:02,712] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 18:07:02,927] {__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-17 18:07:02,930] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 18:07:03,089] {__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-17 18:07:03,090] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 18:07:03,236] {__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-17 18:07:03,237] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 18:07:03,385] {__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-17 18:07:03,386] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 18:07:03,532] {__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-17 18:07:03,533] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 18:07:03,567] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 18:07:03,715] {__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-17 18:07:03,716] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 18:07:04,003] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 18:07:04,008] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 18:07:04,115] {__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-17 18:07:04,117] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 18:07:04,259] {__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-17 18:07:04,260] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 18:07:04,817] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 18:07:04,817] {__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-17 18:07:05,105] {__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-17 18:07:05,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:05,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:06,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:06,842] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:07,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:07,873] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:08,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:08,871] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:09,375] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:09,763] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:10,134] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:10,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:10,918] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:11,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:11,927] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:12,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:12,812] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:13,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:13,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:14,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:14,592] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:15,027] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:15,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:15,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:16,279] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:16,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:17,197] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:17,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:18,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:18,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:18,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:19,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:19,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:20,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:20,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:21,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 18:07:21,374] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 18:07:21,442] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 18:07:21,750] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 18:07:22,160] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 18:07:22,160] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 18:07:22,174] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 18:07:22,175] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:07:22,397] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:07:22,573] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:07:22,738] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 18:07:22,767] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 18:07:22,792] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:07:22,971] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 18:07:22,972] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 18:07:22,974] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 18:07:22,975] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:07:23,143] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:07:23,320] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 18:07:23,646] {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-17 18:07:23,648] {__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-17 18:07:23,648] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 18:07:23,950] {pyAvaCore:93} INFO - Fetching [2022-11-17 18:07:23,951] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 18:07:27,987] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 18:07:27,987] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 18:07:27,988] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 18:07:27,989] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 18:07:27,993] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 18:07:27,994] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 18:07:27,994] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 18:07:27,995] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 18:07:27,997] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 18:07:27,998] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 18:07:27,998] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 18:37:02,787] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 18: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/17/2022' [2022-11-17 18:37:03,183] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 18:37:03,396] {__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-17 18:37:03,398] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 18:37:03,574] {__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-17 18:37:03,575] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 18:37:03,729] {__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-17 18:37:03,730] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 18:37:03,883] {__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-17 18:37:03,884] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 18:37:04,036] {__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-17 18:37:04,037] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 18:37:04,064] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 18:37:04,211] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 18:37:04,212] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 18:37:04,655] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 18:37:04,663] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 18:37:04,775] {__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-17 18:37:04,777] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 18:37:04,936] {__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-17 18:37:04,937] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 18:37:05,546] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 18:37:05,547] {__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-17 18:37:05,795] {__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-17 18:37:06,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:06,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:07,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:07,517] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:07,938] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:08,354] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:08,809] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:09,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:09,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:10,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:10,609] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:11,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:11,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:11,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:12,287] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:12,717] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:13,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:13,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:13,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:14,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:14,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:15,320] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:15,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:16,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:16,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:17,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:17,891] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:18,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:18,891] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:19,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:19,781] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:20,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:20,596] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:21,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:21,655] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:22,116] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 18:37:22,382] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 18:37:22,455] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 18:37:22,877] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 18:37:23,285] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 18:37:23,286] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 18:37:23,299] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 18:37:23,300] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:37:23,521] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:37:23,698] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:37:23,863] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 18:37:23,890] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 18:37:23,908] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:37:24,074] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 18:37:24,075] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 18:37:24,078] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 18:37:24,079] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:37:24,250] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 18:37:24,421] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 18:37:24,705] {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-17 18:37:24,706] {__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-17 18:37:24,707] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 18:37:25,038] {pyAvaCore:93} INFO - Fetching [2022-11-17 18:37:25,038] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 18:37:25,998] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 18:37:25,999] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 18:37:26,000] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 18:37:26,000] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 18:37:26,005] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 18:37:26,005] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 18:37:26,006] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 18:37:26,006] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 18:37:26,010] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 18:37:26,010] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 18:37:26,011] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 19:07:02,808] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 19:07:03,268] {__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/17/2022' [2022-11-17 19:07:03,272] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 19:07:03,472] {__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-17 19:07:03,474] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 19:07:03,636] {__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-17 19:07:03,637] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 19:07:03,789] {__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-17 19:07:03,790] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 19:07:03,940] {__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-17 19:07:03,941] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 19:07:04,090] {__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-17 19:07:04,091] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 19:07:04,116] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 19:07:04,265] {__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-17 19:07:04,265] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 19:07:04,550] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 19:07:04,555] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 19:07:04,668] {__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-17 19:07:04,670] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 19:07:04,814] {__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-17 19:07:04,815] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 19:07:05,392] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 19:07:05,392] {__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-17 19:07:05,654] {__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-17 19:07:05,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-17 19:07:08,037] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:08,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:09,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:09,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:10,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:10,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:11,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:11,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:11,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:12,346] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:12,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:13,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:13,695] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:14,116] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:14,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:14,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:15,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:15,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:16,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:16,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:17,058] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:17,517] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:17,864] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:18,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:18,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:19,090] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:19,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:19,849] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:20,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:20,626] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:20,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:21,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:21,928] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:22,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:22,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 19:07:23,256] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 19:07:23,323] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 19:07:23,672] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 19:07:24,251] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 19:07:24,252] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 19:07:24,266] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 19:07:24,267] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:07:24,487] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:07:24,658] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:07:24,826] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 19:07:24,853] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 19:07:24,875] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:07:25,043] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 19:07:25,044] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 19:07:25,046] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 19:07:25,047] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:07:25,212] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:07:25,383] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 19:07:25,702] {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-17 19:07:25,703] {__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-17 19:07:25,703] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 19:07:26,004] {pyAvaCore:93} INFO - Fetching [2022-11-17 19:07:26,004] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 19:07:27,209] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 19:07:27,210] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 19:07:27,210] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 19:07:27,212] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 19:07:27,217] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 19:07:27,218] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 19:07:27,218] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 19:07:27,220] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 19:07:27,223] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 19:07:27,224] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 19:07:27,225] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 19:37:02,096] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 19:37:02,454] {__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/17/2022' [2022-11-17 19:37:02,457] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 19:37:02,672] {__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-17 19:37:02,674] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 19:37:02,851] {__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-17 19:37:02,852] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 19:37:03,017] {__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-17 19:37:03,018] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 19:37:03,167] {__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-17 19:37:03,168] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 19:37:03,319] {__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-17 19:37:03,320] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 19:37:03,347] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 19:37:03,495] {__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-17 19:37:03,496] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 19:37:03,732] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 19:37:03,738] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 19:37:03,828] {__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-17 19:37:03,829] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 19:37:03,984] {__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-17 19:37:03,985] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 19:37:04,519] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 19:37:04,519] {__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-17 19:37:04,811] {__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-17 19:37:05,031] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:05,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:06,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:06,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:06,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:07,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:07,925] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:08,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:08,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:09,437] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:09,879] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:10,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:10,755] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:11,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:11,601] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:12,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:12,534] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:13,000] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:13,463] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:13,889] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:14,264] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:14,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:15,168] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:15,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:16,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:16,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:16,912] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:17,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:17,799] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:18,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:18,632] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:19,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:19,667] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:20,096] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:20,522] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:20,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 19:37:21,153] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 19:37:21,223] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 19:37:21,538] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 19:37:21,943] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 19:37:21,944] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 19:37:21,954] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 19:37:21,955] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:37:22,123] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:37:22,295] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:37:22,473] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 19:37:22,501] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 19:37:22,519] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:37:22,682] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 19:37:22,682] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 19:37:22,687] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 19:37:22,688] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:37:22,854] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 19:37:23,028] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 19:37:23,256] {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-17 19:37:23,257] {__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-17 19:37:23,257] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 19:37:23,590] {pyAvaCore:93} INFO - Fetching [2022-11-17 19:37:23,590] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 19:37:24,573] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 19:37:24,573] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 19:37:24,574] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 19:37:24,575] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 19:37:24,578] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 19:37:24,578] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 19:37:24,579] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 19:37:24,580] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 19:37:24,583] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 19:37:24,584] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 19:37:24,584] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 20:07:02,601] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 20:07:02,945] {__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/17/2022' [2022-11-17 20:07:02,948] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 20:07:03,156] {__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-17 20:07:03,158] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 20:07:03,317] {__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-17 20:07:03,318] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 20:07:03,468] {__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-17 20:07:03,469] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 20:07:03,620] {__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-17 20:07:03,621] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 20:07:03,769] {__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-17 20:07:03,770] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 20:07:03,797] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 20:07:03,942] {__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-17 20:07:03,943] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 20:07:04,220] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 20:07:04,225] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 20:07:04,320] {__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-17 20:07:04,321] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 20:07:04,471] {__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-17 20:07:04,472] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 20:07:05,482] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 20:07:05,482] {__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-17 20:07:05,848] {__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-17 20:07:06,120] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:06,728] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:07,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:07,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:08,178] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:08,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:09,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:09,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:10,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:10,560] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:11,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:11,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:11,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:12,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:12,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:13,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:13,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:14,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:14,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:14,918] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:15,417] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:15,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 20: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-17 20:07:16,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:17,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:17,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:18,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:18,473] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:18,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:19,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:19,589] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:19,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:20,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:20,812] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:21,245] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:21,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 20:07:21,924] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 20:07:21,997] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 20:07:22,519] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 20:07:22,942] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 20:07:22,943] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 20:07:22,955] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 20:07:22,956] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:07:23,217] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:07:23,396] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:07:23,568] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 20:07:23,597] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 20:07:23,615] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:07:23,784] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 20:07:23,785] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 20:07:23,789] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 20:07:23,790] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:07:23,960] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:07:24,137] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 20:07:24,464] {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-17 20:07:24,466] {__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-17 20:07:24,466] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 20:07:24,773] {pyAvaCore:93} INFO - Fetching [2022-11-17 20:07:24,773] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 20:07:25,736] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 20:07:25,737] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 20:07:25,737] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 20:07:25,739] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 20:07:25,743] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 20:07:25,744] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 20:07:25,744] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 20:07:25,747] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 20:07:25,750] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 20:07:25,751] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 20:07:25,751] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 20:37:01,858] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 20:37:02,107] {__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/17/2022' [2022-11-17 20:37:02,111] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 20:37:02,318] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 20:37:02,320] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 20:37:02,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-17 20:37:02,488] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 20:37:02,691] {__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-17 20:37:02,692] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 20:37:02,842] {__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-17 20:37:02,843] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 20:37:03,001] {__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-17 20:37:03,002] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 20:37:03,032] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 20:37: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-17 20:37:03,223] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 20:37:03,621] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 20:37:03,625] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 20:37:03,739] {__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-17 20:37:03,741] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 20:37:03,883] {__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-17 20:37:03,884] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 20: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-17 20: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-17 20:37:04,723] {__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-17 20:37:04,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:05,436] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:05,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:06,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:07,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:07,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:08,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:08,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:08,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:09,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:09,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:10,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 20: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-17 20:37:11,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:11,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:11,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:12,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:12,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:13,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:14,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:15,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:15,609] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:15,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:16,385] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:18,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:18,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:19,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:19,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:19,949] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:20,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:20,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:21,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:21,874] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:22,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:22,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:23,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 20:37:23,428] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 20:37:23,494] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 20:37:23,847] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 20:37:24,254] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 20:37:24,254] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 20:37:24,268] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 20:37:24,268] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:37:24,506] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:37:24,677] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:37:24,845] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 20:37:24,874] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 20:37:24,892] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:37:25,057] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 20:37:25,058] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 20:37:25,062] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 20:37:25,063] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:37:25,235] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 20:37:25,408] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 20:37:25,712] {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-17 20:37:25,714] {__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-17 20:37:25,714] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 20:37:26,017] {pyAvaCore:93} INFO - Fetching [2022-11-17 20:37:26,017] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 20:37:27,395] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 20:37:27,396] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 20:37:27,396] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 20:37:27,398] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 20:37:27,405] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 20:37:27,405] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 20:37:27,406] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 20:37:27,409] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 20:37:27,411] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 20:37:27,412] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 20:37:27,413] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 21:07:02,766] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 21:07:03,133] {__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/17/2022' [2022-11-17 21:07:03,136] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 21:07:03,359] {__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-17 21:07:03,361] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 21:07:03,516] {__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-17 21:07:03,517] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 21:07:03,666] {__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-17 21:07:03,667] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 21: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-17 21:07:03,814] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 21:07: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-17 21:07:03,965] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 21:07:03,992] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 21:07:04,153] {__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-17 21:07:04,154] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 21:07:04,442] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 21:07:04,448] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 21:07:04,537] {__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-17 21:07:04,539] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 21:07:04,680] {__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-17 21:07:04,681] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 21: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-17 21: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-17 21:07:05,558] {__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-17 21:07: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-17 21:07:06,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:06,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:07,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:12,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:13,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:13,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:14,306] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:15,056] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:15,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-17 21:07:15,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:16,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:16,925] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:17,301] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:17,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:18,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:18,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:19,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-17 21:07:19,666] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:20,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:20,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:21,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:21,607] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:22,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:22,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:23,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:23,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:23,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:24,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:24,811] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:25,217] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:25,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:26,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:26,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:27,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:27,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 21:07:27,941] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 21:07:28,019] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 21:07:28,422] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 21:07:29,002] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 21:07:29,002] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 21:07:29,042] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 21:07:29,043] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:07:29,269] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:07:29,436] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:07:29,606] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 21:07:29,632] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 21:07:29,652] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:07:29,819] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 21:07:29,820] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 21:07:29,823] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 21:07:29,825] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:07:30,001] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:07:30,170] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 21:07:30,461] {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-17 21:07:30,463] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-17 21:07:30,464] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 21:07:30,847] {pyAvaCore:93} INFO - Fetching [2022-11-17 21:07:30,848] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 21:07:31,899] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 21:07:31,900] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 21:07:31,900] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 21:07:31,902] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 21:07:31,905] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 21:07:31,906] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 21:07:31,906] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 21:07:31,907] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 21:07:31,910] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 21:07:31,910] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 21:07:31,911] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 21:37:02,746] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 21:37:03,107] {__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/17/2022' [2022-11-17 21:37:03,111] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 21:37:03,325] {__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-17 21:37:03,327] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 21:37:03,484] {__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-17 21:37:03,485] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 21:37:03,639] {__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-17 21:37:03,640] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 21:37:03,795] {__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-17 21:37:03,796] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 21:37:03,959] {__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-17 21:37:03,960] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 21:37:03,986] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 21:37:04,142] {__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-17 21:37:04,144] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 21:37:04,556] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 21:37:04,562] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 21:37:04,673] {__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-17 21:37:04,674] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 21:37:04,830] {__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-17 21:37:04,831] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 21:37:05,435] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 21:37:05,436] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-17 21:37:05,689] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-17 21:37:05,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:06,436] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:07,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:07,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:07,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:08,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:08,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:09,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:09,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:09,997] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:10,431] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:10,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:11,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:11,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:12,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:12,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-17 21:37:13,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:13,836] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:14,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:14,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-17 21:37:15,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:15,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:15,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:16,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:16,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:17,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:17,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:18,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:18,477] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:18,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:19,333] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:19,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:20,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:20,622] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 21:37:21,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 21: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-17 21:37:21,793] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 21:37:21,862] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 21:37:22,209] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 21:37:22,615] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 21:37:22,616] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 21:37:22,629] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 21:37:22,630] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:37:22,853] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:37:23,030] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:37:23,195] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 21:37:23,224] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 21:37:23,245] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:37:23,408] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 21:37:23,409] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 21:37:23,412] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 21:37:23,412] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:37:23,579] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 21:37:23,757] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 21:37:23,978] {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-17 21:37:23,979] {__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-17 21:37:23,980] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 21:37:24,315] {pyAvaCore:93} INFO - Fetching [2022-11-17 21:37:24,316] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 21:37:26,434] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 21:37:26,435] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 21:37:26,435] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 21:37:26,437] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 21:37:26,442] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 21:37:26,442] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 21:37:26,444] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 21:37:26,445] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 21:37:26,448] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 21:37:26,448] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 21:37:26,449] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 22:07:02,106] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 22:07:03,463] {__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/17/2022' [2022-11-17 22:07:03,467] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 22:07:03,675] {__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-17 22:07:03,677] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 22:07:03,826] {__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-17 22:07:03,827] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 22:07:03,986] {__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-17 22:07:03,987] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 22:07:04,144] {__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-17 22:07:04,145] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 22:07:04,309] {__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-17 22:07:04,310] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 22:07:04,339] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 22:07:04,484] {__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-17 22:07:04,485] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 22:07:04,778] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 22:07:04,783] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 22:07:04,899] {__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-17 22:07:04,900] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 22:07:05,062] {__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-17 22:07:05,063] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 22:07:05,918] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 22:07:05,919] {__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-17 22:07:06,349] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-17 22:07:06,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:07,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-17 22:07:08,028] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:08,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:08,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:09,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:09,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:10,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:10,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:10,994] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:11,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:11,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:12,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:12,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:13,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:13,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:14,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:14,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:15,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:15,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:15,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:16,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:16,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:17,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:17,905] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:18,273] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:18,627] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:19,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 22: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-17 22:07:19,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:20,168] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:20,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:21,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:21,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:21,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-17 22:07:22,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 22:07:22,688] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 22:07:22,759] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 22:07:23,123] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 22:07:23,550] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 22:07:23,550] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 22:07:23,564] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 22:07:23,565] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:07:23,792] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:07:23,970] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:07:24,140] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 22:07:24,173] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 22:07:24,193] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:07:24,364] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 22:07:24,364] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 22:07:24,368] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 22:07:24,369] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:07:24,535] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:07:24,715] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 22:07:25,006] {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-17 22:07:25,007] {__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-17 22:07:25,008] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 22:07:25,335] {pyAvaCore:93} INFO - Fetching [2022-11-17 22:07:25,335] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 22:07:26,374] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 22:07:26,375] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 22:07:26,375] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 22:07:26,377] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 22:07:26,381] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 22:07:26,381] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 22:07:26,382] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 22:07:26,383] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 22:07:26,386] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 22:07:26,387] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 22:07:26,387] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 22:37:02,645] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 22:37:02,900] {__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/17/2022' [2022-11-17 22:37:02,903] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 22:37:03,118] {__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-17 22:37:03,120] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 22:37:03,269] {__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-17 22:37:03,270] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 22:37:03,423] {__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-17 22:37:03,424] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 22:37:03,569] {__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-17 22:37:03,570] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 22:37:03,729] {__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-17 22:37:03,730] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 22:37:03,763] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 22:37:03,911] {__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-17 22:37:03,912] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 22:37:04,252] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 22:37:04,257] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 22:37:04,345] {__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-17 22:37:04,346] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 22:37:04,501] {__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-17 22:37:04,502] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 22:37:04,989] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 22:37:04,990] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-17 22:37:05,192] {__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-17 22:37:05,473] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:06,009] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:06,630] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:07,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:07,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:08,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:08,808] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:09,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:09,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-17 22: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-17 22:37:10,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:10,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:11,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 22: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-17 22:37:12,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:12,889] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:13,379] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:13,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:14,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:14,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:15,029] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:15,623] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:16,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:16,415] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:16,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:17,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:17,622] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:18,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:18,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:18,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:19,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:19,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:20,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:20,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:21,022] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:21,392] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 22:37:21,619] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 22:37:21,695] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 22:37:21,998] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 22:37:22,528] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 22:37:22,528] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 22:37:22,540] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 22:37:22,541] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:37:22,705] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:37:22,882] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:37:23,055] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 22:37:23,084] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 22:37:23,104] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:37:23,328] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 22:37:23,329] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 22:37:23,332] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 22:37:23,333] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:37:23,504] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 22:37:23,682] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 22:37:24,018] {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-17 22:37:24,019] {__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-17 22:37:24,020] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 22:37:24,380] {pyAvaCore:93} INFO - Fetching [2022-11-17 22:37:24,381] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 22:37:25,316] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 22:37:25,317] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 22:37:25,317] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 22:37:25,317] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 22:37:25,322] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 22:37:25,324] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 22:37:25,324] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 22:37:25,325] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 22:37:25,327] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 22:37:25,327] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 22:37:25,328] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 23:07:02,626] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 23:07:02,983] {__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/17/2022' [2022-11-17 23:07:02,987] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 23:07:03,194] {__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-17 23:07:03,196] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 23:07:03,351] {__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-17 23:07:03,351] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 23:07:03,500] {__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-17 23:07:03,501] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 23:07:03,656] {__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-17 23:07:03,657] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 23:07:03,818] {__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-17 23:07:03,819] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 23:07:03,845] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 23:07:03,994] {__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-17 23:07:03,995] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 23:07:04,434] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 23:07:04,440] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 23:07:04,528] {__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-17 23:07:04,530] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 23:07:04,686] {__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-17 23:07:04,687] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 23:07:05,421] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 23:07:05,421] {__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-17 23:07:05,788] {__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-17 23:07:06,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:06,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:07,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:07,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:08,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:08,992] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:09,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:09,997] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:10,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:10,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:11,326] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:11,759] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:12,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:12,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:13,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:13,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-17 23:07:14,009] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:14,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:14,938] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:15,413] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 23: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-17 23:07:16,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:16,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:17,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:17,631] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:18,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:18,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:18,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:19,367] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:19,741] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:20,113] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:20,530] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:20,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:21,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:21,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:22,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 23:07:22,499] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 23:07:22,564] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 23:07:22,876] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 23:07:24,649] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 23:07:24,650] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 23:07:24,663] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 23:07:24,664] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:07:24,951] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:07:25,144] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:07:25,344] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 23:07:25,370] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 23:07:25,388] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:07:25,580] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 23:07:25,581] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 23:07:25,584] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 23:07:25,585] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:07:25,769] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:07:25,959] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 23:07:26,294] {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-17 23:07:26,295] {__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-17 23:07:26,296] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 23:07:26,665] {pyAvaCore:93} INFO - Fetching [2022-11-17 23:07:26,665] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 23:07:27,756] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 23:07:27,756] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 23:07:27,757] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 23:07:27,758] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 23:07:27,763] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 23:07:27,763] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 23:07:27,765] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 23:07:27,766] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 23:07:27,768] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 23:07:27,769] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 23:07:27,769] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-17 23:37:01,884] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-17 23:37:02,129] {__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/17/2022' [2022-11-17 23:37:02,132] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-17 23:37:02,328] {__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-17 23:37:02,330] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-17 23:37:02,490] {__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-17 23:37:02,491] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-17 23:37:02,659] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-17 23:37:02,660] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-17 23:37:02,835] {__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-17 23:37:02,836] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-17 23:37:03,026] {__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-17 23:37:03,027] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 23:37:03,052] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-17 23:37:03,207] {__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-17 23:37:03,208] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-17 23:37:03,440] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-17 23:37:03,445] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-17 23:37:03,553] {__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-17 23:37:03,554] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-17 23:37:03,703] {__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-17 23:37:03,704] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-17 23:37:04,220] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-17 23:37:04,221] {__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-17 23:37:04,402] {__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-17 23:37:04,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:05,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:05,490] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:05,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:06,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:06,813] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:07,224] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:07,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:07,971] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:08,319] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:08,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:09,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:09,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:09,812] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:10,183] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:10,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:10,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:11,273] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:11,663] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:12,040] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:12,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:12,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:13,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:13,563] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:13,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:14,317] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:14,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:15,078] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:15,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:15,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:16,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:16,464] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:16,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:17,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:17,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:17,847] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-17 23:37:18,065] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.json [2022-11-17 23:37:18,128] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 23:37:18,432] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-17 23:37:18,838] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.xml [2022-11-17 23:37:18,838] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.json [2022-11-17 23:37:18,851] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 23:37:18,852] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:37:19,016] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:37:19,185] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:37:19,349] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 23:37:19,375] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-17 23:37:19,392] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:37:19,563] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.xml [2022-11-17 23:37:19,564] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.json [2022-11-17 23:37:19,567] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IT-34.ratings.json [2022-11-17 23:37:19,567] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:37:19,733] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-17 23:37:19,914] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-17 23:37:20,136] {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-17 23:37:20,137] {__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-17 23:37:20,137] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-17 23:37:20,485] {pyAvaCore:93} INFO - Fetching [2022-11-17 23:37:20,486] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-17 23:37:21,604] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-17 23:37:21,604] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-17 23:37:21,605] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-17 23:37:21,606] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-17 23:37:21,610] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-FR.ratings.json [2022-11-17 23:37:21,611] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-17 23:37:21,611] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-SI.ratings.json [2022-11-17 23:37:21,612] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17.ratings.json [2022-11-17 23:37:21,615] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-17 23:37:21,616] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-17 23:37:21,616] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json