[2022-11-15 00:07:02,446] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 00:07:02,797] {__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/15/2022' [2022-11-15 00:07:02,801] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 00:07:03,044] {__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-15 00:07:03,046] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 00:07:03,207] {__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-15 00:07:03,208] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 00:07:03,363] {__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-15 00:07:03,364] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 00:07:03,507] {__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-15 00:07:03,508] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 00:07:03,660] {__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-15 00:07:03,662] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 00:07:03,694] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 00:07:03,855] {__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-15 00:07:03,856] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 00:07:04,137] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 00:07:04,143] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 00:07:04,264] {__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-15 00:07:04,266] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 00:07:04,406] {__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-15 00:07:04,407] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 00:07:04,959] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 00:07:04,959] {__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-15 00:07:05,246] {__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-15 00:07:05,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:05,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:06,329] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:06,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:07,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:07,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:08,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:08,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:09,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:09,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:10,006] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:10,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:10,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:11,339] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:11,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:13,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:13,660] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:14,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:14,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:15,017] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:15,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-15 00:07:15,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:16,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:16,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:17,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:17,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:18,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:18,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:19,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:19,694] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:20,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:20,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:21,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:21,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:22,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:22,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 00:07:22,608] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 00:07:22,687] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 00:07:22,985] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 00:07:23,399] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 00:07:23,400] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 00:07:23,415] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 00:07:23,418] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 00:07:23,418] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 00:07:23,431] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 00:07:23,433] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 00:07:23,433] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 00:07:23,468] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 00:07:23,468] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:07:23,692] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:07:23,862] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:07:24,030] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 00:07:24,049] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 00:07:24,074] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:07:24,239] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 00:07:24,239] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 00:07:24,250] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 00:07:24,251] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:07:24,416] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:07:24,586] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 00:07:24,903] {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-15 00:07:24,904] {__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-15 00:07:24,905] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 00:07:25,219] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 00:07:25,219] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 00:07:25,228] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 00:07:25,228] {pyAvaCore:93} INFO - Fetching [2022-11-15 00:07:25,229] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 00:07:26,749] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 00:07:26,750] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 00:07:26,751] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 00:07:26,752] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 00:07:26,757] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 00:07:26,757] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 00:07:26,758] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 00:07:26,758] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 00:07:26,763] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 00:07:26,764] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 00:37:01,830] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 00:37:02,078] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/15/2022' [2022-11-15 00:37:02,081] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 00:37:02,285] {__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-15 00:37:02,287] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 00:37:02,438] {__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-15 00:37:02,439] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 00:37:02,620] {__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-15 00:37:02,621] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 00:37:02,775] {__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-15 00:37:02,776] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 00:37:02,950] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 00:37:02,951] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 00:37:02,982] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 00:37:03,145] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 00:37:03,146] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 00:37:03,605] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 00:37:03,610] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 00:37:03,699] {__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-15 00:37:03,700] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 00:37:03,845] {__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-15 00:37:03,846] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 00:37:04,452] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 00:37:04,452] {__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-15 00:37:04,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-15 00:37:04,933] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:05,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:05,924] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:06,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:06,891] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:07,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:07,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:08,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:08,694] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:09,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:09,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:09,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:10,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:10,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:11,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:11,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:12,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:12,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:13,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:13,414] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:13,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:14,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:14,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:15,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:15,792] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:16,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:16,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:17,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:17,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:17,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-15 00:37:18,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:18,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:19,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-15 00:37:19,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37: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-15 00:37:20,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 00:37:20,616] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 00:37:20,690] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 00:37:21,038] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 00:37:21,447] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 00:37:21,448] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 00:37:21,457] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 00:37:21,459] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 00:37:21,460] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 00:37:21,469] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 00:37:21,473] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 00:37:21,473] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 00:37:21,506] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 00:37:21,507] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:37:21,675] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:37:21,839] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:37:22,006] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 00:37:22,034] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 00:37:22,059] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:37:22,222] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 00:37:22,223] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 00:37:22,231] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 00:37:22,231] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:37:22,397] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 00:37:22,563] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 00:37:22,787] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-15 00:37:22,787] {__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-15 00:37:22,788] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 00:37:23,094] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 00:37:23,095] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 00:37:23,104] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 00:37:23,105] {pyAvaCore:93} INFO - Fetching [2022-11-15 00:37:23,106] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 00:37:24,014] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 00:37:24,014] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 00:37:24,015] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 00:37:24,017] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 00:37:24,021] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 00:37:24,022] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 00:37:24,022] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 00:37:24,023] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 00:37:24,025] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 00:37:24,025] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 01:07:02,048] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 01:07:02,415] {__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/15/2022' [2022-11-15 01:07:02,418] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 01:07:02,648] {__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-15 01:07:02,651] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 01:07:02,817] {__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-15 01:07:02,818] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 01:07:02,984] {__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-15 01:07:02,985] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 01:07:03,134] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 01:07:03,135] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 01:07:03,290] {__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-15 01:07:03,291] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 01:07:03,321] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 01:07:03,467] {__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-15 01:07:03,468] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 01:07:03,763] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 01:07:03,769] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 01:07:03,854] {__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-15 01:07:03,855] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 01:07:04,005] {__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-15 01:07:04,006] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 01:07:04,555] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 01:07:04,555] {__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-15 01:07:04,783] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 01:07:04,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:05,511] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:06,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:06,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-15 01:07:07,025] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:07,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:07,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:08,237] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:08,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:09,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:09,592] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:09,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:10,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:11,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:12,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:13,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:13,492] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:13,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:14,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:14,749] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:15,446] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:15,871] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:16,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:16,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:17,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-15 01:07:17,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:18,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:18,506] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:18,892] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:19,373] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:19,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:20,191] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:20,694] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:21,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:21,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:22,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 01:07:22,512] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 01:07:22,585] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 01:07:22,936] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 01:07:23,358] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 01:07:23,358] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 01:07:23,367] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 01:07:23,370] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 01:07:23,370] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 01:07:23,391] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 01:07:23,393] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 01:07:23,394] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 01:07:23,406] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 01:07:23,407] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:07:23,668] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:07:23,843] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:07:24,023] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 01:07:24,043] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 01:07:24,068] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:07:24,243] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 01:07:24,244] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 01:07:24,248] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 01:07:24,249] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:07:24,417] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:07:24,593] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 01:07:24,900] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-15 01:07:24,901] {__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-15 01:07:24,902] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 01:07:25,239] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 01:07:25,239] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 01:07:25,272] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 01:07:25,273] {pyAvaCore:93} INFO - Fetching [2022-11-15 01:07:25,274] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 01:07:26,439] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 01:07:26,440] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 01:07:26,440] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 01:07:26,441] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 01:07:26,448] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 01:07:26,449] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 01:07:26,449] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 01:07:26,450] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 01:07:26,453] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 01:07:26,453] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 01:37:02,319] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 01:37:02,715] {__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/15/2022' [2022-11-15 01:37:02,719] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 01:37:02,948] {__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-15 01:37:02,950] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 01:37:03,107] {__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-15 01:37:03,108] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 01:37:03,250] {__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-15 01:37:03,251] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 01:37:03,408] {__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-15 01:37:03,409] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 01:37:03,550] {__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-15 01:37:03,551] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 01:37:03,577] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 01:37:03,721] {__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-15 01:37:03,722] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 01:37:04,161] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 01:37:04,167] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 01:37:04,273] {__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-15 01:37:04,274] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 01:37:04,419] {__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-15 01:37:04,420] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 01:37:05,024] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 01:37:05,025] {__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-15 01:37:05,335] {__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-15 01:37:05,587] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:06,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-15 01:37:06,559] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:07,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:07,515] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:08,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:08,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:08,831] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:09,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:09,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:10,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:10,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:10,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:11,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:11,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:12,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:12,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:13,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:13,683] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:14,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37: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-15 01:37:15,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:15,534] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:15,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:16,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:16,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:17,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:17,765] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:18,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:18,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:19,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:19,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:19,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:20,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 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-15 01:37:21,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 01:37:21,434] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 01:37:21,507] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 01:37:21,822] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 01:37:22,321] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 01:37:22,321] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 01:37:22,332] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 01:37:22,335] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 01:37:22,336] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 01:37:22,348] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 01:37:22,350] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 01:37:22,351] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 01:37:22,359] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 01:37:22,360] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:37:22,525] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:37:22,690] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:37:22,860] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 01:37:22,883] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 01:37:22,909] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:37:23,075] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 01:37:23,075] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 01:37:23,080] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 01:37:23,081] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 01:37:23,318] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 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-15 01:37:23,766] {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-15 01:37:23,767] {__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-15 01:37:23,767] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 01:37:24,099] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 01:37:24,100] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 01:37:24,134] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 01:37:24,135] {pyAvaCore:93} INFO - Fetching [2022-11-15 01:37:24,135] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 01:37:25,221] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 01:37:25,222] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 01:37:25,223] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 01:37:25,224] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 01:37:25,229] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 01:37:25,230] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 01:37:25,230] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 01:37:25,230] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 01:37:25,233] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 01:37:25,233] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 02:07:01,958] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 02:07:02,211] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/15/2022' [2022-11-15 02:07:02,215] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 02:07:02,419] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 02:07:02,421] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 02:07:02,586] {__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-15 02:07:02,587] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 02:07:02,734] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 02:07:02,735] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 02:07:02,890] {__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-15 02:07:02,891] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 02:07:03,048] {__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-15 02:07:03,050] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 02:07:03,079] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 02:07:03,244] {__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-15 02:07:03,245] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 02:07:03,528] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 02:07:03,535] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 02:07:03,623] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-15 02:07:03,625] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 02:07:03,785] {__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-15 02:07:03,786] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 02:07:04,381] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 02:07:04,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-15 02:07:04,575] {__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-15 02:07:04,764] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:05,329] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:05,800] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:06,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:06,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:07,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:07,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:08,078] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:08,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:08,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:09,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:10,056] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:10,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:10,954] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:11,422] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:11,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:12,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:12,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:13,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:13,821] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:14,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:14,706] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:15,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:15,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:16,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-15 02:07:16,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:16,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:17,373] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:17,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:18,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:18,568] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:18,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:19,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:19,799] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:20,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:20,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 02:07:21,021] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 02:07:21,119] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 02:07:21,518] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 02:07:21,926] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 02:07:21,926] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 02:07:21,966] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 02:07:21,968] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 02:07:21,968] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 02:07:21,976] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 02:07:21,978] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 02:07:21,979] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 02:07:21,992] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 02:07:21,993] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:07:22,164] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:07:22,331] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:07:22,495] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 02:07:22,518] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 02:07:22,543] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:07:22,708] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 02:07:22,709] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 02:07:22,713] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 02:07:22,713] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:07:22,881] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:07:23,047] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 02:07:23,331] {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-15 02:07:23,332] {__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-15 02:07:23,332] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 02:07:23,641] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 02:07:23,642] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 02:07:23,653] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 02:07:23,654] {pyAvaCore:93} INFO - Fetching [2022-11-15 02:07:23,655] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 02:07:24,576] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 02:07:24,576] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 02:07:24,577] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 02:07:24,578] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 02:07:24,580] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 02:07:24,580] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 02:07:24,581] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 02:07:24,581] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 02:07:24,584] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 02:07:24,585] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 02:37:02,474] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 02:37:02,831] {__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/15/2022' [2022-11-15 02:37:02,835] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 02:37:03,028] {__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-15 02:37:03,030] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 02:37:03,191] {__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-15 02:37:03,192] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 02:37:03,346] {__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-15 02:37:03,348] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 02:37:03,503] {__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-15 02:37:03,504] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 02:37:03,661] {__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-15 02:37:03,662] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 02:37:03,689] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 02:37:03,834] {__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-15 02:37:03,835] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 02:37:04,221] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 02:37:04,227] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 02:37:04,325] {__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-15 02:37:04,326] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 02:37:04,477] {__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-15 02:37:04,478] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 02:37:05,053] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 02:37:05,054] {__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-15 02:37:05,328] {__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-15 02:37:05,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:05,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:06,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:06,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:07,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:07,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:08,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:08,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:09,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:09,667] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:10,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:10,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:10,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:11,396] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:11,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:12,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:12,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:13,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:13,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:14,220] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:14,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:15,214] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:15,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:16,073] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:16,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:16,956] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:17,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:17,808] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:18,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:18,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:19,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:19,431] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:19,912] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:20,346] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:20,739] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:21,120] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 02:37:21,448] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 02:37:21,522] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 02:37:21,892] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 02:37:22,458] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 02:37:22,459] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 02:37:22,470] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 02:37:22,472] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 02:37:22,472] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 02:37:22,489] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 02:37:22,492] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 02:37:22,492] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 02:37:22,529] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 02:37:22,530] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:37:22,749] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:37:22,912] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:37:23,076] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 02:37:23,095] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 02:37:23,121] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:37:23,285] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 02:37:23,286] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 02:37:23,288] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 02:37:23,289] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:37:23,455] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 02:37:23,625] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 02:37:23,963] {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-15 02:37:23,964] {__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-15 02:37:23,965] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 02:37:24,285] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 02:37:24,285] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 02:37:24,294] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 02:37:24,295] {pyAvaCore:93} INFO - Fetching [2022-11-15 02:37:24,295] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 02:37:25,290] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 02:37:25,291] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 02:37:25,292] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 02:37:25,292] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 02:37:25,295] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 02:37:25,296] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 02:37:25,296] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 02:37:25,297] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 02:37:25,299] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 02:37:25,299] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 03:07:02,471] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 03:07:03,714] {__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/15/2022' [2022-11-15 03:07:03,718] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 03:07:03,915] {__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-15 03:07:03,916] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 03:07:04,081] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 03:07:04,082] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 03:07:04,234] {__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-15 03:07:04,236] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 03:07:04,381] {__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-15 03:07:04,382] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 03:07:04,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-15 03:07:04,534] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 03:07:04,563] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 03:07:04,706] {__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-15 03:07:04,707] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 03:07:04,989] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 03:07:04,996] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 03:07:05,089] {__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-15 03:07:05,090] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 03:07:05,258] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 03:07:05,259] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 03:07:05,872] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 03:07:05,873] {__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-15 03:07:11,481] {__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-15 03:07:11,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:12,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:12,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:13,027] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:13,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:13,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:14,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:14,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:15,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:15,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:16,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:16,482] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:16,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:17,391] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:17,807] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:18,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:18,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:19,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:19,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:20,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:20,573] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:20,983] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:21,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:21,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:22,317] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:22,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:23,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:23,759] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:24,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:24,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:25,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:25,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:25,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:26,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:26,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:27,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 03:07:27,351] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 03:07:27,424] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 03:07:27,719] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 03:07:28,139] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 03:07:28,140] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 03:07:28,149] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 03:07:28,151] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 03:07:28,151] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 03:07:28,161] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 03:07:28,162] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 03:07:28,163] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 03:07:28,171] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 03:07:28,172] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:07:28,390] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:07:28,556] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:07:28,726] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 03:07:28,748] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 03:07:28,777] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:07:28,942] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 03:07:28,942] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 03:07:28,946] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 03:07:28,947] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:07:29,114] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:07:29,284] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 03:07:29,582] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-15 03:07:29,583] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-15 03:07:29,583] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 03:07:29,916] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 03:07:29,916] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 03:07:29,927] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 03:07:29,927] {pyAvaCore:93} INFO - Fetching [2022-11-15 03:07:29,928] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 03:07:30,942] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 03:07:30,943] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 03:07:30,943] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 03:07:30,945] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 03:07:30,949] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 03:07:30,949] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 03:07:30,949] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 03:07:30,950] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 03:07:30,952] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 03:07:30,953] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 03:37:02,033] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 03:37:02,425] {__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/15/2022' [2022-11-15 03:37:02,429] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 03:37:02,644] {__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-15 03:37:02,646] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 03:37:02,800] {__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-15 03:37:02,801] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 03:37:02,950] {__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-15 03:37:02,951] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 03:37:03,093] {__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-15 03:37:03,094] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 03:37:03,256] {__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-15 03:37:03,258] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 03:37:03,286] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 03:37:03,431] {__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-15 03:37:03,432] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 03:37:03,820] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 03:37:03,826] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 03:37:03,907] {__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-15 03:37:03,908] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 03:37:04,065] {__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-15 03:37:04,066] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 03:37:04,767] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 03:37:04,767] {__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-15 03:37:05,051] {__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-15 03:37:05,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:05,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:06,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:06,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:07,199] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:07,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:08,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-15 03:37:08,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:09,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:09,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:10,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:10,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:11,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-15 03:37:11,938] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:12,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:12,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:13,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:13,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:14,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:14,568] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:14,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:15,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:16,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:17,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:18,048] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:18,495] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:18,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:19,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:19,996] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:20,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:20,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:21,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:21,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:22,103] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:22,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:22,925] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 03:37:23,146] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 03:37:23,225] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 03:37:23,563] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 03:37:24,062] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 03:37:24,062] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 03:37:24,071] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 03:37:24,072] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 03:37:24,073] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 03:37:24,082] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 03:37:24,084] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 03:37:24,084] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 03: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-15 03:37:24,119] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:37:24,339] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:37:24,503] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:37:24,675] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 03:37:24,699] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 03:37:24,726] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:37:24,892] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 03:37:24,893] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 03:37:24,906] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 03:37:24,907] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:37:25,073] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 03:37:25,243] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 03:37:25,554] {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-15 03:37:25,555] {__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-15 03:37:25,556] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 03:37:25,850] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 03:37:25,851] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 03:37:25,859] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 03:37:25,859] {pyAvaCore:93} INFO - Fetching [2022-11-15 03:37:25,860] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 03:37:26,844] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 03:37:26,846] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 03:37:26,846] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 03:37:26,847] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 03:37:26,851] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 03:37:26,852] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 03:37:26,852] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 03:37:26,853] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 03:37:26,856] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 03:37:26,858] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 04:07:01,912] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 04:07:02,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/15/2022' [2022-11-15 04:07:02,171] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 04:07:02,372] {__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-15 04:07:02,374] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 04:07:02,532] {__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-15 04:07:02,533] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 04:07:02,696] {__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-15 04:07:02,697] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 04:07:02,864] {__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-15 04:07:02,865] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 04:07:03,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-15 04:07:03,014] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 04:07:03,042] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 04:07:03,194] {__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-15 04:07:03,195] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 04:07:03,456] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 04:07:03,461] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 04:07:03,570] {__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-15 04:07:03,571] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 04:07:03,734] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 04:07:03,735] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 04:07:04,271] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 04:07:04,271] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-15 04:07:04,513] {__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-15 04:07:04,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:05,220] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:05,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:06,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:06,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:07,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:07,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:08,199] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:08,603] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:09,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:09,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:10,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:10,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:10,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:11,465] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:12,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:12,573] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:12,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:13,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:13,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:14,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:14,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:15,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:15,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:16,214] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:16,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:17,056] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:17,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:17,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:18,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:18,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:19,404] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:19,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:20,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:20,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:20,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 04:07:21,297] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 04:07:21,372] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 04:07:24,519] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 04:07:24,922] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 04:07:24,923] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 04:07:24,934] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 04:07:24,936] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 04:07:24,937] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 04:07:24,950] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 04:07:24,952] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 04:07:24,952] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 04:07:24,961] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 04:07:24,961] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:07:25,176] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:07:25,340] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:07:25,523] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 04:07:25,543] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 04:07:25,568] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:07:25,774] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 04:07:25,774] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 04:07:25,778] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 04:07:25,779] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:07:26,007] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:07:26,196] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 04:07:26,567] {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-15 04:07:26,568] {__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-15 04:07:26,568] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 04:07:26,920] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 04:07:26,920] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 04:07:26,929] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 04:07:26,930] {pyAvaCore:93} INFO - Fetching [2022-11-15 04:07:26,930] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 04:07:27,937] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 04:07:27,938] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 04:07:27,938] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 04:07:27,939] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 04:07:27,943] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 04:07:27,943] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 04:07:27,944] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 04:07:27,944] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 04:07:27,947] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 04:07:27,947] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 04:37:01,803] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 04:37:02,160] {__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/15/2022' [2022-11-15 04:37:02,164] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 04:37:02,402] {__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-15 04:37:02,404] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 04:37:02,603] {__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-15 04:37:02,604] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 04:37:02,763] {__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-15 04:37:02,764] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 04:37:02,923] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 04:37:02,924] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 04:37:03,075] {__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-15 04:37:03,076] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 04:37:03,102] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 04:37:03,257] {__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-15 04:37:03,258] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 04:37:03,697] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 04:37:03,702] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 04:37:03,801] {__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-15 04:37:03,803] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 04:37:03,942] {__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-15 04:37:03,943] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 04:37:04,451] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 04:37:04,451] {__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-15 04:37:04,789] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 04:37:04,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:05,663] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:06,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:06,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:07,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:07,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:07,902] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:08,397] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:08,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-15 04:37:09,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:09,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:10,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-15 04:37:10,831] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:11,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:11,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 04: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-15 04:37:12,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:13,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:13,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:14,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:14,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-15 04:37:14,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:15,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:15,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:16,220] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:16,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:17,029] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:17,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-15 04:37:17,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:18,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:18,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:19,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:19,638] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:20,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:20,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:20,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 04:37:21,251] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 04:37:21,326] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 04:37:21,719] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 04:37:22,125] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 04:37:22,126] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 04:37:22,137] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 04:37:22,140] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 04:37:22,140] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 04:37:22,152] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 04:37:22,154] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 04:37:22,154] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 04:37:22,169] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 04:37:22,170] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:37:22,338] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:37:22,502] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:37:22,678] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 04:37:22,697] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 04:37:22,725] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:37:22,889] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 04:37:22,889] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 04:37:22,896] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 04:37:22,897] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:37:23,061] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 04:37:23,228] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 04:37:23,506] {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-15 04:37:23,507] {__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-15 04:37:23,508] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 04:37:23,866] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 04:37:23,867] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 04:37:23,875] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 04:37:23,875] {pyAvaCore:93} INFO - Fetching [2022-11-15 04:37:23,876] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 04:37:25,123] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 04:37:25,124] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 04:37:25,124] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 04:37:25,125] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 04:37:25,130] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 04:37:25,130] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 04:37:25,131] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 04:37:25,131] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 04:37:25,133] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 04:37:25,134] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 05:07:02,208] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 05:07:02,596] {__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/15/2022' [2022-11-15 05:07:02,600] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 05:07:02,815] {__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-15 05:07:02,817] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 05:07:03,002] {__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-15 05:07:03,004] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 05:07:03,174] {__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-15 05:07:03,176] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 05:07:03,346] {__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-15 05:07:03,347] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 05:07:03,517] {__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-15 05:07:03,519] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 05:07:03,548] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 05:07:03,691] {__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-15 05:07:03,692] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 05:07:03,975] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 05:07:03,980] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 05:07:04,064] {__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-15 05:07:04,065] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 05:07:04,209] {__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-15 05:07:04,211] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 05:07:04,726] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 05:07:04,727] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-15 05:07:04,923] {__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-15 05:07:05,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:05,514] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:05,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:06,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:06,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:07,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:07,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:08,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:08,705] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:09,129] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:09,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:10,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07: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-15 05:07:11,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:11,560] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:11,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:12,330] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:12,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:13,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:13,871] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:14,341] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:14,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:15,398] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:15,844] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:16,214] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:16,627] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:17,013] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:17,400] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:17,884] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:18,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:19,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:19,463] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:19,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:20,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:20,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:21,113] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 05:07:21,373] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 05:07:21,453] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 05:07:21,932] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 05:07:22,341] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 05:07:22,342] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 05:07:22,353] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 05:07:22,355] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 05:07:22,355] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 05:07:22,368] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 05:07:22,370] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 05:07:22,370] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 05:07:22,380] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 05:07:22,381] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:07:22,620] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:07:22,786] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:07:22,954] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 05:07:22,978] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 05:07:23,008] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:07:23,176] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 05:07:23,177] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 05:07:23,181] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 05:07:23,182] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:07:23,346] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:07:23,518] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 05:07:23,824] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-15 05:07:23,825] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-15 05:07:23,825] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 05:07:24,126] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 05:07:24,126] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 05:07:24,157] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 05:07:24,158] {pyAvaCore:93} INFO - Fetching [2022-11-15 05:07:24,159] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 05:07:25,254] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 05:07:25,255] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 05:07:25,255] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 05:07:25,256] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 05:07:25,261] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 05:07:25,261] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 05:07:25,261] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 05:07:25,262] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 05:07:25,264] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 05:07:25,265] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 05:37:02,146] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 05:37:02,498] {__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/15/2022' [2022-11-15 05:37:02,501] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 05:37:02,762] {__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-15 05:37:02,764] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 05:37:02,931] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 05:37:02,932] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 05:37:03,101] {__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-15 05:37:03,102] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 05:37:03,286] {__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-15 05:37:03,288] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 05:37:03,472] {__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-15 05:37:03,473] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 05:37:03,500] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 05:37:03,652] {__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-15 05:37:03,653] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 05:37:04,081] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 05:37:04,088] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 05:37:04,191] {__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-15 05:37:04,192] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 05:37:04,359] {__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-15 05:37:04,360] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 05:37:05,039] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 05:37:05,039] {__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-15 05:37:05,283] {__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-15 05:37:05,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:06,038] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:06,529] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:07,020] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:07,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:07,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:08,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:08,895] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:09,359] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:09,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:10,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:10,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:11,354] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:11,729] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:12,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:12,567] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:13,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:13,508] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:14,027] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:14,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:14,847] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:15,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:15,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:16,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:16,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:16,889] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:17,385] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:17,814] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:18,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:18,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:19,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:19,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:19,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:20,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:20,736] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:21,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 05:37:21,449] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 05:37:21,522] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 05:37:21,863] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 05:37:22,432] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 05:37:22,433] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 05:37:22,443] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 05:37:22,445] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 05:37:22,445] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 05:37:22,462] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 05:37:22,464] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 05:37:22,464] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 05:37:22,472] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 05:37:22,473] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:37:22,689] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:37:22,855] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:37:23,027] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 05:37:23,049] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 05:37:23,074] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:37:23,241] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 05:37:23,242] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 05:37:23,246] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 05:37:23,247] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:37:23,415] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 05:37:23,582] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 05:37:23,868] {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-15 05:37:23,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-15 05:37:23,870] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 05:37:24,180] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 05:37:24,183] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 05:37:24,195] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 05:37:24,195] {pyAvaCore:93} INFO - Fetching [2022-11-15 05:37:24,196] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 05:37:25,208] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 05:37:25,208] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 05:37:25,209] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 05:37:25,210] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 05:37:25,213] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 05:37:25,214] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 05:37:25,214] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 05:37:25,214] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 05:37:25,217] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 05:37:25,217] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 06:07:02,768] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 06:07:03,139] {__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/15/2022' [2022-11-15 06:07:03,142] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 06:07:03,339] {__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-15 06:07:03,341] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 06:07: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-15 06:07:03,496] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 06:07:03,637] {__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-15 06:07:03,638] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 06:07:03,790] {__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-15 06:07:03,791] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 06:07:03,940] {__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-15 06:07:03,941] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 06:07:03,968] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 06:07:04,112] {__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-15 06:07:04,113] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 06:07:04,402] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 06:07:04,407] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 06:07:04,512] {__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-15 06:07:04,514] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 06:07:04,663] {__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-15 06:07:04,664] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 06:07:05,252] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 06:07:05,252] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-15 06:07:05,469] {__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-15 06:07:05,688] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:06,201] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:06,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:07,110] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:07,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:08,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:08,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:09,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:09,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:10,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:10,576] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:10,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:11,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:11,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:12,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:12,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:13,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:13,813] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:14,257] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:14,638] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:14,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:15,413] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:15,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:16,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:16,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07: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-15 06:07:17,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:18,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:18,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:18,873] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:19,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:19,729] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:20,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:20,519] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:20,927] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:21,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 06:07:21,643] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 06:07:21,723] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 06:07:22,217] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 06:07:22,638] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 06:07:22,639] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 06:07:22,648] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 06:07:22,650] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 06:07:22,651] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 06:07:22,662] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 06:07:22,665] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 06:07:22,665] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 06:07:22,674] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 06:07:22,675] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:07:22,897] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:07:23,068] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:07:23,234] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 06:07:23,257] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 06:07:23,287] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:07:23,455] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 06:07:23,455] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 06:07:23,459] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 06:07:23,460] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:07:23,626] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:07:23,802] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 06:07:24,108] {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-15 06:07:24,109] {__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-15 06:07:24,109] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 06:07:24,422] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 06:07:24,423] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 06:07:24,435] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 06:07:24,436] {pyAvaCore:93} INFO - Fetching [2022-11-15 06:07:24,437] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 06:07:25,408] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 06:07:25,409] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 06:07:25,409] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 06:07:25,410] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 06:07:25,414] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 06:07:25,415] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 06:07:25,416] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 06:07:25,416] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 06:07:25,418] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 06:07:25,419] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 06:37:02,549] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 06:37:02,931] {__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/15/2022' [2022-11-15 06:37:02,934] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 06:37:03,140] {__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-15 06:37:03,142] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 06:37:03,293] {__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-15 06:37:03,294] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 06:37:03,449] {__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-15 06:37:03,450] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 06:37:03,596] {__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-15 06:37:03,597] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 06:37:03,740] {__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-15 06:37:03,742] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 06:37:03,776] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 06:37:03,924] {__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-15 06:37:03,925] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 06:37:04,396] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 06:37:04,401] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 06:37:04,507] {__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-15 06:37:04,509] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 06:37:04,658] {__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-15 06:37:04,659] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 06:37:05,222] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 06:37:05,223] {__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-15 06:37:05,514] {__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-15 06:37:05,764] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:06,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:06,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:07,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:07,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:08,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:08,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:09,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:09,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:09,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:10,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:11,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:11,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:12,159] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:12,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:13,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:13,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:14,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:14,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:14,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:15,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:16,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:16,538] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:17,031] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:17,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:18,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:18,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:19,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 06: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-15 06:37:19,954] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:20,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:20,757] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:21,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-15 06:37:21,668] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:22,058] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:22,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 06:37:22,774] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 06:37:22,846] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 06:37:23,223] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 06:37:23,789] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 06:37:23,790] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 06:37:23,800] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 06:37:23,801] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 06:37:23,801] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 06:37:23,815] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 06:37:23,816] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 06:37:23,817] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 06:37:23,825] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 06:37:23,825] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:37:24,045] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:37:24,217] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:37:24,384] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 06:37:24,405] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 06:37:24,430] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:37:24,594] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 06:37:24,595] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 06:37:24,597] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 06:37:24,598] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:37:24,765] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 06:37:24,933] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 06:37:25,265] {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-15 06:37:25,266] {__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-15 06:37:25,266] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 06:37:25,616] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 06:37:25,617] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 06:37:25,627] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 06:37:25,627] {pyAvaCore:93} INFO - Fetching [2022-11-15 06:37:25,628] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 06:37:26,652] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 06:37:26,653] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 06:37:26,653] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 06:37:26,654] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 06:37:26,658] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 06:37:26,659] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 06:37:26,659] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 06:37:26,660] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 06:37:26,662] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 06:37:26,663] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 07:07:01,910] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 07:07:02,166] {__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/15/2022' [2022-11-15 07:07:02,170] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 07:07:02,365] {__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-15 07:07:02,368] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 07:07:02,522] {__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-15 07:07:02,523] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 07:07:02,687] {__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-15 07:07:02,688] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 07:07:02,888] {__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-15 07:07:02,889] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 07:07:03,067] {__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-15 07:07:03,068] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 07:07:03,095] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 07:07:03,243] {__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-15 07:07:03,244] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 07:07:03,477] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 07:07:03,482] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 07:07:03,570] {__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-15 07:07:03,571] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 07:07:03,714] {__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-15 07:07:03,715] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 07:07:04,238] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 07:07:04,238] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-15 07:07:04,442] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 07:07:04,664] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:05,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:05,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:06,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:06,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:06,954] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:07,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:07,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:08,094] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:08,573] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:09,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:09,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:09,992] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:10,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:10,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:11,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:11,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:12,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:12,693] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:13,137] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:13,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:13,983] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:14,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:14,792] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:15,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:15,571] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:15,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:16,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-15 07:07:16,836] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:17,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:17,678] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:18,027] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:18,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:18,766] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:19,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:19,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 07:07:19,946] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 07:07:20,024] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 07:07:20,500] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 07:07:20,909] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 07:07:20,910] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 07:07:20,921] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 07:07:20,923] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 07:07:20,924] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 07:07:20,940] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 07:07:20,942] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 07:07:20,942] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 07:07:20,952] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 07:07:20,953] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:07:21,423] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:07:21,612] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:07:21,794] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 07:07:21,817] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 07:07:21,844] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:07:22,019] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 07:07:22,020] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 07:07:22,022] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 07:07:22,023] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:07:22,191] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:07:22,359] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 07:07:22,587] {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-15 07:07:22,588] {__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-15 07:07:22,589] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 07:07:22,914] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 07:07:22,914] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 07:07:22,926] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 07:07:22,927] {pyAvaCore:93} INFO - Fetching [2022-11-15 07:07:22,927] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 07:07:23,904] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 07:07:23,904] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 07:07:23,905] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 07:07:23,906] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 07:07:23,913] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 07:07:23,913] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 07:07:23,913] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 07:07:23,914] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 07:07:23,916] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 07:07:23,917] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 07:37:01,981] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 07:37:02,374] {__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/15/2022' [2022-11-15 07:37:02,378] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 07:37:02,578] {__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-15 07:37:02,580] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 07:37:02,784] {__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-15 07:37:02,786] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 07:37:02,987] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 07:37:02,988] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 07:37:03,163] {__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-15 07:37:03,164] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 07:37:03,321] {__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-15 07:37:03,323] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 07:37:03,350] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 07:37:03,501] {__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-15 07:37:03,502] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 07:37:03,791] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 07:37:03,796] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 07:37:03,900] {__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-15 07:37:03,902] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 07:37:04,048] {__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-15 07:37:04,049] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 07:37:04,660] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 07:37:04,661] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-15 07:37:04,855] {__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-15 07:37:05,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:05,520] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:06,024] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:06,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:06,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:07,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:07,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:08,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:08,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:09,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:09,540] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:09,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:10,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:10,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-15 07:37:11,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:11,705] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:12,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:12,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:13,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:13,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:14,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:14,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:15,199] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:15,610] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:16,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:16,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:16,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:17,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:17,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:17,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:18,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:18,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:19,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:19,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:19,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:20,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 07:37:20,738] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 07:37:20,824] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 07:37:21,109] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 07:37:21,518] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 07:37:21,519] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 07:37:21,529] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 07:37:21,530] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 07:37:21,531] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 07:37:21,540] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 07:37:21,542] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 07:37:21,542] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 07:37:21,552] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 07:37:21,552] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:37:21,819] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:37:21,994] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:37:22,164] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 07:37:22,185] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 07:37:22,212] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:37:22,378] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 07:37:22,379] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 07:37:22,383] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 07:37:22,383] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:37:22,547] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 07:37:22,717] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 07:37:22,998] {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-15 07:37:23,000] {__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-15 07:37:23,001] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 07:37:23,328] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 07:37:23,329] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 07:37:23,360] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 07:37:23,360] {pyAvaCore:93} INFO - Fetching [2022-11-15 07:37:23,361] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 07:37:24,541] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 07:37:24,542] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 07:37:24,543] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 07:37:24,544] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 07:37:24,550] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 07:37:24,550] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 07:37:24,551] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 07:37:24,551] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 07:37:24,553] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 07:37:24,554] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 08:07:02,408] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 08:07:02,786] {__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/15/2022' [2022-11-15 08:07:02,789] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 08:07:03,024] {__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-15 08:07:03,027] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 08:07:03,197] {__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-15 08:07:03,198] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 08:07:03,369] {__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-15 08:07:03,370] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 08:07:03,521] {__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-15 08:07:03,523] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 08:07:03,677] {__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-15 08:07:03,678] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 08:07:03,706] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 08:07:03,866] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 08:07:03,867] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 08:07:04,153] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 08:07:04,158] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 08:07:04,269] {__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-15 08:07:04,270] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 08:07:04,426] {__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-15 08:07:04,427] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 08:07:05,009] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 08:07:05,009] {__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-15 08:07:05,256] {__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-15 08:07:05,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:06,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-15 08:07:06,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:07,027] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:07,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:07,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:08,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:08,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:09,193] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:09,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:10,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:10,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:10,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:11,570] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:11,994] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:12,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:12,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:13,291] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:13,975] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:14,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:14,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:15,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:15,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:16,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:16,497] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:16,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:17,347] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:17,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:18,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:18,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:18,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-15 08:07:19,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:19,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:20,389] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:20,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:21,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 08:07:21,629] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 08:07:21,709] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 08:07:22,063] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 08:07:22,527] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 08:07:22,528] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 08:07:22,576] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 08:07:22,578] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 08:07:22,579] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 08:07:22,591] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 08:07:22,594] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 08:07:22,594] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 08:07:22,604] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 08:07:22,605] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:07:22,861] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:07:23,053] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:07:23,250] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 08:07:23,271] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 08:07:23,298] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:07:23,490] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 08:07:23,491] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 08:07:23,495] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 08:07:23,497] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:07:23,683] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:07:23,856] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 08:07:24,161] {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-15 08:07:24,162] {__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-15 08:07:24,163] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 08:07:24,470] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 08:07:24,471] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 08:07:24,479] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 08:07:24,480] {pyAvaCore:93} INFO - Fetching [2022-11-15 08:07:24,480] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 08:07:25,449] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 08:07:25,450] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 08:07:25,450] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 08:07:25,450] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 08:07:25,454] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 08:07:25,455] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 08:07:25,455] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 08:07:25,455] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 08:07:25,457] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 08:07:25,458] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 08:37:02,529] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 08:37:02,987] {__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/15/2022' [2022-11-15 08:37:02,991] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 08:37:03,186] {__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-15 08:37:03,188] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 08:37:03,346] {__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-15 08:37:03,347] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 08:37:03,489] {__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-15 08:37:03,490] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 08:37:03,638] {__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-15 08:37:03,639] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 08:37:03,798] {__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-15 08:37:03,799] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 08:37:03,828] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 08:37:03,980] {__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-15 08:37:03,981] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 08:37:04,421] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 08:37:04,428] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 08:37:04,532] {__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-15 08:37:04,534] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 08:37:04,687] {__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-15 08:37:04,688] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 08:37:05,270] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 08:37:05,270] {__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-15 08:37:05,548] {__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-15 08:37:05,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:06,275] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:06,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:07,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:07,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:08,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:08,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:09,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:09,502] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:09,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:10,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:10,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:11,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:11,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:12,061] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:12,463] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:13,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:13,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:13,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:14,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:14,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:15,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:15,509] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:15,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:16,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:16,757] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:17,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:17,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:18,189] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:18,630] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:19,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37: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-15 08:37:19,956] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:20,403] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:20,824] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 08:37:21,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-15 08:37:21,472] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 08:37:21,550] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 08:37:21,851] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 08:37:22,446] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 08:37:22,447] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 08:37:22,458] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 08:37:22,461] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 08:37:22,461] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 08:37:22,476] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 08:37:22,477] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 08:37:22,478] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 08:37:22,486] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 08:37:22,487] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:37:22,740] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:37:22,913] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:37:23,081] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 08:37:23,106] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 08:37:23,135] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:37:23,310] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 08:37:23,310] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 08:37:23,313] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 08:37:23,313] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:37:23,480] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 08:37:23,654] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 08:37:23,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-15 08:37:23,978] {__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-15 08:37:23,979] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 08:37:24,289] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 08:37:24,290] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 08:37:24,322] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 08:37:24,323] {pyAvaCore:93} INFO - Fetching [2022-11-15 08:37:24,324] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 08:37:25,401] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 08:37:25,402] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 08:37:25,403] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 08:37:25,404] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 08:37:25,407] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 08:37:25,408] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 08:37:25,408] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 08:37:25,409] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 08:37:25,412] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 08:37:25,413] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 09:07:02,809] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 09:07:03,178] {__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/15/2022' [2022-11-15 09:07:03,182] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 09:07:03,395] {__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-15 09:07:03,397] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 09:07:03,581] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 09:07:03,582] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 09:07:03,757] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 09:07:03,758] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 09:07:03,935] {__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-15 09:07:03,936] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 09:07:04,121] {__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-15 09:07:04,122] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 09:07:04,150] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 09:07:04,328] {__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-15 09:07:04,329] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 09:07:04,632] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 09:07:04,637] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 09:07:04,746] {__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-15 09:07:04,748] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 09:07:04,903] {__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-15 09:07:04,905] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 09:07:05,456] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 09:07:05,457] {__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-15 09:07: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-15 09:07:05,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:06,336] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:06,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:07,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:07,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:08,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:08,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:09,028] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:09,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:09,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:10,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:10,729] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:11,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:11,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:12,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:12,641] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:13,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:13,695] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:14,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:14,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-15 09:07:14,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:15,669] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:16,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:16,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:16,847] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:17,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:17,728] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:18,156] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:18,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:19,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:19,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:19,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:20,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:20,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:21,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:21,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 09:07:21,952] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 09:07:22,059] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 09:07:22,365] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 09:07:22,823] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 09:07:22,824] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 09:07:22,864] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 09:07:22,865] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 09:07:22,866] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 09:07:22,874] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 09:07:22,877] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 09:07:22,877] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 09:07:22,890] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 09:07:22,891] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:07:23,133] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:07:23,318] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:07:23,512] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 09:07:23,532] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 09:07:23,562] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:07:23,730] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 09:07:23,730] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 09:07:23,735] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 09:07:23,735] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:07:23,903] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:07:24,072] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 09:07:24,352] {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-15 09:07:24,353] {__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-15 09:07:24,354] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 09:07:24,701] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 09:07:24,701] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 09:07:24,710] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 09:07:24,711] {pyAvaCore:93} INFO - Fetching [2022-11-15 09:07:24,711] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 09:07:25,700] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 09:07:25,700] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 09:07:25,701] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 09:07:25,702] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 09:07:25,705] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 09:07:25,706] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 09:07:25,706] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 09:07:25,707] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 09:07:25,710] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 09:07:25,712] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 09:37:02,769] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 09:37:03,143] {__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/15/2022' [2022-11-15 09:37:03,146] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 09:37:03,346] {__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-15 09:37:03,348] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 09:37:03,503] {__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-15 09:37:03,503] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 09:37:03,653] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 09:37:03,654] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 09:37:03,797] {__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-15 09:37:03,798] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 09:37:03,954] {__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-15 09:37:03,955] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 09:37:03,983] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 09:37:04,136] {__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-15 09:37:04,137] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 09:37:04,546] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 09:37:04,551] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 09:37:05,024] {__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-15 09:37:05,026] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 09:37:05,177] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 09:37:05,178] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 09:37:05,790] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 09:37:05,791] {__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-15 09:37:06,128] {__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-15 09:37:06,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:06,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:07,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-15 09:37:07,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:08,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:08,660] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:09,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:09,517] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:09,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:10,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:10,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:11,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:12,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:12,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:13,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:13,654] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:14,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:14,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:15,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:15,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:15,763] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:16,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:16,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:17,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:17,548] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:17,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:18,357] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:18,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:19,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:19,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:20,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:20,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:21,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:21,865] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:22,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:22,749] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 09:37:22,979] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 09:37:23,059] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 09:37:23,389] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 09:37:23,961] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 09:37:23,962] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 09:37:24,002] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 09:37:24,004] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 09:37:24,004] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 09:37:24,017] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 09:37:24,019] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 09:37:24,020] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 09:37:24,030] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 09:37:24,031] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:37:24,251] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:37:24,417] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:37:24,585] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 09:37:24,605] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 09:37:24,630] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:37:24,799] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 09:37:24,800] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 09:37:24,803] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 09:37:24,803] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:37:24,966] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 09:37:25,140] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 09:37:25,408] {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-15 09:37:25,409] {__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-15 09:37:25,409] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 09:37:25,738] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 09:37:25,739] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 09:37:25,747] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 09:37:25,748] {pyAvaCore:93} INFO - Fetching [2022-11-15 09:37:25,749] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 09:37:26,661] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 09:37:26,661] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 09:37:26,662] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 09:37:26,662] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 09:37:26,666] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 09:37:26,667] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 09:37:26,667] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 09:37:26,668] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 09:37:26,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 09:37:26,671] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 10:07:02,288] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 10:07:02,681] {__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/15/2022' [2022-11-15 10:07:02,684] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 10:07:02,901] {__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-15 10:07:02,903] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 10:07:03,078] {__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-15 10:07:03,079] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 10:07:03,222] {__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-15 10:07:03,223] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 10:07:03,368] {__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-15 10:07:03,369] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 10:07:03,528] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 10:07:03,529] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 10:07:03,556] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 10:07:03,710] {__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-15 10:07:03,711] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 10:07:03,994] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 10:07:03,999] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 10:07:04,088] {__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-15 10:07:04,090] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 10:07:04,239] {__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-15 10:07:04,240] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 10:07:04,782] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 10:07:04,782] {__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-15 10:07:04,966] {__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-15 10:07:05,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:05,630] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:06,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:06,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:07,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:07,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:07,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:08,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:08,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:09,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:09,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:10,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:10,460] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:10,912] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:11,412] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:11,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:12,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:12,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:13,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:13,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-15 10:07:14,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:14,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:15,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:15,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-15 10:07:15,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:16,358] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:16,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:17,235] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:17,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:18,034] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:18,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:18,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:19,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:19,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:20,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:20,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 10:07:20,751] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 10:07:20,827] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 10:07:21,306] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 10:07:21,715] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 10:07:21,715] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 10:07:21,728] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 10:07:21,730] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 10:07:21,731] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 10:07:21,742] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 10:07:21,745] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 10:07:21,745] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 10:07:21,755] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 10:07:21,756] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:07:21,932] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:07:22,102] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:07:22,272] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 10:07:22,293] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 10:07:22,319] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:07:22,491] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 10:07:22,491] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 10:07:22,494] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 10:07:22,496] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:07:22,666] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:07:22,834] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 10:07:23,083] {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-15 10:07:23,083] {__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-15 10:07:23,084] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 10:07:23,409] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 10:07:23,410] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 10:07:23,447] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 10:07:23,448] {pyAvaCore:93} INFO - Fetching [2022-11-15 10:07:23,448] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 10:07:24,444] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 10:07:24,444] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 10:07:24,445] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 10:07:24,446] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 10:07:24,450] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 10:07:24,450] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 10:07:24,451] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 10:07:24,451] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 10:07:24,454] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 10:07:24,455] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 10:37:02,399] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 10:37:03,068] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/15/2022' [2022-11-15 10:37:03,072] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 10:37:03,262] {__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-15 10:37:03,264] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 10:37:03,425] {__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-15 10:37:03,426] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 10:37:03,567] {__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-15 10:37:03,568] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 10:37:03,713] {__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-15 10:37:03,714] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 10:37:03,853] {__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-15 10:37:03,854] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 10:37:03,879] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 10:37:04,026] {__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-15 10:37:04,027] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 10:37:04,402] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 10:37:04,408] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 10:37:04,494] {__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-15 10:37:04,495] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 10:37:04,650] {__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-15 10:37:04,651] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 10:37:05,148] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 10:37:05,148] {__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-15 10:37:05,442] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 10:37:05,609] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:06,038] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:06,554] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:07,001] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:07,489] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:07,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:08,344] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:08,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:09,178] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:09,540] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:10,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:10,455] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:10,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 10: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-15 10:37:11,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:12,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:12,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:13,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:13,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:14,103] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:14,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:14,930] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:15,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:15,867] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 10: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-15 10:37:16,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:17,184] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:17,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:18,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:18,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:18,879] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:19,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:19,711] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:20,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:20,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:21,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 10:37:21,248] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 10:37:21,337] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 10:37:21,862] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 10:37:22,270] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 10:37:22,271] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 10:37:22,280] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 10:37:22,282] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 10:37:22,282] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 10:37:22,292] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 10:37:22,294] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 10:37:22,294] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 10:37:22,302] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 10:37:22,303] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:37:22,540] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:37:22,711] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:37:22,877] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 10:37:22,901] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 10:37:22,931] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:37:23,101] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 10:37:23,102] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 10:37:23,105] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 10:37:23,106] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:37:23,271] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 10:37:23,441] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 10:37:23,754] {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-15 10:37:23,755] {__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-15 10:37:23,756] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 10:37:24,094] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 10:37:24,095] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 10:37:24,125] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 10:37:24,126] {pyAvaCore:93} INFO - Fetching [2022-11-15 10:37:24,126] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 10:37:25,135] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 10:37:25,136] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 10:37:25,137] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 10:37:25,137] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 10:37:25,142] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 10:37:25,143] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 10:37:25,143] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 10:37:25,143] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 10:37:25,146] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 10:37:25,146] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 11:07:02,146] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 11:07:02,529] {__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/15/2022' [2022-11-15 11:07:02,533] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 11:07:02,743] {__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-15 11:07:02,745] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 11:07:02,914] {__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-15 11:07:02,915] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 11:07:03,080] {__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-15 11:07:03,081] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 11:07:03,255] {__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-15 11:07:03,257] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 11:07:03,402] {__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-15 11:07:03,404] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 11:07:03,431] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 11:07:03,577] {__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-15 11:07:03,578] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 11:07:03,864] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 11:07:03,869] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 11:07:03,988] {__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-15 11:07:03,990] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 11:07:04,144] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 11:07:04,146] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 11:07:04,777] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 11:07:04,777] {__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-15 11:07:05,039] {__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-15 11:07:05,271] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:06,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:06,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:06,971] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:07,378] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07: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-15 11:07:08,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:08,669] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:09,096] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:09,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-15 11:07:09,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:10,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:10,705] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:11,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:11,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:11,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:12,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:13,035] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07: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-15 11:07:13,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:14,324] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:14,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:15,074] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:15,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:16,024] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:16,425] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:16,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:17,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:17,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:18,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:18,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:19,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:19,820] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:20,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-15 11:07:20,819] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:21,326] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 11:07:21,594] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 11:07:21,668] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 11:07:22,222] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 11:07:25,563] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 11:07:25,564] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 11:07:25,609] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 11:07:25,611] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 11:07:25,612] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 11:07:25,624] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 11:07:25,627] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 11:07:25,627] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 11:07:25,636] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 11:07:25,637] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:07:25,855] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:07:26,021] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:07:26,190] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 11:07:26,212] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 11:07:26,242] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:07:26,409] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 11:07:26,410] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 11:07:26,414] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 11:07:26,415] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:07:26,585] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:07:26,752] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 11:07:27,032] {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-15 11:07:27,033] {__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-15 11:07:27,033] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 11:07:27,343] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 11:07:27,343] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 11:07:27,354] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 11:07:27,355] {pyAvaCore:93} INFO - Fetching [2022-11-15 11:07:27,356] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 11:07:29,096] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 11:07:29,096] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 11:07:29,097] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 11:07:29,098] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 11:07:29,101] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 11:07:29,102] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 11:07:29,103] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 11:07:29,103] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 11:07:29,105] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 11:07:29,106] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 11:37:02,661] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 11: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/15/2022' [2022-11-15 11:37:03,183] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 11:37:03,380] {__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-15 11:37:03,382] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 11: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-15 11:37:03,548] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 11:37:03,701] {__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-15 11:37:03,702] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 11:37:03,861] {__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-15 11:37:03,862] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 11:37:04,038] {__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-15 11:37:04,040] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 11:37:04,068] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 11:37:04,238] {__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-15 11:37:04,239] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 11:37:04,667] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 11:37:04,672] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 11:37:04,762] {__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-15 11:37:04,763] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 11:37:04,909] {__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-15 11:37:04,910] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 11:37:05,597] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 11:37:05,597] {__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-15 11:37:05,988] {__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-15 11:37:06,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-15 11:37:06,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:07,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:08,143] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:08,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:09,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:09,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:09,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:10,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:10,927] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:11,427] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:11,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:12,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:12,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:13,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-15 11:37:13,600] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:13,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:14,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:14,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:15,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:15,904] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:16,408] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:16,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:17,179] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:17,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:17,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:18,397] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:18,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:19,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:19,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:19,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:20,417] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:20,834] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:21,322] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:21,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:22,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 11:37:22,465] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 11:37:22,538] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 11:37:22,846] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 11:37:23,419] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 11:37:23,420] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 11:37:23,461] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 11:37:23,463] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 11:37:23,463] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 11:37:23,474] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 11:37:23,476] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 11:37:23,477] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 11:37:23,486] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 11:37:23,486] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:37:23,651] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:37:23,819] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:37:23,992] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 11:37:24,016] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 11:37:24,049] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:37:24,218] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 11:37:24,218] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 11:37:24,221] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 11:37:24,222] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:37:24,388] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 11:37:24,561] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 11:37:24,788] {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-15 11:37:24,789] {__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-15 11:37:24,790] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 11:37:25,141] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 11:37:25,141] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 11:37:25,150] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 11:37:25,151] {pyAvaCore:93} INFO - Fetching [2022-11-15 11:37:25,151] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 11:37:26,174] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 11:37:26,175] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 11:37:26,176] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 11:37:26,178] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 11:37:26,182] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 11:37:26,182] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 11:37:26,183] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 11:37:26,183] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 11:37:26,185] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 11:37:26,186] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 12:07:02,695] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 12:07:03,056] {__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/15/2022' [2022-11-15 12:07:03,060] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 12:07:03,289] {__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-15 12:07:03,292] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 12:07:03,447] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 12:07:03,448] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 12:07:03,594] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 12:07:03,595] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 12:07:03,741] {__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-15 12:07:03,743] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 12:07:03,886] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 12:07:03,886] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 12:07:03,913] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 12:07:04,065] {__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-15 12:07:04,066] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 12:07:04,359] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 12:07:04,365] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 12:07:04,474] {__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-15 12:07:04,475] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 12:07:04,619] {__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-15 12:07:04,620] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 12:07:05,243] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 12:07:05,243] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-15 12:07:05,434] {__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-15 12:07:05,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:06,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:06,728] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:07,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:07,612] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:08,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:08,508] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:08,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:09,392] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:09,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:11,379] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:11,954] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:12,477] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:12,938] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:13,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:13,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:14,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:14,781] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:20,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:20,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:21,322] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:21,792] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:22,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:22,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:23,098] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:23,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:23,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:24,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:24,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:25,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:26,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:26,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:27,032] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:27,523] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:27,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:28,390] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 12:07:28,615] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 12:07:28,692] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 12:07:29,009] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 12:07:29,420] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 12:07:29,420] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 12:07:29,459] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 12:07:29,461] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 12:07:29,462] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 12:07:29,473] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 12:07:29,476] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 12:07:29,476] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 12:07:29,485] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 12:07:29,486] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:07:29,707] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:07:29,913] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:07:30,115] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 12:07:30,135] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 12:07:30,160] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:07:30,368] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 12:07:30,368] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 12:07:30,373] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 12:07:30,374] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:07:30,576] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:07:30,787] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 12:07:31,132] {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-15 12:07:31,132] {__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-15 12:07:31,133] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 12:07:31,521] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 12:07:31,522] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 12:07:31,530] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 12:07:31,531] {pyAvaCore:93} INFO - Fetching [2022-11-15 12:07:31,531] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 12:07:32,636] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 12:07:32,637] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 12:07:32,638] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 12:07:32,639] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 12:07:32,644] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 12:07:32,644] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 12:07:32,645] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 12:07:32,645] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 12:07:32,648] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 12:07:32,648] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 12:37:02,052] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 12:37: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/15/2022' [2022-11-15 12:37:02,988] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 12:37:04,178] {__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-15 12:37:04,180] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 12:37:04,324] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 12:37:04,326] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 12:37:04,475] {__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-15 12:37:04,476] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 12:37:04,623] {__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-15 12:37:04,624] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 12:37:04,766] {__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-15 12:37:04,767] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 12:37:04,792] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 12:37:04,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-15 12:37:04,943] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 12:37:05,389] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 12:37:05,394] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 12:37:05,479] {__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-15 12:37:05,481] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 12:37:05,628] {__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-15 12:37:05,629] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 12:37:06,209] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 12:37:06,209] {__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-15 12:37:06,465] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 12:37:06,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:07,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:07,701] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:08,102] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:08,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:09,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:09,539] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:10,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:10,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-15 12:37:10,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:11,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:11,744] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:12,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:12,561] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:12,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:13,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-15 12:37:13,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:14,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:14,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:15,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:15,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:16,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:16,592] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:17,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:17,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:17,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:18,341] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:18,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:19,227] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:19,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:19,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:20,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:20,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:21,204] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:21,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:22,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 12:37:22,410] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 12:37:22,487] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 12:37:22,961] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 12:37:23,370] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 12:37:23,370] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 12:37:23,381] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 12:37:23,384] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 12:37:23,385] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 12:37:23,397] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 12:37:23,399] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 12:37:23,400] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 12:37:23,417] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 12:37:23,418] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:37:23,586] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:37:23,754] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:37:23,921] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 12:37:23,939] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 12:37:23,969] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:37:24,138] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 12:37:24,139] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 12:37:24,143] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 12:37:24,144] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:37:24,310] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 12:37:24,482] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 12:37:24,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-15 12:37:24,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-15 12:37:24,704] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 12:37:25,029] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 12:37:25,030] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 12:37:25,041] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 12:37:25,042] {pyAvaCore:93} INFO - Fetching [2022-11-15 12:37:25,042] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 12:37:26,003] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 12:37:26,004] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 12:37:26,004] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 12:37:26,005] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 12:37:26,010] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 12:37:26,010] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 12:37:26,011] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 12:37:26,011] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 12:37:26,013] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 12:37:26,014] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 13:07:02,613] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 13: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/15/2022' [2022-11-15 13:07:02,978] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 13:07:03,196] {__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-15 13:07:03,198] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 13:07:03,356] {__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-15 13:07:03,357] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 13:07:04,518] {__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-15 13:07:04,519] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 13:07:04,680] {__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-15 13:07:04,681] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 13:07:04,854] {__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-15 13:07:04,855] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 13:07:04,881] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 13:07:05,033] {__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-15 13:07:05,034] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 13:07:05,326] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 13:07:05,331] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 13:07:05,445] {__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-15 13:07:05,446] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 13:07:05,602] {__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-15 13:07:05,603] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 13:07:06,234] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 13:07:06,235] {__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-15 13:07:06,515] {__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-15 13:07:06,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:07,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:08,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-15 13:07:08,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:09,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:09,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:10,086] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:10,508] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:10,975] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:11,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:11,911] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:12,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:12,871] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:13,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:13,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:14,189] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:14,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:14,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:15,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:15,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:16,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:16,667] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:17,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:17,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:17,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:18,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:18,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-15 13:07:19,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:19,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:20,074] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:20,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:20,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:21,427] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:22,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:22,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:22,852] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 13:07:23,168] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 13:07:23,245] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 13:07:23,742] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 13:07:24,155] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 13:07:24,155] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 13:07:24,207] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 13:07:24,209] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 13:07:24,209] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 13:07:24,223] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 13:07:24,226] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 13:07:24,227] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 13:07:24,239] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 13:07:24,240] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:07:24,459] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:07:24,624] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:07:24,792] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 13:07:24,811] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 13:07:24,837] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:07:25,008] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 13:07:25,009] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 13:07:25,013] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 13:07:25,014] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:07:25,180] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:07:25,347] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 13:07:25,635] {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-15 13:07:25,636] {__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-15 13:07:25,636] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 13:07:25,948] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 13:07:25,949] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 13:07:25,957] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 13:07:25,958] {pyAvaCore:93} INFO - Fetching [2022-11-15 13:07:25,958] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 13:07:27,180] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 13:07:27,181] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 13:07:27,181] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 13:07:27,182] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 13:07:27,188] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 13:07:27,189] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 13:07:27,189] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 13:07:27,190] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 13:07:27,193] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 13:07:27,194] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 13:37:02,290] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 13:37:02,646] {__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/15/2022' [2022-11-15 13:37:02,649] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 13:37:02,884] {__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-15 13:37:02,886] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 13:37:03,061] {__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-15 13:37:03,062] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 13:37:03,215] {__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-15 13:37:03,216] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 13:37:03,368] {__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-15 13:37:03,369] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 13:37:03,512] {__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-15 13:37:03,513] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 13:37:03,540] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 13:37:03,681] {__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-15 13:37:03,682] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 13:37:03,928] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 13:37:03,933] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 13:37:04,044] {__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-15 13:37:04,046] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 13:37: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-15 13:37:04,197] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 13:37:04,790] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 13:37:04,790] {__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-15 13:37:05,145] {__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-15 13:37:05,333] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:09,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:09,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:10,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:10,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:11,330] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:11,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:12,144] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:12,567] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:12,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:13,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:13,899] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:14,396] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:14,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:15,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:15,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:16,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:16,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:17,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:17,465] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:17,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:18,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:18,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:19,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:19,674] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:20,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:20,540] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:20,965] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:21,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:22,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:22,552] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:23,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:23,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:23,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:24,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:24,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 13:37:25,158] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 13:37:25,257] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 13:37:25,582] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 13:37:26,151] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 13:37:26,151] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 13:37:26,166] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 13:37:26,168] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 13:37:26,168] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 13:37:26,183] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 13:37:26,187] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 13:37:26,187] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 13:37:26,196] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 13:37:26,196] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:37:26,433] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:37:26,602] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:37:26,777] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 13:37:26,796] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 13:37:26,822] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:37:26,989] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 13:37:26,990] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 13:37:27,012] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 13:37:27,013] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:37:27,180] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 13:37:27,351] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 13:37:27,662] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-15 13:37:27,664] {__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-15 13:37:27,664] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 13:37:28,009] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 13:37:28,010] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 13:37:28,027] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 13:37:28,028] {pyAvaCore:93} INFO - Fetching [2022-11-15 13:37:28,029] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 13:37:28,994] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 13:37:28,994] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 13:37:28,995] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 13:37:28,995] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 13:37:29,002] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 13:37:29,002] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 13:37:29,003] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 13:37:29,003] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 13:37:29,005] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 13:37:29,006] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 14:07:02,677] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 14:07:03,061] {__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/15/2022' [2022-11-15 14:07:03,065] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 14:07:03,271] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 14:07:03,273] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 14:07:03,428] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 14:07:03,429] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 14:07:03,573] {__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-15 14:07:03,574] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 14:07:03,727] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 14:07:03,728] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 14:07:03,894] {__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-15 14:07:03,895] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 14:07:03,921] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 14:07:04,062] {__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-15 14:07:04,063] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 14:07:04,358] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 14:07:04,363] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 14:07:04,452] {__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-15 14:07:04,453] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 14:07:04,621] {__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-15 14:07:04,622] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 14:07:05,176] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 14:07:05,176] {__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-15 14:07:05,370] {__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-15 14:07:05,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:06,102] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:06,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:07,191] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:07,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:08,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:08,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:09,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:10,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:10,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-15 14:07:10,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:11,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:11,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:12,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:12,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:13,198] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:13,631] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:14,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:14,455] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:14,838] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:15,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:15,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:17,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:17,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:18,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:18,719] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:19,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:19,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-15 14:07:20,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:20,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:21,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-15 14:07:21,618] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:22,059] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:22,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:22,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:23,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 14:07:23,611] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 14:07:23,690] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 14:07:24,053] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 14:07:24,505] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 14:07:24,506] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 14:07:24,515] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 14:07:24,517] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 14:07:24,517] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 14:07:24,529] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 14:07:24,531] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 14:07:24,531] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 14:07:24,562] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 14:07:24,562] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:07:24,756] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:07:24,955] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:07:25,151] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 14:07:25,172] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 14:07:25,201] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:07:25,404] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 14:07:25,405] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 14:07:25,414] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 14:07:25,415] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:07:25,609] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:07:25,800] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 14:07:26,079] {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-15 14:07:26,081] {__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-15 14:07:26,081] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 14:07:26,450] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 14:07:26,451] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 14:07:26,460] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 14:07:26,461] {pyAvaCore:93} INFO - Fetching [2022-11-15 14:07:26,461] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 14:07:27,588] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 14:07:27,588] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 14:07:27,589] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 14:07:27,590] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 14:07:27,595] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 14:07:27,595] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 14:07:27,596] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 14:07:27,596] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 14:07:27,599] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 14:07:27,599] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 14:37:03,137] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 14:37:03,544] {__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/15/2022' [2022-11-15 14:37:03,551] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 14:37:03,806] {__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-15 14:37:03,809] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 14:37:03,992] {__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-15 14:37:03,993] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 14:37:04,141] {__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-15 14:37:04,142] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 14:37:04,306] {__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-15 14:37:04,308] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 14:37:04,494] {__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-15 14:37:04,495] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 14:37:04,535] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 14:37:04,700] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 14:37:04,701] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 14:37:05,145] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 14:37:05,152] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 14:37:05,264] {__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-15 14:37:05,268] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 14:37:05,420] {__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-15 14:37:05,421] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 14:37:06,006] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 14:37:06,006] {__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-15 14:37:06,305] {__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-15 14:37:06,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:06,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:07,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:07,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:08,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-15 14:37:08,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:09,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:10,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:10,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:10,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:11,392] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:11,897] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:12,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:12,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:13,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:13,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:14,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:14,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:15,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:15,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:15,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:16,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:16,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:17,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:17,743] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:18,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-15 14:37:18,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:19,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:19,729] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:20,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:20,603] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:21,067] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:21,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:21,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:22,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:22,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 14:37:23,093] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 14:37:23,175] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 14:37:23,558] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 14:37:23,967] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.xml [2022-11-15 14:37:23,968] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.json [2022-11-15 14:37:24,005] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 14:37:24,007] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 14:37:24,007] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 14:37:24,019] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 14:37:24,022] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 14:37:24,022] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 14:37:24,032] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 14:37:24,033] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:37:24,292] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:37:24,468] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:37:24,633] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 14:37:24,653] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 14:37:24,677] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:37:24,842] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 14:37:24,844] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 14:37:24,847] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 14:37:24,848] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:37:25,013] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 14:37:25,186] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 14:37:25,474] {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-15 14:37:25,475] {__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-15 14:37:25,476] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 14:37:25,785] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 14:37:25,786] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 14:37:25,794] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 14:37:25,795] {pyAvaCore:93} INFO - Fetching [2022-11-15 14:37:25,795] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 14:37:26,727] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 14:37:26,728] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 14:37:26,729] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 14:37:26,730] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 14:37:26,734] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 14:37:26,734] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 14:37:26,735] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 14:37:26,735] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 14:37:26,737] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 14:37:26,738] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 15:07:02,205] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 15:07:02,462] {__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/15/2022' [2022-11-15 15:07:02,467] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 15:07:02,691] {__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-15 15:07:02,693] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 15:07:02,865] {__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-15 15:07:02,866] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 15:07:03,024] {__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-15 15:07:03,025] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 15:07:03,171] {__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-15 15:07:03,172] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 15:07:03,315] {__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-15 15:07:03,316] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 15:07:03,345] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 15:07:03,491] {__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-15 15:07:03,492] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 15:07:03,735] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 15:07:03,741] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 15:07:03,832] {__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-15 15:07:03,833] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 15:07:03,978] {__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-15 15:07:03,978] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 15:07:04,500] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 15:07:04,500] {__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-15 15:07:04,803] {__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-15 15:07:04,993] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:05,477] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:05,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:06,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:06,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:07,165] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:07,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:08,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:08,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:09,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:09,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:10,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-15 15:07:10,502] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:10,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:11,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:11,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:12,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 15: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-15 15:07:13,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:14,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-15 15:07:15,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:15,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:16,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:16,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:17,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:22,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:23,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:23,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:23,855] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:24,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:24,756] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:25,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:25,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:25,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:26,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:26,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 15:07:27,103] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.json [2022-11-15 15:07:27,180] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 15:07:27,517] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 15:07:27,959] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 15:07:27,960] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 15:07:27,970] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 15:07:27,972] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 15:07:27,972] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 15:07:27,985] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 15:07:27,986] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:07:28,231] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:07:28,398] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:07:28,568] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 15:07:28,587] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 15:07:28,615] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:07:28,788] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 15:07:28,788] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 15:07:28,791] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 15:07:28,792] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:07:28,961] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:07:29,134] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 15:07:29,397] {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-15 15:07:29,398] {__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-15 15:07:29,399] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 15:07:29,709] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 15:07:29,710] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 15:07:29,747] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 15:07:29,748] {pyAvaCore:93} INFO - Fetching [2022-11-15 15:07:29,749] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 15:07:31,027] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 15:07:31,028] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 15:07:31,028] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 15:07:31,029] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 15:07:31,033] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 15:07:31,034] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 15:07:31,034] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 15:07:31,035] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 15:07:31,037] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 15:07:31,038] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 15:37:02,107] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 15:37:03,062] {__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/15/2022' [2022-11-15 15:37:03,065] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 15:37:03,300] {__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-15 15:37:03,302] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 15:37:03,466] {__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-15 15:37:03,468] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 15:37:03,630] {__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-15 15:37:03,632] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 15:37:03,846] {__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-15 15:37:03,847] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 15:37:04,042] {__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-15 15:37:04,043] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 15:37:04,069] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 15:37:04,251] {__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-15 15:37:04,252] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 15:37:04,709] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 15:37:04,714] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 15:37:04,804] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-15 15:37:04,805] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 15:37:04,976] {__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-15 15:37:04,977] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 15:37:05,613] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 15:37:05,614] {__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-15 15:37: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-15 15:37:06,150] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:06,705] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:07,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:07,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:08,265] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:08,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:09,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:09,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:10,188] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:10,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:10,993] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:11,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:11,924] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:12,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:12,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:13,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:13,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:14,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-15 15:37:14,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:14,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:15,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:15,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:16,347] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:16,792] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:17,188] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:17,621] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:18,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:18,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:19,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:19,517] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:19,902] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:20,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:20,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-15 15:37:21,134] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:21,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:21,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 15:37:22,227] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 15:37:22,299] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 15:37:22,637] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 15:37:23,105] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 15:37:23,106] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 15:37:23,113] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 15:37:23,115] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 15:37:23,116] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 15:37:23,152] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 15:37:23,153] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:37:23,344] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:37:23,531] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:37:23,716] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 15:37:23,739] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 15:37:23,769] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:37:23,942] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 15:37:23,943] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 15:37:23,949] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 15:37:23,950] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:37:24,113] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 15:37:24,289] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 15:37:24,507] {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-15 15:37:24,508] {__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-15 15:37:24,509] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 15:37:24,821] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 15:37:24,822] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 15:37:24,830] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 15:37:24,831] {pyAvaCore:93} INFO - Fetching [2022-11-15 15:37:24,831] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 15:37:25,995] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 15:37:25,996] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 15:37:25,996] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 15:37:25,997] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 15:37:26,004] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 15:37:26,004] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 15:37:26,005] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 15:37:26,005] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 15:37:26,007] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 15:37:26,007] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 15:37:26,007] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 16:07:02,550] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 16:07:02,902] {__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/15/2022' [2022-11-15 16:07:02,906] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 16:07:03,107] {__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-15 16:07:03,109] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 16:07:03,266] {__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-15 16:07:03,267] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 16:07:03,434] {__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-15 16:07:03,435] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 16:07:03,594] {__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-15 16:07:03,595] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 16:07: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-15 16:07:03,739] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 16:07:03,777] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 16:07:03,935] {__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-15 16:07:03,936] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 16:07:04,279] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 16:07:04,284] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 16:07:04,393] {__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-15 16:07:04,395] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 16:07:04,556] {__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-15 16:07:04,558] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 16:07:05,108] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 16:07:05,108] {__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-15 16:07:05,331] {__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-15 16:07:05,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:06,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:06,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:07,249] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:08,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:08,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:09,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:09,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:10,122] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:10,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:10,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:11,404] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:11,905] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:12,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:12,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:13,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:13,728] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:14,110] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:14,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:14,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:15,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:15,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:16,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:17,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:17,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:18,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:18,608] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:19,066] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:19,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:19,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:20,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:20,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-15 16:07:21,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:21,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:22,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:22,663] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 16:07:23,017] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 16:07:23,113] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 16:07:23,439] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 16:07:23,848] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 16:07:23,849] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 16:07:23,858] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 16:07:23,860] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 16:07:23,860] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 16:07:23,871] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 16:07:23,872] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:07:24,140] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:07:24,335] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:07:24,534] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 16:07:24,555] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 16:07:24,581] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:07:24,765] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 16:07:24,765] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 16:07:24,770] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 16:07:24,771] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:07:24,956] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:07:25,142] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 16:07:25,458] {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-15 16:07:25,458] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-15 16:07:25,459] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 16:07:25,769] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 16:07:25,770] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 16:07:25,778] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 16:07:25,778] {pyAvaCore:93} INFO - Fetching [2022-11-15 16:07:25,779] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 16:07:26,750] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 16:07:26,751] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 16:07:26,751] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 16:07:26,752] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 16:07:26,755] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 16:07:26,756] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 16:07:26,756] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 16:07:26,757] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 16:07:26,760] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 16:07:26,760] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 16:07:26,761] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 16:37:02,265] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 16:37:02,840] {__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/15/2022' [2022-11-15 16:37:02,845] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 16:37:03,046] {__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-15 16:37:03,048] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 16:37:03,204] {__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-15 16:37:03,205] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 16:37:03,360] {__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-15 16:37:03,361] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 16:37:03,538] {__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-15 16:37:03,539] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 16:37:03,682] {__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-15 16:37:03,683] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 16:37:03,710] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 16:37:03,863] {__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-15 16:37:03,865] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 16:37:04,100] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 16:37:04,106] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 16:37:04,193] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-15 16:37:04,194] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 16:37:04,342] {__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-15 16:37:04,343] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 16:37:04,919] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 16:37:04,920] {__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-15 16:37:05,234] {__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-15 16:37:05,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:05,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:06,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:07,058] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:07,509] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:07,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:08,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:08,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:09,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:09,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:10,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:10,615] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:11,201] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:11,641] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:12,065] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:12,514] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:12,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:13,295] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:13,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:14,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-15 16:37:14,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:15,109] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:15,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:16,054] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:16,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:16,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:17,330] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:17,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:18,199] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:18,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:19,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:19,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:19,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:20,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:20,772] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:21,217] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 16:37:21,560] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 16:37:21,625] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 16:37:21,992] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 16:37:22,552] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 16:37:22,552] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 16:37:22,572] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 16:37:22,574] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 16:37:22,574] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 16:37:22,586] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 16:37:22,587] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:37:22,781] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:37:22,967] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:37:23,155] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 16:37:23,175] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 16:37:23,203] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:37:23,454] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.xml [2022-11-15 16:37:23,455] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.json [2022-11-15 16:37:23,458] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IT-34.ratings.json [2022-11-15 16:37:23,461] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:37:23,636] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 16:37:23,808] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 16:37:24,054] {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-15 16:37:24,055] {__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-15 16:37:24,055] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 16:37:24,371] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.xml [2022-11-15 16:37:24,372] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.json [2022-11-15 16:37:24,380] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 16:37:24,381] {pyAvaCore:93} INFO - Fetching [2022-11-15 16:37:24,382] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 16:37:25,690] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 16:37:25,691] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 16:37:25,691] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 16:37:25,692] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 16:37:25,695] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 16:37:25,695] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 16:37:25,696] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 16:37:25,696] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 16:37:25,699] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 16:37:25,699] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 16:37:25,700] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 17:07:02,386] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 17:07:02,758] {__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/15/2022' [2022-11-15 17:07:02,762] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 17:07:02,969] {__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-15 17:07:02,971] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 17:07:03,123] {__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-15 17:07:03,124] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 17:07:03,276] {__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-15 17:07:03,278] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 17:07:03,425] {__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-15 17:07:03,426] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 17:07:03,573] {__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-15 17:07:03,574] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 17:07:03,603] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 17:07:03,768] {__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-15 17:07:03,769] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 17:07:04,030] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 17:07:04,035] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 17:07:04,144] {__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-15 17:07:04,146] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 17:07:04,337] {__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-15 17:07:04,338] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 17:07:04,940] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 17:07:04,941] {__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-15 17:07:05,235] {__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-15 17:07:05,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:05,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:06,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:06,800] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:07,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:07,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:08,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:08,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:08,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:09,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:09,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:10,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-15 17:07:10,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:11,244] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:11,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:12,113] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:12,523] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:13,176] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:13,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:14,110] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:14,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:14,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:15,347] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:15,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:16,181] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:16,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:17,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:17,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:17,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-15 17:07:18,409] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:18,930] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:19,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:19,905] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:20,389] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:20,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:21,158] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 17:07:21,382] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 17:07:21,451] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 17:07:22,047] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 17:07:22,455] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 17:07:22,455] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 17:07:22,467] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 17:07:22,469] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 17:07:22,470] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 17:07:22,481] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 17:07:22,482] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:07:22,658] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:07:22,828] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:07:22,999] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 17:07:23,018] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 17:07:23,052] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:07:23,275] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 17:07:23,276] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 17:07:23,280] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 17:07:23,282] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:07:23,447] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:07:23,622] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 17:07:23,887] {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-15 17:07:23,887] {__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-15 17:07:23,888] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 17:07:24,214] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 17:07:24,214] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 17:07:24,223] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 17:07:24,223] {pyAvaCore:93} INFO - Fetching [2022-11-15 17:07:24,224] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 17:07:25,146] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 17:07:25,147] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 17:07:25,148] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 17:07:25,148] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 17:07:25,151] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 17:07:25,152] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 17:07:25,152] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 17:07:25,154] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 17:07:25,157] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 17:07:25,157] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 17:07:25,158] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 17:07:25,158] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 17:37:02,140] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 17:37:02,917] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/15/2022' [2022-11-15 17:37:02,921] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 17:37:03,144] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 17:37:03,146] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 17:37:03,318] {__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-15 17:37:03,319] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 17:37:03,462] {__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-15 17:37:03,463] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 17:37:03,618] {__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-15 17:37:03,619] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 17:37:03,784] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 17:37:03,785] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 17:37:03,814] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 17:37:03,974] {__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-15 17:37:03,975] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 17:37:04,495] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 17:37:04,500] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 17:37:04,634] {__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-15 17:37:04,635] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 17:37:04,817] {__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-15 17:37:04,818] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 17:37:05,542] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 17:37:05,542] {__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-15 17:37:05,837] {__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-15 17:37:06,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 17: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-15 17:37:07,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:07,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:08,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:08,548] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:09,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:09,565] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:10,032] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:10,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:10,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:11,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:11,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-15 17:37:12,186] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:12,602] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:13,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:13,495] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:14,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:14,431] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:14,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:15,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:15,959] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:16,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:17,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:17,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:17,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:18,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:18,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:19,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:19,491] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 17: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-15 17:37:20,453] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:20,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:21,404] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:21,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:22,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 17:37:22,581] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 17:37:22,663] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 17:37:22,998] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 17:37:23,644] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 17:37:23,644] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 17:37:23,656] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 17:37:23,657] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 17:37:23,657] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 17:37:23,667] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 17:37:23,668] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:37:23,917] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:37:24,102] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:37:24,279] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 17:37:24,299] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 17:37:24,324] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:37:24,490] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 17:37:24,491] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 17:37:24,493] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 17:37:24,495] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:37:24,659] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 17:37:24,826] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 17:37:25,203] {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-15 17:37:25,203] {__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-15 17:37:25,204] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 17:37:25,523] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 17:37:25,523] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 17:37:25,532] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 17:37:25,533] {pyAvaCore:93} INFO - Fetching [2022-11-15 17:37:25,533] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 17:37:26,591] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 17:37:26,592] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 17:37:26,592] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 17:37:26,593] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 17:37:26,596] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 17:37:26,596] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 17:37:26,597] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 17:37:26,597] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 17:37:26,599] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 17:37:26,600] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 17:37:26,600] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 17:37:26,600] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 18:07:01,849] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 18:07:02,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/15/2022' [2022-11-15 18:07:02,137] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 18:07:02,340] {__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-15 18:07:02,342] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 18:07:02,496] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 18:07:02,497] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 18:07:02,656] {__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-15 18:07:02,657] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 18: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-15 18:07:02,798] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 18:07:02,944] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 18:07:02,945] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 18:07:02,984] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 18:07:03,131] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 18:07:03,132] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 18:07:03,412] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 18:07:03,418] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 18:07:03,511] {__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-15 18:07:03,512] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 18:07:03,666] {__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-15 18:07:03,667] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 18:07:04,183] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 18:07:04,183] {__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-15 18:07:04,392] {__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-15 18:07:04,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:05,062] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:05,473] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:05,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:06,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:06,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:07,397] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:07,820] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:08,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:08,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:09,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:09,780] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:10,168] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:10,561] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:10,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:11,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:11,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:12,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:13,245] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:13,676] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:14,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:14,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:14,957] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:15,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:15,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:16,427] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:16,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:17,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:17,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:18,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:18,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:18,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:19,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:19,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:20,143] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:20,553] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 18:07:20,822] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 18:07:20,895] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 18:07:21,396] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 18:07:21,805] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 18:07:21,806] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 18:07:21,813] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 18:07:21,814] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 18:07:21,815] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 18:07:21,833] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 18:07:21,833] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:07:21,998] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:07:22,165] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:07:22,333] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 18:07:22,352] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 18:07:22,378] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:07:22,543] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 18:07:22,544] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 18:07:22,546] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 18:07:22,548] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:07:22,713] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:07:22,880] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 18:07:23,133] {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-15 18:07:23,133] {__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-15 18:07:23,134] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 18:07:23,438] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 18:07:23,439] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 18:07:23,471] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 18:07:23,472] {pyAvaCore:93} INFO - Fetching [2022-11-15 18:07:23,472] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 18:07:24,742] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 18:07:24,743] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 18:07:24,743] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 18:07:24,744] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 18:07:24,745] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 18:07:24,746] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 18:07:24,746] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 18:07:24,747] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 18:07:24,749] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 18:07:24,750] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 18:07:24,750] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 18:07:24,751] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 18:37:02,678] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 18:37:03,050] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/15/2022' [2022-11-15 18:37:03,053] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 18:37:03,271] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 18:37:03,273] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 18:37:03,421] {__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-15 18:37:03,422] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 18:37:03,575] {__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-15 18:37:03,576] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 18:37:03,742] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 18:37:03,743] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 18:37:03,889] {__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-15 18:37:03,890] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 18:37:03,914] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 18:37:04,064] {__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-15 18:37:04,065] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 18:37:04,479] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 18:37:04,484] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 18:37:04,571] {__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-15 18:37:04,572] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 18:37:04,719] {__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-15 18:37:04,720] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 18:37:05,342] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 18:37:05,343] {__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-15 18:37:05,620] {__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-15 18:37:05,808] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:06,329] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:06,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:07,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:07,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:08,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:09,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:10,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:10,817] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:11,356] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:11,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:12,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:12,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:13,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:13,644] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:14,090] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:14,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:14,981] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:15,479] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:15,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:16,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:16,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:17,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:17,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:18,076] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:18,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:18,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:19,568] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:19,954] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:20,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:21,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:21,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:22,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:22,520] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:22,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:23,742] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 18:37:24,087] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 18:37:24,158] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 18:37:24,508] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 18:37:25,101] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 18:37:25,102] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 18:37:25,109] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 18:37:25,111] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 18:37:25,112] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 18:37:25,126] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 18:37:25,127] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:37:25,367] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:37:25,754] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:37:25,923] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 18:37:25,946] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 18:37:25,974] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:37:26,142] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 18:37:26,143] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 18:37:26,145] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 18:37:26,146] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:37:26,316] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 18:37:26,484] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 18:37:26,790] {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-15 18:37:26,791] {__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-15 18:37:26,792] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 18:37:27,109] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 18:37:27,110] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 18:37:27,118] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 18:37:27,119] {pyAvaCore:93} INFO - Fetching [2022-11-15 18:37:27,119] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 18:37:28,102] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 18:37:28,103] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 18:37:28,103] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 18:37:28,104] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 18:37:28,108] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 18:37:28,109] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 18:37:28,109] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 18:37:28,111] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 18:37:28,113] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 18:37:28,113] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 18:37:28,113] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 18:37:28,114] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 19:07:01,977] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 19:07:02,234] {__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/15/2022' [2022-11-15 19:07:02,238] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 19:07:02,467] {__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-15 19:07:02,469] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 19:07:02,657] {__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-15 19:07:02,658] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 19:07:02,832] {__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-15 19:07:02,833] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 19:07:02,985] {__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-15 19:07:02,986] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 19:07:03,136] {__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-15 19:07:03,137] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 19:07:03,165] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 19:07: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-15 19:07:03,321] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 19:07:03,613] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 19:07:03,621] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 19:07:03,714] {__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-15 19:07:03,715] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 19:07:03,870] {__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-15 19:07:03,871] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 19:07:04,468] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 19:07:04,468] {__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-15 19:07:04,704] {__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-15 19:07:04,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:05,464] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:05,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:06,354] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:06,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:07,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-15 19:07:07,571] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:07,962] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:08,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:08,821] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:09,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:09,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:10,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:10,803] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:11,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:11,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:12,163] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:12,540] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:12,970] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:13,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:13,876] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:14,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:14,797] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:15,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:15,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:16,144] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:16,611] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:17,069] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:17,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:17,887] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:18,257] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:18,640] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:19,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:19,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:19,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:20,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 19:07:20,749] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 19:07:20,821] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 19:07:21,485] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 19:07:22,048] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 19:07:22,049] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 19:07:22,061] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 19:07:22,063] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 19:07:22,063] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 19:07:22,074] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 19:07:22,075] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:07:22,288] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:07:22,478] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:07:22,685] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 19:07:22,703] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 19:07:22,729] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:07:22,939] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 19:07:22,939] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 19:07:22,944] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 19:07:22,945] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:07:23,127] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:07:23,335] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 19:07:23,590] {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-15 19:07:23,591] {__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-15 19:07:23,592] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 19:07:23,936] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 19:07:23,937] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 19:07:23,973] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 19:07:23,974] {pyAvaCore:93} INFO - Fetching [2022-11-15 19:07:23,974] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 19:07:24,927] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 19:07:24,928] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 19:07:24,928] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 19:07:24,929] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 19:07:24,932] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 19:07:24,933] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 19:07:24,933] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 19:07:24,936] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 19:07:24,938] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 19:07:24,938] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 19:07:24,939] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 19:07:24,939] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 19:37:01,816] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 19:37:02,760] {__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/15/2022' [2022-11-15 19:37:02,765] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 19:37:03,006] {__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-15 19:37:03,008] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 19: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-15 19:37:03,188] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 19:37:03,333] {__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-15 19:37:03,334] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 19:37:03,501] {__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-15 19:37:03,503] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 19:37:03,654] {__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-15 19:37:03,655] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 19:37:03,682] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 19:37:03,827] {__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-15 19:37:03,828] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 19:37:04,185] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 19:37:04,191] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 19:37:04,282] {__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-15 19:37:04,284] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 19:37:04,436] {__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-15 19:37:04,438] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 19:37:04,995] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 19:37:04,996] {__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-15 19:37:05,702] {__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-15 19:37:05,893] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:06,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:06,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:07,451] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:07,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:08,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:09,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:09,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:10,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:10,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:10,922] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 19: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-15 19:37:11,811] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:12,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:12,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:13,052] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:13,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:14,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:14,453] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37: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-15 19:37:15,302] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:15,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:16,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:16,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:16,949] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:17,413] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:17,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:18,418] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:18,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:19,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:19,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:20,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:20,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:22,217] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:22,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:23,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 19:37:23,433] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 19:37:23,506] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 19:37:23,881] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 19:37:24,287] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 19:37:24,287] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 19:37:24,297] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 19:37:24,299] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 19:37:24,299] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 19:37:24,307] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 19:37:24,308] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:37:24,545] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:37:24,713] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:37:24,884] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 19:37:24,904] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 19:37:24,930] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:37:25,097] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 19:37:25,098] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 19:37:25,100] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 19:37:25,102] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:37:25,265] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 19:37:25,434] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 19:37:25,733] {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-15 19:37:25,734] {__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-15 19:37:25,735] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 19:37:26,066] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 19:37:26,067] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 19:37:26,075] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 19:37:26,076] {pyAvaCore:93} INFO - Fetching [2022-11-15 19:37:26,076] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 19:37:26,989] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 19:37:26,990] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 19:37:26,990] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 19:37:26,991] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 19:37:26,994] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 19:37:26,994] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 19:37:26,994] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 19:37:26,995] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 19:37:26,998] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 19:37:26,998] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 19:37:26,999] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 19:37:26,999] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 20:07:02,081] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 20:07:02,458] {__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/15/2022' [2022-11-15 20:07:02,461] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 20:07:02,730] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 20:07:02,732] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 20:07:02,917] {__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-15 20:07:02,918] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 20:07:03,089] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 20:07:03,090] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 20:07:03,283] {__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-15 20:07:03,284] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 20:07:03,439] {__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-15 20:07:03,440] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 20:07:03,468] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 20:07:03,632] {__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-15 20:07:03,634] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 20:07:03,934] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 20:07:03,940] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 20:07:04,030] {__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-15 20:07:04,032] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 20:07:04,179] {__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-15 20:07:04,180] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 20:07:04,727] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 20:07:04,727] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-15 20:07:05,202] {__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-15 20:07:05,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:05,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:06,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:07,045] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:07,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:08,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:08,500] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:08,914] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:09,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:09,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:10,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:11,073] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:11,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:11,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:12,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:12,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:13,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:13,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:14,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:14,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:15,067] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:15,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:15,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:16,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:16,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:17,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:17,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:18,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:18,469] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:18,890] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:19,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:19,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:20,328] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:20,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:21,443] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:21,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 20:07:22,399] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 20:07:22,469] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 20:07:22,962] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 20:07:23,366] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 20:07:23,367] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 20:07:23,386] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 20:07:23,389] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 20:07:23,390] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 20:07:23,402] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 20:07:23,403] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:07:23,577] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:07:23,748] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:07:23,921] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 20:07:23,943] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 20:07:23,971] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:07:24,139] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 20:07:24,140] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 20:07:24,144] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 20:07:24,145] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:07:24,368] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:07:24,540] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 20:07:24,761] {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-15 20:07:24,762] {__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-15 20:07:24,763] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 20:07:25,087] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 20:07:25,088] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 20:07:25,104] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 20:07:25,105] {pyAvaCore:93} INFO - Fetching [2022-11-15 20:07:25,105] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 20:07:26,230] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 20:07:26,231] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 20:07:26,232] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 20:07:26,233] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 20:07:26,237] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 20:07:26,237] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 20:07:26,238] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 20:07:26,239] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 20:07:26,242] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 20:07:26,243] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 20:07:26,243] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 20:07:26,244] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 20:37:02,141] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 20:37:02,497] {__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/15/2022' [2022-11-15 20:37:02,501] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 20:37:02,712] {__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-15 20:37:02,714] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 20:37:02,894] {__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-15 20:37:02,895] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 20:37:03,058] {__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-15 20:37:03,059] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 20:37:03,216] {__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-15 20:37:03,218] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 20:37:03,369] {__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-15 20:37:03,370] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 20:37:03,404] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 20:37:03,560] {__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-15 20:37:03,561] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 20:37:03,919] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 20:37:03,924] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 20:37:04,038] {__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-15 20:37:04,039] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 20:37:04,184] {__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-15 20:37:04,185] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 20:37:04,780] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 20:37:04,780] {__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-15 20:37:05,006] {__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-15 20:37:05,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:05,781] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:06,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:06,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:07,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:09,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:09,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:10,074] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:10,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:11,113] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:11,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:11,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:12,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:12,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:13,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:13,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:14,341] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:15,799] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:16,279] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:16,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-15 20:37:17,287] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:17,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:18,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:18,683] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:19,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:19,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:20,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:20,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:21,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:21,485] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:21,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:22,392] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:22,922] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:23,341] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:23,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:25,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 20:37:25,481] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 20:37:25,548] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 20:37:25,914] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 20:37:26,483] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 20:37:26,484] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 20:37:26,506] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 20:37:26,508] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 20:37:26,508] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 20:37:26,520] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 20:37:26,521] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:37:26,739] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:37:26,908] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:37:27,070] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 20:37:27,090] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 20:37:27,114] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:37:27,287] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 20:37:27,288] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 20:37:27,290] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 20:37:27,293] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:37:27,459] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 20:37:27,633] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 20:37:28,025] {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-15 20:37:28,025] {__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-15 20:37:28,026] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 20:37:28,400] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 20:37:28,401] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 20:37:28,409] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 20:37:28,409] {pyAvaCore:93} INFO - Fetching [2022-11-15 20:37:28,410] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 20:37:29,432] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 20:37:29,433] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 20:37:29,433] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 20:37:29,434] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 20:37:29,437] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 20:37:29,437] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 20:37:29,437] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 20:37:29,439] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 20:37:29,441] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 20:37:29,441] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 20:37:29,441] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 20:37:29,442] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 21:07:02,514] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 21:07:02,885] {__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/15/2022' [2022-11-15 21:07:02,890] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 21:07:03,084] {__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-15 21:07:03,086] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 21:07:03,244] {__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-15 21:07:03,246] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 21:07:03,395] {__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-15 21:07:03,397] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 21:07:03,545] {__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-15 21:07:03,546] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 21:07:03,688] {__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-15 21:07:03,689] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 21:07:03,720] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 21:07:03,863] {__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-15 21:07:03,864] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 21:07:04,162] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 21:07:04,168] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 21:07:04,298] {__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-15 21:07:04,301] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 21:07:04,494] {__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-15 21:07:04,495] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 21:07:05,109] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 21:07:05,109] {__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-15 21:07:05,346] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 21:07:05,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-15 21:07:06,310] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:06,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:07,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:07,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:08,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:08,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:08,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:09,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:09,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:10,374] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:10,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:11,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:11,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:12,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:12,615] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:12,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:13,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:13,843] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:14,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:14,799] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:15,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:15,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:16,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:16,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:16,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:17,191] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:17,593] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:17,992] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:18,408] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:18,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:19,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:19,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:20,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:20,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:21,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 21:07:21,508] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 21:07:21,578] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 21:07:21,941] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 21:07:22,389] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 21:07:22,390] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 21:07:22,398] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 21:07:22,401] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 21:07:22,402] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 21:07:22,437] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 21:07:22,438] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:07:22,615] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:07:22,790] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:07:22,960] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 21:07:22,986] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 21:07:23,017] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:07:23,187] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 21:07:23,187] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 21:07:23,194] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 21:07:23,195] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:07:23,374] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:07:23,544] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 21:07:23,765] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-15 21:07:23,766] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-15 21:07:23,766] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 21:07:24,071] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 21:07:24,072] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 21:07:24,078] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 21:07:24,080] {pyAvaCore:93} INFO - Fetching [2022-11-15 21:07:24,080] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 21:07:25,017] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 21:07:25,018] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 21:07:25,018] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 21:07:25,020] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 21:07:25,023] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 21:07:25,023] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 21:07:25,024] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 21:07:25,025] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 21:07:25,029] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 21:07:25,030] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 21:07:25,031] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 21:07:25,031] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 21:37:01,777] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 21:37:02,030] {__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/15/2022' [2022-11-15 21:37:02,034] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 21:37:02,232] {__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-15 21:37:02,234] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 21:37:02,391] {__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-15 21:37:02,392] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 21:37:02,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-15 21:37:02,538] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 21:37:02,695] {__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-15 21:37:02,696] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 21:37:02,893] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 21:37:02,894] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 21:37:02,922] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 21:37:03,077] {__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-15 21:37:03,078] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 21:37:03,537] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 21:37:03,542] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 21:37:03,662] {__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-15 21:37:03,663] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 21:37:03,863] {__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-15 21:37:03,864] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 21:37:04,582] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 21:37:04,583] {__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-15 21:37:04,893] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 21:37:05,085] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:05,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:05,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:06,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:06,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:07,358] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:07,736] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:08,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:08,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:09,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:09,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:10,186] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:10,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:11,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:11,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:11,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:12,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:12,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:13,225] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:13,833] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:14,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-15 21:37:14,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:15,152] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:15,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:16,043] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:16,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:16,848] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:17,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:17,676] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:18,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:18,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:19,250] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:19,741] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:20,083] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:20,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:21,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 21:37:21,476] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 21:37:21,541] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 21:37:21,852] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 21:37:22,262] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 21:37:22,263] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 21:37:22,283] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 21:37:22,286] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 21:37:22,286] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 21:37:22,299] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 21:37:22,300] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:37:22,518] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:37:22,691] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:37:22,858] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 21:37:22,878] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 21:37:22,905] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:37:23,073] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 21:37:23,073] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 21:37:23,076] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 21:37:23,078] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:37:23,247] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 21:37:23,412] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 21:37:23,692] {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-15 21:37:23,692] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-15 21:37:23,695] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 21:37:24,002] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 21:37:24,003] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 21:37:24,012] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 21:37:24,013] {pyAvaCore:93} INFO - Fetching [2022-11-15 21:37:24,013] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 21:37:25,963] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 21:37:25,964] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 21:37:25,964] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 21:37:25,965] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 21:37:25,968] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 21:37:25,969] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 21:37:25,969] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 21:37:25,970] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 21:37:25,974] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 21:37:25,975] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 21:37:25,975] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 21:37:25,975] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 22:07:02,032] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 22:07:02,492] {__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/15/2022' [2022-11-15 22:07:02,495] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 22:07:02,714] {__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-15 22:07:02,716] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 22:07:02,876] {__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-15 22:07:02,877] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 22:07:03,042] {__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-15 22:07:03,042] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 22:07:03,185] {__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-15 22:07:03,186] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 22:07:03,330] {__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-15 22:07:03,331] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 22:07:03,363] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 22:07:03,515] {__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-15 22:07:03,516] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 22:07:03,803] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 22:07:03,808] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 22:07:03,923] {__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-15 22:07:03,925] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 22:07:04,070] {__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-15 22:07:04,071] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 22:07:04,654] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 22:07:04,654] {__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-15 22:07:04,942] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 22:07:05,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:05,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:06,114] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:06,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:07,078] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:07,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:08,054] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:08,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:08,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:09,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:10,116] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:10,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:11,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:11,819] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:12,326] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:12,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:13,214] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:13,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:14,248] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:14,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:15,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:15,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:16,026] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:16,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:17,017] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:17,509] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:17,955] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:18,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:18,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:19,365] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:20,098] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:20,604] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:20,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:21,428] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:21,893] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:22,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 22:07:22,713] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 22:07:22,778] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 22:07:23,370] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 22:07:23,943] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 22:07:23,944] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 22:07:23,965] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 22:07:23,966] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 22:07:23,967] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 22:07:23,979] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 22:07:23,979] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:07:24,222] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:07:24,395] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:07:24,557] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 22:07:24,577] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 22:07:24,605] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:07:24,769] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 22:07:24,769] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 22:07:24,772] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 22:07:24,775] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:07:24,944] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:07:25,117] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 22:07:25,394] {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-15 22:07:25,395] {__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-15 22:07:25,396] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 22:07:25,698] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 22:07:25,699] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 22:07:25,708] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 22:07:25,709] {pyAvaCore:93} INFO - Fetching [2022-11-15 22:07:25,709] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 22:07:26,669] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 22:07:26,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 22:07:26,670] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 22:07:26,671] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 22:07:26,675] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 22:07:26,675] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 22:07:26,676] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 22:07:26,677] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 22:07:26,679] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 22:07:26,680] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 22:07:26,680] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 22:07:26,681] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 22:37:02,041] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 22:37:02,428] {__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/15/2022' [2022-11-15 22:37:02,432] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 22:37:02,635] {__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-15 22:37:02,637] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 22:37:02,798] {__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-15 22:37:02,799] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 22:37:02,949] {__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-15 22:37:02,950] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 22:37:03,100] {__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-15 22:37:03,101] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 22:37:03,254] {__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-15 22:37:03,255] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 22:37:03,283] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 22:37:03,445] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 22:37:03,446] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 22:37:03,984] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 22:37:03,990] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 22: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-15 22:37:04,105] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 22:37:04,270] {__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-15 22:37:04,271] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 22:37:04,902] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 22:37:04,902] {__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-15 22:37:05,187] {__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-15 22:37:05,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:05,891] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:06,412] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:06,818] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:07,252] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:07,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:08,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:08,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:08,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:09,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-15 22:37:09,873] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:10,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:10,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:11,292] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:11,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:12,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:12,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:13,304] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:13,742] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:14,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:14,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:15,100] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:15,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:15,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:16,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:16,734] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:17,186] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:17,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:18,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:18,388] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:18,767] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:24,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:24,580] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:25,009] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:25,477] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:25,994] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 22:37:26,273] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 22:37:26,363] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 22:37:26,824] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 22:37:27,327] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 22:37:27,327] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 22:37:27,337] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 22:37:27,338] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 22:37:27,338] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 22:37:27,351] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 22:37:27,352] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:37:27,576] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:37:27,744] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:37:27,914] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 22:37:27,934] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 22:37:27,966] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:37:28,138] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 22:37:28,138] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 22:37:28,142] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 22:37:28,143] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:37:28,309] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 22:37:28,480] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 22:37:28,849] {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-15 22:37:28,850] {__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-15 22:37:28,851] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 22:37:29,199] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 22:37:29,199] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 22:37:29,208] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 22:37:29,208] {pyAvaCore:93} INFO - Fetching [2022-11-15 22:37:29,209] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 22:37:30,224] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 22:37:30,225] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 22:37:30,226] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 22:37:30,227] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 22:37:30,231] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 22:37:30,232] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 22:37:30,232] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 22:37:30,233] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 22:37:30,235] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 22:37:30,236] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 22:37:30,236] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 22:37:30,236] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 23:07:02,466] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 23:07:02,809] {__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/15/2022' [2022-11-15 23:07:02,812] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 23:07:03,087] {__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-15 23:07:03,089] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 23:07:03,242] {__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-15 23:07:03,243] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 23:07:03,407] {__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-15 23:07:03,408] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 23:07: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-15 23:07:03,553] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 23:07:03,695] {__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-15 23:07:03,696] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 23:07:03,724] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 23:07:03,870] {__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-15 23:07:03,871] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 23:07:04,153] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 23:07:04,158] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 23:07:04,246] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-15 23:07:04,248] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 23:07:04,404] {__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-15 23:07:04,405] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 23:07:04,968] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 23:07:04,968] {__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-15 23:07:05,161] {__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-15 23: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-15 23:07:05,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:06,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:06,997] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:07,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:08,009] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:08,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:08,922] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:09,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:09,943] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:10,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:11,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:11,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-15 23:07:11,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:12,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:12,756] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:13,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:14,079] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:14,458] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:14,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:15,394] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:15,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:16,224] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:16,638] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:17,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:17,571] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:17,962] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:18,347] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:18,827] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:19,245] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:19,653] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:20,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:20,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:20,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:21,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:21,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 23:07:22,267] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 23:07:22,336] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 23:07:22,689] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 23:07:23,124] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 23:07:23,124] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 23:07:23,135] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 23:07:23,138] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 23:07:23,138] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 23:07:23,148] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 23:07:23,149] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:07:23,315] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:07:23,483] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:07:23,654] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 23:07:23,673] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 23:07:23,700] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:07:23,865] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 23:07:23,866] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 23:07:23,868] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 23:07:23,870] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:07:24,039] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:07:24,209] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 23: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-15 23: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-15 23:07:24,433] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 23:07:24,766] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 23:07:24,767] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 23:07:24,775] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 23:07:24,776] {pyAvaCore:93} INFO - Fetching [2022-11-15 23:07:24,776] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 23:07:25,700] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 23:07:25,701] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 23:07:25,701] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 23:07:25,702] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 23:07:25,706] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 23:07:25,706] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 23:07:25,707] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 23:07:25,708] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 23:07:25,710] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 23:07:25,711] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 23:07:25,711] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 23:07:25,711] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json [2022-11-15 23:37:02,586] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-15 23:37:03,886] {__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/15/2022' [2022-11-15 23:37:03,890] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-15 23:37:04,095] {__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-15 23:37:04,097] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-15 23:37:04,254] {__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-15 23:37:04,255] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-15 23:37:04,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-15 23:37:04,405] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-15 23:37:04,557] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 23:37:04,558] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-15 23:37:04,708] {__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-15 23:37:04,709] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 23:37:04,734] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-15 23:37:04,884] {__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-15 23:37:04,885] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-15 23:37:05,335] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-15 23:37:05,340] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-15 23:37:05,456] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-15 23:37:05,457] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-15 23:37:05,637] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-15 23:37:05,638] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-15 23:37:06,326] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-15 23:37:06,326] {__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-15 23:37:06,598] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-15 23:37:06,790] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:07,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:07,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:08,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:08,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:09,186] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:09,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:10,237] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:10,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:11,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:11,504] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:11,924] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:12,317] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:13,067] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:13,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:13,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:14,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:14,792] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:15,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-15 23: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-15 23:37:16,063] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:16,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:16,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:17,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:17,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:18,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:18,524] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:18,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:19,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:19,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:20,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:20,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:21,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:21,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:22,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:22,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-15 23:37:22,773] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.json [2022-11-15 23:37:22,868] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 23:37:23,164] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-15 23:37:23,574] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.xml [2022-11-15 23:37:23,575] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.json [2022-11-15 23:37:23,594] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 23:37:23,595] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.xml [2022-11-15 23:37:23,595] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.json [2022-11-15 23:37:23,606] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-17/2022-11-17-IS.ratings.json [2022-11-15 23:37:23,607] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:37:23,860] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:37:24,031] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:37:24,203] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 23:37:24,225] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-15 23:37:24,254] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:37:24,419] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.xml [2022-11-15 23:37:24,419] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.json [2022-11-15 23:37:24,422] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IT-34.ratings.json [2022-11-15 23:37:24,423] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:37:24,589] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-15 23:37:24,762] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-15 23:37:25,043] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-15 23:37:25,044] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-15 23:37:25,045] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-15 23:37:25,386] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.xml [2022-11-15 23:37:25,387] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.json [2022-11-15 23:37:25,396] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 23:37:25,396] {pyAvaCore:93} INFO - Fetching [2022-11-15 23:37:25,397] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-15 23:37:26,375] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-FR.ratings.json [2022-11-15 23:37:26,376] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-15 23:37:26,376] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-SI.ratings.json [2022-11-15 23:37:26,377] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14.ratings.json [2022-11-15 23:37:26,380] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-FR.ratings.json [2022-11-15 23:37:26,380] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-IS.ratings.json [2022-11-15 23:37:26,380] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15-SI.ratings.json [2022-11-15 23:37:26,381] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-15/2022-11-15.ratings.json [2022-11-15 23:37:26,383] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-FR.ratings.json [2022-11-15 23:37:26,383] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-IS.ratings.json [2022-11-15 23:37:26,384] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16-SI.ratings.json [2022-11-15 23:37:26,384] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-16/2022-11-16.ratings.json