[2022-11-11 00:07:02,393] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 00:07:02,736] {__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/11/2022' [2022-11-11 00:07:02,740] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 00:07:02,993] {__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-11 00:07:02,995] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 00:07:03,158] {__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-11 00:07:03,159] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 00:07:03,301] {__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-11 00:07:03,302] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 00:07:03,455] {__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-11 00:07:03,456] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 00:07:03,662] {__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-11 00:07:03,662] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 00:07:03,687] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 00:07:03,877] {__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-11 00:07:03,878] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 00:07:09,161] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 00:07:09,165] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 00:07:09,314] {__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-11 00:07:09,315] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 00:07:09,487] {__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-11 00:07:09,488] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 00:07:10,195] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 00:07:10,196] {__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-11 00:07:10,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-11 00:07:10,749] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:11,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:11,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:12,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:12,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:13,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:13,706] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:14,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:14,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:15,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:15,733] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:16,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:16,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:16,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:17,402] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:17,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:18,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:18,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-11 00:07:19,002] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:19,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:20,094] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:20,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-11 00:07:21,059] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:21,487] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:21,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:22,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:23,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:23,540] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:24,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:24,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:24,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-11 00:07:25,301] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:25,744] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:26,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:26,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-11 00:07:27,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 00:07:27,457] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 00:07:27,521] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 00:07:27,855] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 00:07:28,451] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 00:07:28,451] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 00:07:28,464] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 00:07:28,464] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:07:28,684] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:07:28,850] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:07:29,018] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 00:07:29,042] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 00:07:29,061] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:07:29,225] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:07:29,394] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:07:29,565] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 00:07:29,929] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 00:07:29,929] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 00:07:29,930] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 00:07:30,256] {pyAvaCore:93} INFO - Fetching [2022-11-11 00:07:30,257] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 00:07:32,231] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 00:07:32,232] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 00:07:32,233] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 00:07:32,233] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 00:07:32,236] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 00:07:32,236] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 00:07:32,236] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 00:07:32,242] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 00:37:02,280] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 00:37:02,655] {__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/11/2022' [2022-11-11 00:37:02,659] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 00:37: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-11 00:37:02,902] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 00:37:03,093] {__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-11 00:37:03,094] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 00:37:03,275] {__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-11 00:37:03,276] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 00:37:03,454] {__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-11 00:37:03,454] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 00:37:03,611] {__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-11 00:37:03,612] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 00:37:03,637] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 00:37:03,786] {__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-11 00:37:03,787] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 00:37:04,044] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 00:37:04,049] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 00:37:04,132] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 00:37:04,133] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 00:37:04,285] {__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-11 00:37:04,286] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 00:37:04,791] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 00:37:04,792] {__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-11 00:37:05,026] {__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-11 00:37:05,180] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:05,694] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:06,156] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:06,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:07,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:07,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:08,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:08,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:09,155] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:09,653] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:10,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:10,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:11,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:11,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:12,025] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:12,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:12,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:13,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:13,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:14,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:14,870] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:15,256] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:15,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:16,183] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:16,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:17,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:17,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:18,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:18,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:18,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:19,338] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:19,986] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:20,402] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:21,127] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:21,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:22,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 00:37:22,436] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 00:37:22,500] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 00:37:22,805] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 00:37:23,284] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 00:37:23,284] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 00:37:23,296] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 00:37:23,297] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:37:23,461] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:37:23,635] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:37:23,802] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 00:37:23,827] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 00:37:23,845] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:37:24,022] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:37:24,190] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 00:37:24,354] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 00:37:24,576] {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-11 00:37:24,577] {__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-11 00:37:24,577] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 00:37:24,888] {pyAvaCore:93} INFO - Fetching [2022-11-11 00:37:24,888] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 00:37:25,987] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 00:37:25,988] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 00:37:25,988] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 00:37:25,990] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 00:37:25,992] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 00:37:25,993] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 00:37:25,994] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 00:37:25,997] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 01:07:01,907] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 01:07:02,225] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/11/2022' [2022-11-11 01:07:02,228] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 01:07:02,428] {__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-11 01:07:02,429] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 01:07:02,590] {__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-11 01:07:02,590] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 01:07:02,731] {__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-11 01:07:02,732] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 01:07:02,881] {__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-11 01:07:02,882] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 01:07:03,027] {__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-11 01:07:03,028] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 01:07:03,052] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 01:07:03,200] {__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-11 01:07:03,201] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 01:07:03,620] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 01:07:03,625] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 01: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-11 01:07:03,715] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 01:07:03,854] {__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-11 01:07:03,855] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 01:07:04,385] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 01:07:04,385] {__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-11 01:07:04,628] {__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-11 01:07:04,843] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:05,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:05,865] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:06,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:06,916] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:07,388] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:07,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:08,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:08,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:09,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:09,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:09,937] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:10,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:10,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:11,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:11,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-11 01:07:12,116] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:12,569] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:13,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:13,658] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:14,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:14,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:15,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:15,632] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:16,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:16,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:16,927] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:17,406] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:17,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:18,229] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:18,772] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:19,238] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:19,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:20,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:20,603] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:21,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 01:07:21,487] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 01:07:21,551] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 01:07:21,998] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 01:07:22,404] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 01:07:22,405] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 01:07:22,421] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 01:07:22,421] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:07:22,671] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:07:22,843] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:07:23,004] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 01:07:23,031] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 01:07:23,048] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:07:23,209] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:07:23,372] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:07:23,538] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 01:07:23,825] {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-11 01:07:23,826] {__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-11 01:07:23,826] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 01:07:24,160] {pyAvaCore:93} INFO - Fetching [2022-11-11 01:07:24,160] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 01:07:25,309] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 01:07:25,310] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 01:07:25,310] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 01:07:25,312] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 01:07:25,315] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 01:07:25,315] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 01:07:25,316] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 01:07:25,320] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 01:37:02,260] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 01:37:02,601] {__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/11/2022' [2022-11-11 01:37:02,604] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 01:37:02,834] {__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-11 01:37:02,835] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 01:37:03,031] {__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-11 01:37:03,032] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 01:37:03,186] {__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-11 01:37:03,187] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 01:37: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-11 01:37:03,347] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 01:37:03,500] {__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-11 01:37:03,501] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 01:37:03,527] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 01:37:03,673] {__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-11 01:37:03,674] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 01:37:03,961] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 01:37:03,966] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 01:37:04,070] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 01:37:04,071] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 01:37:04,248] {__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-11 01:37:04,249] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 01:37:04,813] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 01:37:04,814] {__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-11 01:37:05,082] {__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-11 01:37:05,265] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:05,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:06,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:06,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:07,470] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:07,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:08,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:08,818] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:09,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:09,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:10,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:10,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:13,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:14,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:14,568] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:15,094] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:15,531] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:15,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:16,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:17,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:17,517] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:18,011] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:18,403] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:18,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:19,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:19,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:20,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:20,654] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:21,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-11 01:37:21,615] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:22,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:23,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:23,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:24,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-11 01:37:24,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:25,332] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 01:37:25,597] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 01:37:25,660] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 01:37:26,654] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 01:37:27,230] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 01:37:27,231] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 01:37:27,241] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 01:37:27,242] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:37:27,475] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:37:27,669] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:37:27,851] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 01:37:27,876] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 01:37:27,893] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:37:28,066] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:37:28,258] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 01:37:28,456] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 01:37:28,990] {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-11 01:37:28,991] {__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-11 01:37:28,992] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 01:37:29,310] {pyAvaCore:93} INFO - Fetching [2022-11-11 01:37:29,310] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 01:37:30,396] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 01:37:30,397] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 01:37:30,398] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 01:37:30,399] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 01:37:30,404] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 01:37:30,405] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 01:37:30,407] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 01:37:30,410] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 02:07:01,770] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 02:07:02,014] {__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/11/2022' [2022-11-11 02:07:02,017] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 02:07:02,231] {__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-11 02:07:02,232] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 02:07:02,386] {__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-11 02:07:02,387] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 02:07:02,541] {__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-11 02:07:02,542] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 02:07:02,708] {__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-11 02:07:02,709] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 02:07:02,876] {__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-11 02:07:02,876] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 02:07:02,902] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 02:07:03,060] {__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-11 02:07:03,061] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 02:07:03,499] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 02:07:03,504] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 02:07:03,588] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 02:07:03,589] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 02:07:03,735] {__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-11 02:07:03,736] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 02:07:04,193] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 02:07:04,194] {__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-11 02:07:04,410] {__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-11 02:07:04,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 02:07:05,206] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 02:07:05,830] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 02:07:06,342] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 02:07:10,465] {__main__:178} ERROR - Failed to download FR Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 60, in get_bulletins reports = process_all_reports_fr() File "/opt/pyAvaCore/avacore/processor_fr.py", line 79, in process_all_reports_fr for report in process_reports_fr(region).bulletins: File "/opt/pyAvaCore/avacore/processor_fr.py", line 61, in process_reports_fr with urlopen(req) as response_content: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1389, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1350, in do_open r = h.getresponse() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1377, in getresponse response.begin() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/ssl.py", line 1263, in recv_into return self.read(nbytes, buffer) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/ssl.py", line 1099, in read return self._sslobj.read(len, buffer) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/_cffi_ssl/_stdssl/__init__.py", line 611, in read return self._read_buf(length, buffer_into) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/_cffi_ssl/_stdssl/__init__.py", line 723, in _read_buf raise pyssl_error(self, count) ConnectionResetError: [Errno 104] Connection reset by peer [2022-11-11 02:07:10,798] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 02:07:11,658] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 02:07:11,659] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 02:07:11,668] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 02:07:11,669] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:07:11,837] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:07:12,002] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:07:12,173] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 02:07:12,200] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 02:07:12,220] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:07:12,385] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:07:12,550] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:07:12,713] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 02:07:12,931] {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-11 02:07:12,932] {__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-11 02:07:12,932] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 02:07:13,228] {pyAvaCore:93} INFO - Fetching [2022-11-11 02:07:13,229] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 02:07:14,129] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 02:07:14,130] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 02:07:14,130] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 02:07:14,131] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 02:07:14,136] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 02:07:14,137] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 02:07:14,137] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 02:07:14,141] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 02:37:02,098] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 02:37:02,479] {__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/11/2022' [2022-11-11 02:37:02,482] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 02:37:02,683] {__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-11 02:37:02,685] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 02:37:02,847] {__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-11 02:37:02,847] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 02:37:02,988] {__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-11 02:37:02,989] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 02:37:03,147] {__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-11 02:37:03,148] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 02:37:03,289] {__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-11 02:37:03,290] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 02:37:03,315] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 02:37:03,473] {__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-11 02:37:03,474] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 02:37:03,755] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 02:37:03,760] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 02:37:03,842] {__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-11 02:37:03,843] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 02:37:03,985] {__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-11 02:37:03,986] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 02:37:04,548] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 02:37:04,548] {__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-11 02:37:04,870] {__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-11 02:37:05,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:05,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:06,326] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:06,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-11 02:37:07,173] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:07,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:08,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:08,572] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:09,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:09,688] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:10,105] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:10,478] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:10,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:11,347] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:11,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:12,138] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:12,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:12,970] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:13,383] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:13,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:14,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:14,831] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:15,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:15,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:16,367] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:16,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:17,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:17,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:18,140] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:18,620] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:19,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:19,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:20,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:20,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:21,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:21,642] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 02:37:21,899] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 02:37:21,970] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 02:37:22,335] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 02:37:22,756] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 02:37:22,757] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 02:37:22,771] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 02:37:22,772] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:37:23,030] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:37:23,200] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:37:23,368] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 02:37:23,397] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 02:37:23,419] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:37:23,593] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:37:23,761] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 02:37:23,932] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 02:37:24,281] {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-11 02:37:24,283] {__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-11 02:37:24,284] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 02:37:24,624] {pyAvaCore:93} INFO - Fetching [2022-11-11 02:37:24,625] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 02:37:25,535] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 02:37:25,536] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 02:37:25,537] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 02:37:25,539] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 02:37:25,550] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 02:37:25,551] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 02:37:25,552] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 02:37:25,557] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 03:07:01,745] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 03:07:01,994] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/11/2022' [2022-11-11 03:07:01,997] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 03:07:02,208] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 03:07:02,210] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 03:07:02,359] {__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-11 03:07:02,360] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 03:07:02,499] {__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-11 03:07:02,500] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 03:07:02,645] {__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-11 03:07:02,646] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 03:07:02,820] {__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-11 03:07:02,821] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 03:07:02,846] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 03:07:03,072] {__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-11 03:07:03,073] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 03:07:03,514] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 03:07:03,519] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 03:07:03,624] {__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-11 03:07:03,625] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 03:07:03,786] {__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-11 03:07:03,787] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 03:07:04,518] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 03:07:04,518] {__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-11 03:07:04,715] {__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-11 03:07:04,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:05,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:05,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:06,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:06,812] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:07,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:07,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:08,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:08,979] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:09,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:09,793] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:10,457] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:10,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:11,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:11,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:12,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:12,619] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:13,104] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:13,755] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:14,238] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:14,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:15,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-11 03:07:15,476] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:15,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:16,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-11 03:07:16,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:17,358] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:17,844] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:18,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:18,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:19,324] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:19,706] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:20,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:20,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:20,902] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:21,324] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 03:07:21,597] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 03:07:21,660] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 03:07:21,970] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 03:07:22,578] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 03:07:22,578] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 03:07:22,589] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 03:07:22,590] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:07:22,858] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:07:23,040] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:07:23,225] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 03:07:23,249] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 03:07:23,266] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:07:23,444] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:07:23,619] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:07:23,794] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 03:07:24,092] {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-11 03:07:24,093] {__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-11 03:07:24,093] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 03:07:24,436] {pyAvaCore:93} INFO - Fetching [2022-11-11 03:07:24,436] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 03:07:25,632] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 03:07:25,633] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 03:07:25,634] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 03:07:25,634] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 03:07:25,638] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 03:07:25,639] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 03:07:25,639] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 03:07:25,643] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 03:37:02,544] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 03:37:03,147] {__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/11/2022' [2022-11-11 03:37:03,151] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 03:37:03,381] {__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-11 03:37:03,383] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 03:37:03,535] {__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-11 03:37:03,536] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 03:37:03,681] {__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-11 03:37:03,682] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 03:37:03,826] {__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-11 03:37:03,827] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 03:37:03,968] {__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-11 03:37:03,968] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 03:37:03,994] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 03:37:04,133] {__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-11 03:37:04,134] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 03:37:04,411] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 03:37:04,416] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 03:37:04,499] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 03:37:04,500] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 03:37:04,656] {__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-11 03:37:04,657] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 03:37:05,226] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 03:37:05,227] {__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-11 03:37: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-11 03:37:05,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:06,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-11 03:37:07,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:08,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:08,815] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:09,193] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:09,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:10,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:10,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:11,325] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:11,901] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:12,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:12,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:13,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:13,557] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:13,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:14,324] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:14,814] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:15,295] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:15,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:16,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:16,809] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:17,249] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:17,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:18,116] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:18,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:19,059] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:19,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:19,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-11 03:37:20,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:20,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:21,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:21,417] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:21,869] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:22,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:22,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 03:37:23,018] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 03:37:23,084] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 03:37:23,379] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 03:37:23,783] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 03:37:23,783] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 03:37:23,796] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 03:37:23,796] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:37:24,013] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:37:24,196] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:37:24,362] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 03:37:24,386] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 03:37:24,404] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:37:24,571] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:37:24,743] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 03:37:24,913] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 03:37:25,189] {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-11 03:37:25,190] {__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-11 03:37:25,190] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 03:37:25,525] {pyAvaCore:93} INFO - Fetching [2022-11-11 03:37:25,525] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 03:37:26,453] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 03:37:26,454] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 03:37:26,454] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 03:37:26,455] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 03:37:26,459] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 03:37:26,459] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 03:37:26,460] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 03:37:26,463] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 04:07:01,840] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 04:07:02,095] {__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/11/2022' [2022-11-11 04:07:02,098] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 04:07:02,310] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 04:07:02,311] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 04:07:02,469] {__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-11 04:07:02,470] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 04:07:02,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-11 04:07:02,631] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 04:07:02,860] {__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-11 04:07:02,861] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 04:07:03,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-11 04:07:03,043] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 04:07:03,067] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 04:07:03,269] {__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-11 04:07:03,270] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 04:07:04,733] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 04:07:04,738] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 04:07:04,837] {__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-11 04:07:04,838] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 04:07:04,994] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 04:07:04,995] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 04:07:05,557] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 04:07:05,557] {__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-11 04:07:05,795] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-11 04:07:06,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:06,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:07,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:07,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:07,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:08,498] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:09,029] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:09,473] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:09,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:10,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:10,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:11,200] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:11,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:12,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:12,471] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:12,941] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:13,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:13,996] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:14,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:14,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-11 04:07:15,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:15,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:16,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:16,508] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:16,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:17,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-11 04:07:17,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:18,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:18,683] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:19,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-11 04:07:19,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:19,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:20,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:20,525] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:21,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:26,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 04:07:26,797] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 04:07:26,859] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 04:07:27,295] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 04:07:27,915] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 04:07:27,916] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 04:07:27,932] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 04:07:27,933] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:07:28,217] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:07:28,404] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:07:28,582] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 04:07:28,607] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 04:07:28,625] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:07:28,799] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:07:28,966] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:07:29,135] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 04:07:29,437] {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-11 04:07:29,438] {__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-11 04:07:29,438] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 04:07:29,758] {pyAvaCore:93} INFO - Fetching [2022-11-11 04:07:29,758] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 04:07:30,651] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 04:07:30,652] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 04:07:30,653] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 04:07:30,657] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 04:07:30,660] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 04:07:30,660] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 04:07:30,661] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 04:07:30,664] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 04:37:01,821] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 04:37:02,154] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/11/2022' [2022-11-11 04:37:02,158] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 04:37:02,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-11 04:37:02,382] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 04:37:02,558] {__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-11 04:37:02,559] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 04:37:02,713] {__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-11 04:37:02,714] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 04:37:02,878] {__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-11 04:37:02,879] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 04:37:03,044] {__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-11 04:37:03,045] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 04:37:03,070] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 04:37:03,219] {__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-11 04:37:03,220] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 04:37:03,476] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 04:37:03,481] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 04:37:03,581] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 04:37:03,582] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 04:37:03,732] {__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-11 04:37:03,733] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 04:37:04,251] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 04:37:04,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-11 04:37:04,468] {__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-11 04:37:04,654] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:05,137] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:06,037] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:06,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:07,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:07,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:08,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:08,507] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:09,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:09,453] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:09,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:10,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:10,784] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:11,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:11,663] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:12,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:12,575] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:13,058] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:13,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:13,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:14,388] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:14,830] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:15,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:15,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:16,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:16,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:17,383] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:17,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:18,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:18,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:19,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:19,811] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:20,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:20,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:21,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:21,596] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 04:37:21,990] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 04:37:22,054] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 04:37:22,366] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 04:37:23,330] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 04:37:23,330] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 04:37:23,342] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 04:37:23,342] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:37:23,506] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:37:23,676] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:37:23,845] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 04:37:23,873] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 04:37:23,891] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:37:24,081] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:37:24,277] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 04:37:24,479] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 04:37:24,740] {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-11 04:37:24,741] {__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-11 04:37:24,741] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 04:37:25,117] {pyAvaCore:93} INFO - Fetching [2022-11-11 04:37:25,117] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 04:37:26,202] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 04:37:26,203] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 04:37:26,203] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 04:37:26,204] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 04:37:26,209] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 04:37:26,209] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 04:37:26,210] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 04:37:26,213] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 05:07:02,424] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 05:07:02,803] {__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/11/2022' [2022-11-11 05:07:02,807] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 05:07:03,011] {__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-11 05:07:03,013] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 05:07:03,213] {__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-11 05:07:03,214] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 05:07:03,380] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 05:07:03,381] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 05:07:03,519] {__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-11 05:07:03,520] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 05:07:03,665] {__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-11 05:07:03,666] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 05:07:03,691] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 05:07:03,832] {__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-11 05:07:03,833] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 05:07:04,257] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 05:07:04,262] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 05:07:04,347] {__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-11 05:07:04,348] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 05:07:04,499] {__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-11 05:07:04,499] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 05:07:05,050] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 05:07:05,051] {__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-11 05:07:05,415] {__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-11 05:07:05,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 05: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-11 05:07:06,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:07,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:07,985] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:08,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:09,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:09,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:09,842] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:10,303] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:10,655] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:11,037] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:11,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:11,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:12,391] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:12,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:13,331] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:13,794] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:14,215] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:14,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:14,960] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:15,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:15,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:16,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:16,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:17,250] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:17,619] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:18,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:18,478] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:18,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:19,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:20,829] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:21,212] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:21,646] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:22,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:22,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 05:07:22,875] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 05:07:22,937] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 05:07:23,478] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 05:07:23,959] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 05:07:23,959] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 05:07:23,978] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 05:07:23,979] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:07:24,199] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:07:24,364] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:07:24,529] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 05:07:24,558] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 05:07:24,575] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:07:24,742] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:07:24,905] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:07:25,075] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 05:07:25,351] {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-11 05:07:25,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-11 05:07:25,353] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 05:07:25,653] {pyAvaCore:93} INFO - Fetching [2022-11-11 05:07:25,654] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 05:07:26,726] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 05:07:26,726] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 05:07:26,727] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 05:07:26,728] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 05:07:26,732] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 05:07:26,733] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 05:07:26,733] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 05:07:26,735] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 05:37:02,594] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 05:37:02,950] {__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/11/2022' [2022-11-11 05:37:02,953] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 05:37:03,185] {__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-11 05:37:03,187] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 05:37:03,344] {__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-11 05:37:03,345] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 05:37:03,493] {__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-11 05:37:03,494] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 05:37:03,635] {__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-11 05:37:03,636] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 05:37:03,787] {__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-11 05:37:03,787] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 05:37:03,812] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 05:37:03,959] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 05:37:03,960] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 05:37:04,240] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 05:37:04,245] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 05:37:04,347] {__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-11 05:37:04,348] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 05:37:04,509] {__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-11 05:37:04,510] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 05:37:05,026] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 05:37:05,026] {__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-11 05:37:05,301] {__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-11 05:37:05,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:06,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:06,819] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:07,412] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:08,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:08,571] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:09,036] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:09,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:09,943] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:10,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:10,880] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:11,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:11,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:12,095] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:12,520] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:12,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:13,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:13,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:14,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:14,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:15,185] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:15,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:16,121] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:16,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:16,940] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:17,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:17,810] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:18,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:18,630] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:19,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:19,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:20,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:20,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:20,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:21,275] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:21,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 05:37:21,962] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 05:37:22,025] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 05:37:22,538] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 05:37:23,040] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 05:37:23,041] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 05:37:23,057] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 05:37:23,058] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:37:23,237] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:37:23,459] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:37:23,666] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 05:37:23,694] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 05:37:23,711] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:37:23,897] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:37:24,085] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 05:37:24,357] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 05:37:24,663] {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-11 05:37:24,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-11 05:37:24,664] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 05:37:25,002] {pyAvaCore:93} INFO - Fetching [2022-11-11 05:37:25,002] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 05:37:25,951] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 05:37:25,952] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 05:37:25,952] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 05:37:25,954] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 05:37:25,956] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 05:37:25,957] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 05:37:25,957] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 05:37:25,960] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 06:07:01,813] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 06:07:02,059] {__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/11/2022' [2022-11-11 06:07:02,062] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 06:07:02,263] {__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-11 06:07:02,264] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 06:07:02,406] {__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-11 06:07:02,407] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 06:07:02,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-11 06:07:02,576] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 06:07:02,725] {__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-11 06:07:02,726] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 06:07:02,869] {__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-11 06:07:02,870] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 06:07:02,894] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 06:07:03,029] {__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-11 06:07:03,030] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 06:07:03,423] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 06:07:03,428] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 06:07:03,516] {__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-11 06:07:03,517] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 06:07:03,662] {__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-11 06:07:03,662] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 06:07:04,119] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 06:07:04,119] {__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-11 06:07:04,373] {__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-11 06:07:04,530] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:04,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:05,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:06,385] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:06,879] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:07,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:07,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:08,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:08,536] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:09,891] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:10,323] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:10,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:11,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:11,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:12,502] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:12,877] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:13,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:13,903] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:14,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:14,853] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:15,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-11 06:07:15,807] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:16,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:16,757] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:17,196] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:17,679] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:18,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:18,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:18,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:19,368] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:19,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-11 06:07:20,287] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:20,821] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:21,506] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:21,975] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:22,398] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 06:07:22,658] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 06:07:22,723] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 06:07:23,286] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 06:07:23,693] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 06:07:23,694] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 06:07:23,706] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 06:07:23,707] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:07:23,874] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:07:24,048] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:07:24,267] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 06:07:24,291] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 06:07:24,309] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:07:24,474] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:07:24,642] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:07:24,810] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 06:07:25,110] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 06:07:25,111] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 06:07:25,111] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 06:07:25,450] {pyAvaCore:93} INFO - Fetching [2022-11-11 06:07:25,450] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 06:07:26,497] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 06:07:26,498] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 06:07:26,499] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 06:07:26,500] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 06:07:26,502] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 06:07:26,503] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 06:07:26,503] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 06:07:26,508] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 06:37:02,439] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 06:37:02,855] {__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/11/2022' [2022-11-11 06:37:02,858] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 06:37:03,099] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 06:37:03,101] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 06:37:03,296] {__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-11 06:37:03,297] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 06:37:03,484] {__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-11 06:37:03,485] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 06:37:03,660] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 06:37:03,661] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 06:37:03,849] {__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-11 06:37:03,850] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 06:37:03,875] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 06:37:04,034] {__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-11 06:37:04,035] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 06:37:04,349] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 06:37:04,354] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 06:37:04,458] {__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-11 06:37:04,459] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 06:37:04,606] {__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-11 06:37:04,607] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 06:37:05,118] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 06:37:05,118] {__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-11 06:37:05,462] {__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-11 06:37:05,708] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:06,173] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:06,670] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:07,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-11 06:37:07,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:07,980] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:08,375] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:08,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:09,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:09,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:10,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:10,496] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:10,986] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:11,385] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:11,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:12,166] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:12,562] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:13,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:13,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:14,070] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:14,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:14,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:15,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:15,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:15,965] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:16,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 06: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-11 06:37:17,305] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:17,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:18,348] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:18,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:19,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:19,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:19,963] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:20,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:20,789] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 06:37:21,007] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 06:37:21,070] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 06:37:21,371] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 06:37:21,779] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 06:37:21,780] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 06:37:21,791] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 06:37:21,792] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:37:21,954] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:37:22,124] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:37:22,293] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 06:37:22,319] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 06:37:22,336] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:37:22,501] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:37:22,668] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 06:37:22,836] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 06:37:23,060] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 06:37:23,061] {__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-11 06:37:23,061] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 06:37:23,355] {pyAvaCore:93} INFO - Fetching [2022-11-11 06:37:23,356] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 06:37:24,278] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 06:37:24,279] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 06:37:24,279] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 06:37:24,280] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 06:37:24,284] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 06:37:24,284] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 06:37:24,285] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 06:37:24,288] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 07:07:02,364] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 07:07:02,761] {__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/11/2022' [2022-11-11 07:07:02,764] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 07:07:02,976] {__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-11 07:07:02,977] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 07:07:03,134] {__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-11 07:07:03,135] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 07:07:03,296] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 07:07:03,297] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 07:07:03,443] {__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-11 07:07:03,444] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 07:07:03,604] {__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-11 07:07:03,605] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 07:07:03,630] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 07:07:03,780] {__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-11 07:07:03,781] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 07:07:04,190] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 07:07:04,195] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 07:07:04,292] {__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-11 07:07:04,293] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 07:07:04,431] {__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-11 07:07:04,432] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 07:07:04,956] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 07:07:04,956] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-11 07:07:05,251] {__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-11 07:07:05,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:05,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:06,478] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:07,007] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:07,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 07: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-11 07:07:08,366] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:08,818] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:09,365] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:09,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:10,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:10,884] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:11,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:11,701] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:12,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:12,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:12,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:13,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:13,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:14,234] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:15,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:15,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:15,908] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:16,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:16,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:17,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:17,971] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:18,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-11 07:07:18,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:19,415] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:19,849] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:20,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:20,697] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:21,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:21,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:21,929] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 07:07:22,147] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 07:07:22,209] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 07:07:22,808] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 07:07:23,215] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 07:07:23,215] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 07:07:23,229] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 07:07:23,229] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:07:23,448] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:07:23,618] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:07:23,788] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 07:07:23,815] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 07:07:23,832] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:07:23,994] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:07:24,170] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:07:24,368] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 07:07:24,741] {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-11 07:07:24,742] {__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-11 07:07:24,743] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 07:07:25,085] {pyAvaCore:93} INFO - Fetching [2022-11-11 07:07:25,085] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 07:07:26,373] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 07:07:26,374] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 07:07:26,374] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 07:07:26,376] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 07:07:26,378] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 07:07:26,379] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 07:07:26,379] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 07:07:26,382] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 07:37:02,528] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 07:37:02,875] {__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/11/2022' [2022-11-11 07:37:02,879] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 07:37:03,108] {__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-11 07:37:03,110] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 07:37:03,276] {__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-11 07:37:03,277] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 07:37:03,424] {__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-11 07:37:03,425] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 07:37:03,585] {__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-11 07:37:03,586] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 07:37:03,725] {__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-11 07:37:03,726] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 07:37:03,750] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 07:37:03,893] {__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-11 07:37:03,894] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 07:37:04,170] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 07:37:04,175] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 07:37:04,261] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 07:37:04,262] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 07:37:04,408] {__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-11 07:37:04,409] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 07:37:04,954] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 07:37:04,954] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-11 07:37:05,177] {__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-11 07:37:05,455] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:05,925] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:06,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:07,147] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:07,659] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:08,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-11 07:37:08,603] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:08,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:09,388] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:09,800] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:10,333] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:10,839] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:11,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:11,648] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:12,024] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:12,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:12,818] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:13,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:13,696] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:14,084] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:14,472] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:14,918] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:15,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:15,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:16,116] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:16,607] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:17,054] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:17,505] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:17,931] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:18,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:18,737] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:19,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:19,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 07:37:19,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 07: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-11 07:37:20,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-11 07:37:21,112] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 07:37:21,176] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 07:37:21,506] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 07:37:22,011] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 07:37:22,012] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 07:37:22,021] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 07:37:22,022] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:37:22,191] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:37:22,357] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:37:22,526] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 07:37:22,553] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 07:37:22,572] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:37:22,741] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:37:22,908] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 07:37:23,080] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 07:37:23,350] {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-11 07:37:23,351] {__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-11 07:37:23,352] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 07:37:23,649] {pyAvaCore:93} INFO - Fetching [2022-11-11 07:37:23,650] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 07:37:24,590] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 07:37:24,591] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 07:37:24,591] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 07:37:24,593] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 07:37:24,598] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 07:37:24,598] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 07:37:24,599] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 07:37:24,602] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 08:07:03,251] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 08:07:03,651] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/11/2022' [2022-11-11 08:07:03,662] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 08:07:03,868] {__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-11 08:07:03,870] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 08:07:04,030] {__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-11 08:07:04,032] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 08:07:04,190] {__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-11 08:07:04,191] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 08:07:04,338] {__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-11 08:07:04,339] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 08:07:04,493] {__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-11 08:07:04,495] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 08:07:04,530] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 08:07:04,678] {__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-11 08:07:04,680] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 08:07:05,119] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 08:07:05,129] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 08:07:05,236] {__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-11 08:07:05,238] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 08:07:05,407] {__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-11 08:07:05,409] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 08:07:05,905] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 08:07:05,905] {__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-11 08:07: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-11 08:07:06,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:06,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:07,416] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:07,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:08,355] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:08,844] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:09,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:09,657] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:10,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-11 08:07:10,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:10,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:11,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:11,796] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:12,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:12,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:13,115] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:13,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-11 08:07:13,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:14,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:14,810] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:15,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-11 08:07:15,995] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:16,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:16,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:17,624] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:18,077] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:18,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:19,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:19,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-11 08:07:20,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:20,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:20,933] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:21,453] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:21,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:22,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:22,802] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 08:07:23,079] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 08:07:23,152] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 08:07:23,537] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 08:07:23,953] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 08:07:23,954] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 08:07:23,966] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 08:07:23,967] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:07:24,329] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:07:24,509] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:07:24,680] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 08:07:24,716] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 08:07:24,738] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:07:24,911] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:07:25,100] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:07:25,279] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 08:07:25,552] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 08:07:25,554] {__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-11 08:07:25,554] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 08:07:25,898] {pyAvaCore:93} INFO - Fetching [2022-11-11 08:07:25,899] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 08:07:27,065] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 08:07:27,066] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 08:07:27,067] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 08:07:27,069] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 08:07:27,075] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 08:07:27,076] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 08:07:27,076] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 08:07:27,080] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 08:37:02,546] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 08:37:02,806] {__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/11/2022' [2022-11-11 08:37:02,810] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 08:37:03,022] {__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-11 08:37:03,024] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 08:37:03,188] {__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-11 08:37:03,189] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 08:37:03,341] {__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-11 08:37:03,342] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 08:37:03,486] {__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-11 08:37:03,487] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 08:37:03,637] {__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-11 08:37:03,638] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 08:37:03,666] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 08:37:03,809] {__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-11 08:37:03,810] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 08:37:04,042] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 08:37:04,049] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 08:37:04,149] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 08:37:04,151] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 08:37:04,293] {__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-11 08:37:04,294] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 08:37:04,786] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 08:37:04,786] {__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-11 08:37:05,001] {__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-11 08:37:05,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:05,702] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:06,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:06,932] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:07,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:08,090] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:08,743] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:09,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:09,629] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:10,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-11 08:37:10,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:11,031] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:11,528] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:11,988] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:12,443] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:12,898] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:14,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:14,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:15,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-11 08:37:15,782] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:16,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:16,585] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:17,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:17,592] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:18,042] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:18,543] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:19,017] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:19,518] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:19,993] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:20,456] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:20,956] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:21,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:21,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:22,306] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:22,747] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:23,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 08:37:23,465] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 08:37:23,558] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 08:37:23,921] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 08:37:24,557] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 08:37:24,557] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 08:37:24,575] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 08:37:24,576] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:37:24,834] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:37:25,007] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:37:25,174] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 08:37:25,205] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 08:37:25,224] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:37:25,391] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:37:25,556] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 08:37:25,750] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 08:37:26,115] {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-11 08:37:26,116] {__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-11 08:37:26,117] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 08:37:26,434] {pyAvaCore:93} INFO - Fetching [2022-11-11 08:37:26,435] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 08:37:27,493] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 08:37:27,494] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 08:37:27,494] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 08:37:27,496] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 08:37:27,500] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 08:37:27,501] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 08:37:27,502] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 08:37:27,505] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 09:07:03,076] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 09:07:03,466] {__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/11/2022' [2022-11-11 09:07:03,471] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 09:07:03,663] {__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-11 09:07:03,665] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 09:07:03,827] {__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-11 09:07:03,828] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 09:07:03,976] {__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-11 09:07:03,978] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 09:07:04,122] {__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-11 09:07:04,123] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 09:07:04,262] {__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-11 09:07:04,263] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 09:07:04,293] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 09:07:04,439] {__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-11 09:07:04,440] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 09:07:04,882] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 09:07:04,891] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 09:07:04,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-11 09:07:04,989] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 09:07:05,149] {__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-11 09:07:05,150] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 09:07:05,750] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 09:07:05,750] {__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-11 09:07:05,984] {__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-11 09:07:06,205] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:06,884] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:07,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:07,933] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:08,428] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:08,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:09,364] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:09,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-11 09:07:10,293] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:10,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:11,291] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:11,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:12,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:12,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:13,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:13,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:13,997] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:14,431] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:14,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:15,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:15,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:16,259] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:16,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:17,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:17,600] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:17,974] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:18,439] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:18,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:19,426] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:19,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:20,341] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:20,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:21,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:21,699] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:22,131] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:22,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 09:07:23,940] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 09:07:24,027] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 09:07:24,349] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 09:07:24,766] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 09:07:24,767] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 09:07:24,779] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 09:07:24,780] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:07:25,022] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:07:25,201] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:07:25,369] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 09:07:25,398] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 09:07:25,418] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:07:25,590] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:07:25,759] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:07:25,926] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 09:07:26,435] {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-11 09:07:26,436] {__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-11 09:07:26,436] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 09:07:26,749] {pyAvaCore:93} INFO - Fetching [2022-11-11 09:07:26,749] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 09:07:27,749] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 09:07:27,750] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 09:07:27,751] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 09:07:27,754] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 09:07:27,761] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 09:07:27,761] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 09:07:27,762] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 09:07:27,766] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 09:37:03,279] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 09:37:03,656] {__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/11/2022' [2022-11-11 09:37:03,661] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 09:37:03,866] {__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-11 09:37:03,868] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 09:37:04,016] {__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-11 09:37:04,017] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 09:37:04,169] {__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-11 09:37:04,170] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 09:37:04,335] {__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-11 09:37:04,336] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 09:37:04,495] {__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-11 09:37:04,496] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 09:37:04,524] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 09:37:04,680] {__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-11 09:37:04,681] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 09:37:04,972] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 09:37:04,978] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 09:37:05,086] {__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-11 09:37:05,087] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 09:37:05,234] {__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-11 09:37:05,235] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 09:37:05,786] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 09:37:05,786] {__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-11 09:37:06,087] {__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-11 09:37:06,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:06,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:07,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-11 09:37:07,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:08,435] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:08,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-11 09:37:09,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:09,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:11,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-11 09:37:11,868] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:12,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:12,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:13,274] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:13,777] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:14,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:14,682] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:15,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:15,444] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:15,989] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:16,567] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:17,093] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:17,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:18,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:18,437] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:18,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:19,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:19,813] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:20,188] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:20,562] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:21,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:21,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:21,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:22,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:22,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:23,056] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:23,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 09:37:23,714] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 09:37:23,785] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 09:37:24,114] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 09:37:24,686] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 09:37:24,687] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 09:37:24,699] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 09:37:24,700] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:37:24,917] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:37:25,090] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:37:25,260] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 09:37:25,288] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 09:37:25,306] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:37:25,475] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:37:25,643] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 09:37:25,814] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 09:37:26,096] {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-11 09:37:26,097] {__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-11 09:37:26,098] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 09:37:26,395] {pyAvaCore:93} INFO - Fetching [2022-11-11 09:37:26,396] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 09:37:27,484] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 09:37:27,486] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 09:37:27,487] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 09:37:27,489] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 09:37:27,493] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 09:37:27,494] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 09:37:27,494] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 09:37:27,498] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 10:07:02,359] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 10:07:02,648] {__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/11/2022' [2022-11-11 10:07:02,653] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 10:07:02,892] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 10:07:02,894] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 10:07:03,042] {__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-11 10:07:03,043] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 10:07:03,194] {__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-11 10:07:03,195] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 10:07:03,342] {__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-11 10:07:03,343] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 10:07:03,488] {__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-11 10:07:03,489] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 10:07:03,520] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 10:07:03,663] {__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-11 10:07:03,665] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 10:07:03,897] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 10:07:03,903] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 10:07:03,990] {__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-11 10:07:03,992] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 10:07:04,145] {__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-11 10:07:04,146] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 10:07:04,684] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 10:07:04,685] {__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-11 10:07:04,890] {__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-11 10:07:05,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:05,754] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:06,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:06,875] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:07,307] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:07,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:08,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:08,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-11 10:07:09,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:09,723] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:10,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:10,730] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:11,190] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:11,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:12,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:12,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:13,339] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:13,821] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:14,280] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:14,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:15,150] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:15,622] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:16,091] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:16,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:17,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:17,587] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:18,110] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:18,560] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:19,019] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:19,492] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:19,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:20,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:20,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:21,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:21,910] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:22,328] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 10:07:22,587] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 10:07:22,684] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 10:07:23,129] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 10:07:23,611] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 10:07:23,612] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 10:07:23,622] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 10:07:23,623] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:07:23,787] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:07:23,955] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:07:24,121] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 10:07:24,150] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 10:07:24,170] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:07:24,398] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:07:24,571] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:07:24,744] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 10:07:24,997] {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-11 10:07:24,999] {__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-11 10:07:25,000] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 10:07:25,339] {pyAvaCore:93} INFO - Fetching [2022-11-11 10:07:25,340] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 10:07:26,288] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 10:07:26,289] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 10:07:26,290] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 10:07:26,292] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 10:07:26,298] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 10:07:26,299] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 10:07:26,299] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 10:07:26,303] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 10:37:02,507] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 10:37:02,900] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/11/2022' [2022-11-11 10:37:02,904] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 10:37:03,100] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 10:37:03,102] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 10:37:03,262] {__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-11 10:37:03,263] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 10:37:03,414] {__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-11 10:37:03,415] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 10:37:03,569] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 10:37:03,570] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 10:37:03,728] {__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-11 10:37:03,729] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 10:37:03,756] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 10:37:03,903] {__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-11 10:37:03,904] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 10:37:04,190] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 10:37:04,196] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 10:37:04,310] {__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-11 10:37:04,312] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 10:37:04,452] {__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-11 10:37:04,453] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 10:37:05,010] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 10:37:05,010] {__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-11 10:37:05,424] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-11 10:37:05,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:06,273] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:06,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:07,369] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:07,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:08,372] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:08,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:09,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:09,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:10,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:10,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:11,551] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:12,299] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:12,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:13,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:13,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:14,300] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:14,732] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:15,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:15,736] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:16,150] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:16,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:17,087] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:17,591] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:18,072] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:18,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:18,923] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:19,401] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:19,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:20,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:20,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:21,110] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:21,535] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:21,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:22,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:22,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 10:37:23,286] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 10:37:23,357] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 10:37:23,724] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 10:37:24,211] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 10:37:24,212] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 10:37:24,222] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 10:37:24,223] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:37:24,450] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:37:24,628] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:37:24,795] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 10:37:24,829] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 10:37:24,850] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:37:25,022] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:37:25,193] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 10:37:25,369] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 10:37:25,677] {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-11 10:37:25,680] {__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-11 10:37:25,680] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 10:37:26,065] {pyAvaCore:93} INFO - Fetching [2022-11-11 10:37:26,066] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 10:37:27,343] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 10:37:27,345] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 10:37:27,346] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 10:37:27,348] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 10:37:27,354] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 10:37:27,354] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 10:37:27,355] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 10:37:27,358] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 11:07:02,600] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 11:07:02,973] {__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/11/2022' [2022-11-11 11:07:02,979] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 11:07:03,180] {__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-11 11:07:03,182] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 11:07:03,335] {__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-11 11:07:03,336] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 11:07:03,504] {__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-11 11:07:03,505] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 11:07:03,659] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 11:07:03,660] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 11:07:03,801] {__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-11 11:07:03,803] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 11:07:03,835] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 11:07:03,981] {__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-11 11:07:03,982] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 11:07:04,422] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 11:07:04,431] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 11:07:04,542] {__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-11 11:07:04,544] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 11:07:04,685] {__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-11 11:07:04,686] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 11:07:05,241] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 11:07:05,242] {__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-11 11:07:05,559] {__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-11 11:07:05,794] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:06,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:06,926] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:07,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:07,878] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:08,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:09,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:10,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:10,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:11,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:11,612] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:12,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:12,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:16,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:17,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:17,527] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:18,014] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:18,503] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:18,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:19,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:19,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:20,158] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:20,626] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:21,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:21,422] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:21,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-11 11:07:22,142] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:22,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:22,913] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:23,264] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:23,667] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:24,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:24,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:24,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:25,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:25,703] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 11:07:25,927] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 11:07:25,996] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 11:07:26,343] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 11:07:26,759] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 11:07:26,759] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 11:07:26,773] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 11:07:26,774] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:07:27,002] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:07:27,173] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:07:27,340] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 11:07:27,372] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 11:07:27,395] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:07:27,572] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:07:27,739] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:07:27,917] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 11:07:28,230] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 11:07:28,232] {__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-11 11:07:28,232] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 11:07:28,536] {pyAvaCore:93} INFO - Fetching [2022-11-11 11:07:28,537] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 11:07:29,665] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 11:07:29,666] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 11:07:29,667] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 11:07:29,669] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 11:07:29,673] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 11:07:29,674] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 11:07:29,674] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 11:07:29,679] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 11:37:03,117] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 11:37:03,507] {__main__:178} ERROR - Failed to download AD Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1781, in fromisoformat date_components = _parse_isoformat_date(dstr) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 273, in _parse_isoformat_date year = int(dtstr[0:4]) ValueError: invalid literal for int() with base 10: '11/1' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 110, in get_bulletins reports = parse_xml_ad(root) File "/opt/pyAvaCore/avacore/processor_ad.py", line 40, in parse_xml_ad bulletin.publicationTime = datetime.fromisoformat(root.find("date").text).replace( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/datetime.py", line 1783, in fromisoformat raise ValueError(f'Invalid isoformat string: {date_string!r}') ValueError: Invalid isoformat string: '11/11/2022' [2022-11-11 11:37:03,513] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 11:37:03,684] {__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-11 11:37:03,687] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 11:37:03,831] {__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-11 11:37:03,832] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 11:37:03,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-11 11:37:03,988] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 11:37:04,138] {__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-11 11:37:04,139] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 11:37:04,295] {__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-11 11:37:04,297] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 11:37:04,326] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 11:37:04,470] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 11:37:04,471] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 11:37:04,754] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 11:37:04,760] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 11:37:04,867] {__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-11 11:37:04,869] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 11:37:05,021] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 11:37:05,023] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 11:37:05,587] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 11:37:05,587] {__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-11 11:37:05,891] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-11 11:37:06,078] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:06,694] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:07,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:07,814] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:08,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:08,885] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:09,326] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:09,805] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:10,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:10,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-11 11:37:11,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:11,552] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:11,986] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:12,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:12,834] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:13,370] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:13,831] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:14,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:14,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:15,397] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:15,856] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:16,337] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:16,861] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:17,322] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:17,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:18,265] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:18,730] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:19,111] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:19,461] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:19,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:20,376] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:20,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:21,220] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:21,660] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:22,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:22,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 11:37:22,797] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 11:37:22,868] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 11:37:23,223] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 11:37:23,738] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 11:37:23,739] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 11:37:23,753] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 11:37:23,754] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:37:23,919] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:37:24,093] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:37:24,258] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 11:37:24,285] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 11:37:24,308] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:37:24,475] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:37:24,642] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 11:37:24,814] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 11:37:25,044] {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-11 11:37:25,045] {__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-11 11:37:25,046] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 11:37:25,352] {pyAvaCore:93} INFO - Fetching [2022-11-11 11:37:25,353] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 11:37:26,428] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 11:37:26,429] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 11:37:26,430] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 11:37:26,432] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 11:37:26,435] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 11:37:26,439] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 11:37:26,439] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 11:37:26,443] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 12:07:02,086] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 12:07:02,348] {__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/11/2022' [2022-11-11 12:07:02,353] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 12:07:02,573] {__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-11 12:07:02,575] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 12:07:02,747] {__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-11 12:07:02,748] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 12:07:03,014] {__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-11 12:07:03,015] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 12:07:03,164] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 12:07:03,164] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 12:07:03,316] {__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-11 12:07:03,317] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 12:07:03,344] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 12:07:03,504] {__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-11 12:07:03,505] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 12:07:03,739] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 12:07:03,746] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 12:07:03,849] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 12:07:03,851] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 12:07:03,993] {__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-11 12:07:03,994] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 12:07:04,525] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 12:07:04,526] {__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-11 12:07:04,728] {__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-11 12:07:04,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:05,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 12: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-11 12:07:06,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-11 12:07:06,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:07,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:07,823] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:08,315] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:08,747] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:09,193] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:09,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:10,110] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:10,511] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 12: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-11 12:07:11,445] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:11,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:12,223] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:12,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-11 12:07:13,340] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:13,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:14,296] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:14,756] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:15,164] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:15,556] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:16,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:16,466] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:16,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-11 12:07:17,361] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:17,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:18,258] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:18,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:19,385] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:19,849] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:20,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-11 12:07:20,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:21,123] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 12:07:21,392] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 12:07:21,460] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 12:07:21,772] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 12:07:22,186] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 12:07:22,187] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 12:07:22,198] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 12:07:22,199] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:07:22,451] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:07:22,638] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:07:22,813] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 12:07:22,838] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 12:07:22,863] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:07:23,039] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:07:23,212] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:07:23,388] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 12:07:23,678] {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-11 12:07:23,681] {__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-11 12:07:23,682] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 12:07:24,024] {pyAvaCore:93} INFO - Fetching [2022-11-11 12:07:24,025] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 12:07:25,034] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 12:07:25,037] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 12:07:25,038] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 12:07:25,039] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 12:07:25,043] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 12:07:25,043] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 12:07:25,044] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 12:07:25,047] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 12:37:02,329] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 12:37:02,724] {__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/11/2022' [2022-11-11 12:37:02,729] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 12:37:02,971] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 12:37:02,974] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 12:37:03,134] {__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-11 12:37:03,135] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 12:37:03,288] {__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-11 12:37:03,289] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 12:37:03,434] {__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-11 12:37:03,435] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 12:37:03,595] {__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-11 12:37:03,596] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 12:37:03,626] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 12:37:03,770] {__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-11 12:37:03,772] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 12:37:04,052] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 12:37:04,059] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 12:37:04,158] {__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-11 12:37:04,161] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 12:37:04,311] {__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-11 12:37:04,312] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 12:37:04,865] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 12:37:04,866] {__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-11 12:37:05,134] {__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-11 12:37:05,348] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:05,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:06,262] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:06,746] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:07,219] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:07,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:08,147] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:08,625] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:09,039] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:09,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:09,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:10,272] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:10,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:11,178] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:11,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-11 12:37:11,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:12,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:12,930] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:13,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:13,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:14,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:14,600] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:14,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:15,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:15,819] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:16,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:16,730] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:17,252] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:17,689] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:18,132] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:18,533] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:18,948] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:19,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:19,914] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:20,314] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:20,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 12:37:21,154] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 12:37:21,222] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 12:37:21,542] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 12:37:21,954] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 12:37:21,955] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 12:37:21,970] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 12:37:21,971] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:37:22,141] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:37:22,371] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:37:22,539] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 12:37:22,568] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 12:37:22,586] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:37:22,751] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:37:22,928] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 12:37:23,100] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 12:37:23,372] {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-11 12:37:23,376] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 12:37:23,377] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 12:37:23,721] {pyAvaCore:93} INFO - Fetching [2022-11-11 12:37:23,722] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 12:37:24,660] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 12:37:24,661] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 12:37:24,662] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 12:37:24,664] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 12:37:24,667] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 12:37:24,668] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 12:37:24,669] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 12:37:24,672] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 13:07:02,823] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 13:07:03,183] {__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/11/2022' [2022-11-11 13:07:03,190] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 13:07:03,385] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 13:07:03,388] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 13:07:04,572] {__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-11 13:07:04,573] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 13:07:04,719] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 13:07:04,720] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 13:07:04,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-11 13:07:04,862] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 13:07:05,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-11 13:07:05,039] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 13:07:05,066] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 13:07:05,212] {__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-11 13:07:05,213] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 13:07:05,654] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 13:07:05,661] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 13:07:05,748] {__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-11 13:07:05,750] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 13:07:05,893] {__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-11 13:07:05,894] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 13:07:06,574] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 13:07:06,574] {__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-11 13:07:06,790] {__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-11 13:07:07,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:07,605] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:08,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:08,662] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:09,075] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:09,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:10,032] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:11,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:11,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:12,490] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:13,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:13,420] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:14,037] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:14,468] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:14,968] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:15,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:15,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:16,449] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:16,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-11 13:07:17,301] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:17,751] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:18,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:18,726] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:19,146] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:19,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:19,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:20,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:20,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:21,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:21,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:22,221] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:22,621] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:23,145] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:23,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:24,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:24,484] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 13:07:24,753] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 13:07:24,818] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 13:07:25,154] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 13:07:25,572] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 13:07:25,572] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 13:07:25,589] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 13:07:25,590] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:07:25,835] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:07:26,007] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:07:26,184] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 13:07:26,222] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 13:07:26,250] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:07:26,420] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:07:26,585] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:07:26,759] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 13:07:27,077] {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-11 13:07:27,078] {__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-11 13:07:27,079] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 13:07:27,423] {pyAvaCore:93} INFO - Fetching [2022-11-11 13:07:27,425] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 13:07:29,447] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 13:07:29,448] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 13:07:29,449] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 13:07:29,451] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 13:07:29,454] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 13:07:29,454] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 13:07:29,456] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 13:07:29,462] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 13:37:02,926] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 13:37:03,305] {__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/11/2022' [2022-11-11 13:37:03,311] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 13:37:03,521] {__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-11 13:37:03,523] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 13:37:03,674] {__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-11 13:37:03,675] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 13:37:03,819] {__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-11 13:37:03,820] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 13:37:03,964] {__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-11 13:37:03,965] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 13:37:04,103] {__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-11 13:37:04,104] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 13:37:04,133] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 13:37:04,276] {__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-11 13:37:04,278] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 13:37:04,567] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 13:37:04,575] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 13:37:04,682] {__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-11 13:37:04,684] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 13:37:04,833] {__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-11 13:37:04,835] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 13:37:05,415] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 13:37:05,415] {__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-11 13:37:05,884] {__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-11 13:37:06,041] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:07,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:07,604] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:08,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:08,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:08,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:09,222] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:09,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:10,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:10,606] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:11,049] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:11,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:12,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:12,640] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:13,140] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:13,627] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:14,081] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:14,547] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:14,924] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:15,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:15,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:16,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:16,675] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:17,056] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:17,482] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:17,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:18,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-11 13:37:18,787] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:19,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:19,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:19,993] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:20,412] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:20,825] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:21,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:21,615] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:22,046] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 13:37:22,311] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 13:37:22,383] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 13:37:22,743] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 13:37:23,317] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 13:37:23,317] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 13:37:23,328] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 13:37:23,329] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:37:23,509] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:37:23,681] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:37:23,853] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 13:37:23,889] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 13:37:23,907] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:37:24,074] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:37:24,246] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 13:37:24,421] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 13:37:24,722] {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-11 13:37:24,732] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 13:37:24,733] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 13:37:25,035] {pyAvaCore:93} INFO - Fetching [2022-11-11 13:37:25,036] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 13:37:26,065] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 13:37:26,066] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 13:37:26,067] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 13:37:26,070] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 13:37:26,074] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 13:37:26,074] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 13:37:26,075] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 13:37:26,079] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 14:07:02,886] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 14:07:03,164] {__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/11/2022' [2022-11-11 14:07:03,171] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 14:07:03,379] {__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-11 14:07:03,381] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 14:07:03,531] {__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-11 14:07:03,532] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 14:07:03,680] {__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-11 14:07:03,681] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 14:07:03,823] {__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-11 14:07:03,825] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 14:07:03,972] {__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-11 14:07:03,973] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 14:07:04,000] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 14:07:04,141] {__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-11 14:07:04,142] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 14:07:04,440] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 14:07:04,447] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 14:07:04,556] {__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-11 14:07:04,559] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 14:07:04,713] {__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-11 14:07:04,714] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 14:07:05,257] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 14:07:05,257] {__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-11 14:07:05,525] {__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-11 14:07:05,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:06,149] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:06,638] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:07,195] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:07,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:08,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:08,603] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:09,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:09,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:10,016] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:10,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:10,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:11,510] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:12,103] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:12,640] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:13,201] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:13,740] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:14,283] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:14,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:15,119] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:15,541] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:16,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:16,383] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:16,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:17,145] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:17,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:18,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:18,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:19,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-11 14:07:19,575] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:19,953] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:20,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:20,928] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:21,393] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:21,834] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:22,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 14:07:22,456] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 14:07:22,521] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 14:07:22,813] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 14:07:23,940] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 14:07:23,940] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 14:07:23,953] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 14:07:23,954] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:07:24,182] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:07:24,358] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:07:24,523] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 14:07:24,552] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 14:07:24,571] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:07:24,741] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:07:24,910] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:07:25,081] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 14:07:25,355] {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-11 14:07:25,356] {__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-11 14:07:25,357] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 14:07:25,740] {pyAvaCore:93} INFO - Fetching [2022-11-11 14:07:25,741] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 14:07:26,761] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 14:07:26,763] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 14:07:26,764] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 14:07:26,765] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 14:07:26,769] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 14:07:26,769] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 14:07:26,770] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 14:07:26,774] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 14:37:01,805] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 14:37:02,180] {__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/11/2022' [2022-11-11 14:37:02,183] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 14:37:02,397] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 14:37:02,399] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 14:37:02,554] {__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-11 14:37:02,555] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 14:37:02,756] {__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-11 14:37:02,757] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 14:37:02,921] {__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-11 14:37:02,922] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 14:37:03,085] {__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-11 14:37:03,086] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 14:37:03,112] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 14:37:03,259] {__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-11 14:37:03,260] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 14:37:03,496] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 14:37:03,501] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 14:37:03,613] {__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-11 14:37:03,615] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 14:37:03,767] {__main__:178} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 14:37:03,768] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 14:37:04,354] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 14:37:04,354] {__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-11 14:37:04,574] {__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-11 14:37:04,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:05,193] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:05,727] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:06,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:06,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-11 14:37:07,285] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:07,774] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:08,243] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:08,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:09,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:09,724] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:10,437] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:10,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:11,352] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:11,804] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:12,257] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:12,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:13,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:13,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:14,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-11 14:37:14,512] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:14,905] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:15,255] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:15,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:16,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:16,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:17,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:17,583] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:18,017] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:18,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:18,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:19,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:19,709] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:20,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:20,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:21,096] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 14:37:21,361] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.json [2022-11-11 14:37:21,432] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 14:37:21,437] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 14:37:21,524] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 14:37:21,829] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 14:37:22,309] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 14:37:22,309] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 14:37:22,319] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 14:37:22,320] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:37:22,486] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:37:22,662] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:37:22,843] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 14:37:22,871] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 14:37:22,890] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:37:23,070] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:37:23,244] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 14:37:23,437] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 14:37:23,686] {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-11 14:37:23,687] {__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-11 14:37:23,688] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 14:37:23,981] {pyAvaCore:93} INFO - Fetching [2022-11-11 14:37:23,982] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 14:37:25,205] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 14:37:25,206] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 14:37:25,207] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 14:37:25,207] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 14:37:25,212] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 14:37:25,213] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 14:37:25,213] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 14:37:25,215] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 14:37:25,216] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 15:07:02,329] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 15:07:02,691] {__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/11/2022' [2022-11-11 15:07:02,695] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 15:07:02,899] {__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-11 15:07:02,901] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 15:07:03,056] {__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-11 15:07:03,057] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 15:07:03,514] {__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-11 15:07:03,515] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 15:07:03,665] {__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-11 15:07:03,666] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 15:07:03,808] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 15:07:03,809] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 15:07:03,835] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 15:07: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-11 15:07:03,981] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 15:07:04,338] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 15:07:04,344] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 15:07:04,460] {__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-11 15:07:04,461] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 15:07:04,614] {__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-11 15:07:04,615] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 15:07:05,111] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 15:07:05,112] {__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-11 15:07:05,343] {__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-11 15:07:05,501] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:05,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:06,451] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:06,930] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:07,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:08,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:08,713] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:09,241] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:09,775] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:10,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:10,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:11,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:11,810] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:12,581] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:12,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:13,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:13,836] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:14,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:14,738] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:15,207] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:15,610] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:15,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:16,437] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:16,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:17,375] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:17,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:18,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:18,692] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:19,092] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:19,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:19,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:20,359] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:20,813] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:21,187] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:21,660] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:22,124] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 15:07:22,436] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 15:07:22,506] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 15:07:22,874] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 15:07:23,391] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 15:07:23,392] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 15:07:23,409] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 15:07:23,410] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:07:23,682] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:07:23,856] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:07:24,025] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 15:07:24,054] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 15:07:24,073] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:07:24,241] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:07:24,410] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:07:24,588] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 15:07:24,901] {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-11 15:07:24,902] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 15:07:24,903] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 15:07:25,211] {pyAvaCore:93} INFO - Fetching [2022-11-11 15:07:25,212] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 15:07:26,413] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 15:07:26,415] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 15:07:26,415] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 15:07:26,416] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 15:07:26,423] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 15:07:26,424] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 15:07:26,425] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 15:07:26,428] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 15:07:26,429] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 15:37:02,300] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 15:37:02,659] {__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/11/2022' [2022-11-11 15:37:02,663] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 15:37:02,903] {__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-11 15:37:02,905] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 15:37:03,083] {__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-11 15:37:03,084] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 15:37:03,278] {__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-11 15:37:03,279] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 15:37:03,422] {__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-11 15:37:03,423] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 15:37:03,582] {__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-11 15:37:03,583] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 15:37:03,609] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 15:37:03,753] {__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-11 15:37:03,754] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 15:37:04,045] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 15:37:04,051] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 15:37:04,140] {__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-11 15:37:04,141] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 15:37:04,285] {__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-11 15:37:04,287] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 15:37:04,927] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 15:37:04,927] {__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-11 15:37:05,206] {__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-11 15:37:05,451] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:06,055] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37: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-11 15:37:07,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:08,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:08,588] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:09,018] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:09,602] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:10,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:10,671] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:11,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:11,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:12,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:12,613] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:13,008] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:13,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:14,001] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:14,402] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:14,920] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:15,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:15,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:16,121] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:16,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:17,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:17,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:17,945] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:18,402] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:18,907] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:19,360] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:19,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:20,245] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:20,665] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:21,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:21,616] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:22,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:22,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 15:37:22,837] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 15:37:22,901] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 15:37:23,248] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 15:37:23,826] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 15:37:23,826] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 15:37:23,839] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 15:37:23,840] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:37:24,067] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:37:24,237] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:37:24,407] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 15:37:24,438] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 15:37:24,457] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:37:24,627] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:37:24,802] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 15:37:24,970] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 15:37:25,280] {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-11 15:37:25,281] {__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-11 15:37:25,282] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 15:37:25,583] {pyAvaCore:93} INFO - Fetching [2022-11-11 15:37:25,584] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 15:37:26,515] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 15:37:26,517] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 15:37:26,517] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 15:37:26,518] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 15:37:26,523] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 15:37:26,523] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 15:37:26,524] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 15:37:26,526] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 15:37:26,527] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 16:07:01,916] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 16: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/11/2022' [2022-11-11 16:07:02,169] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 16:07:02,375] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 16:07:02,378] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 16:07:02,538] {__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-11 16:07:02,540] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 16:07:02,711] {__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-11 16:07:02,712] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 16:07:02,898] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 16:07:02,899] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 16:07:03,060] {__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-11 16:07:03,062] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 16:07:03,103] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 16:07:03,281] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 16:07:03,282] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 16:07:03,536] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 16:07:03,541] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 16:07:03,651] {__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-11 16:07:03,652] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 16:07:03,797] {__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-11 16:07:03,798] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 16:07:04,347] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 16:07:04,347] {__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-11 16:07:04,561] {__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-11 16:07:04,753] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:05,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:05,730] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:06,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:06,616] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:07,171] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:07,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:08,289] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:08,779] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:09,295] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:09,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:10,298] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:10,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:11,117] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:11,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:12,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:12,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:12,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:13,321] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:13,731] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:14,106] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:14,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-11 16:07:14,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:15,308] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:15,860] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:16,267] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:16,750] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:17,169] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:17,590] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:17,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:18,347] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:18,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:19,208] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:19,651] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:20,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:20,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 16:07:20,811] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 16:07:20,875] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 16:07:21,215] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 16:07:21,648] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 16:07:21,649] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 16:07:21,664] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 16:07:21,665] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:07:21,864] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:07:22,081] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:07:22,282] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 16:07:22,321] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 16:07:22,348] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:07:22,539] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:07:22,733] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:07:22,920] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 16:07:23,183] {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-11 16:07:23,184] {__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-11 16:07:23,184] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 16:07:23,524] {pyAvaCore:93} INFO - Fetching [2022-11-11 16:07:23,524] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 16:07:24,477] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 16:07:24,478] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 16:07:24,478] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 16:07:24,479] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 16:07:24,485] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 16:07:24,486] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 16:07:24,486] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 16:07:24,487] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 16:07:24,488] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 16:37:02,440] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 16:37:02,817] {__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/11/2022' [2022-11-11 16:37:02,821] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 16:37:03,036] {__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-11 16:37:03,038] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 16:37:03,184] {__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-11 16:37:03,186] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 16:37:03,328] {__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-11 16:37:03,330] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 16:37:03,470] {__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-11 16:37:03,471] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 16:37:03,611] {__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-11 16:37:03,613] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 16:37:03,641] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 16:37:03,783] {__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-11 16:37:03,784] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 16:37:04,064] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 16:37:04,069] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 16:37:04,182] {__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-11 16:37:04,184] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 16:37:04,349] {__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-11 16:37:04,350] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 16:37:04,929] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 16:37:04,930] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-11 16:37:05,126] {__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-11 16: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-11 16:37:05,958] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:06,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:06,906] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:07,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:08,078] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:08,544] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:08,959] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:09,491] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:10,048] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:10,578] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:10,972] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:11,467] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:11,950] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:12,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-11 16:37:12,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:13,350] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:13,765] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:14,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:14,763] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:15,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:15,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:16,231] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:16,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:17,108] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:17,550] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:17,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:18,357] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:18,863] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:19,301] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:19,725] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:20,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:20,545] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:20,939] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:21,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:21,683] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 16:37:21,909] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 16:37:21,974] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 16:37:22,317] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 16:37:22,732] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 16:37:22,732] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 16:37:22,747] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 16:37:22,748] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:37:22,985] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:37:23,154] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:37:23,321] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 16:37:23,352] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 16:37:23,372] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:37:23,544] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:37:23,709] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 16:37:23,879] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 16:37:24,152] {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-11 16:37:24,152] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 16:37:24,153] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 16:37:24,456] {pyAvaCore:93} INFO - Fetching [2022-11-11 16:37:24,457] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 16:37:25,624] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 16:37:25,625] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 16:37:25,626] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 16:37:25,628] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 16:37:25,633] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 16:37:25,633] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 16:37:25,634] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 16:37:25,635] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 16:37:25,636] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 17:07:02,689] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 17:07:03,065] {__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/11/2022' [2022-11-11 17:07:03,069] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 17:07:03,280] {__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-11 17:07:03,282] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 17:07:03,442] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 17:07:03,443] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 17:07:03,586] {__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-11 17:07:03,587] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 17:07:03,740] {__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-11 17:07:03,741] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 17:07:03,887] {__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-11 17:07:03,889] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 17:07:03,919] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 17:07:04,063] {__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-11 17:07:04,064] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 17:07:04,495] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 17:07:04,500] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 17:07:04,609] {__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-11 17:07:04,611] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 17:07:04,754] {__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-11 17:07:04,755] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 17:07:05,292] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 17:07:05,292] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-11 17:07:05,553] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-11 17:07:08,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:09,801] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:10,362] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:10,835] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:11,270] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:11,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:12,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:12,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:13,025] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:13,384] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:13,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:14,313] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:14,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:15,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:15,577] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:15,990] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:16,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-11 17:07:16,770] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:17,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:17,862] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:18,344] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:18,749] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:19,097] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:19,509] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:19,886] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:20,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:20,647] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:21,060] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:21,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:21,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:22,263] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:22,656] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:23,074] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:23,507] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:23,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:24,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 17:07:24,482] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 17:07:24,546] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 17:07:24,895] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 17:07:25,375] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 17:07:25,376] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 17:07:25,391] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 17:07:25,392] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:07:25,615] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:07:25,791] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:07:25,955] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 17:07:25,983] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 17:07:26,002] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:07:26,188] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:07:26,408] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:07:26,946] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 17:07:27,283] {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-11 17:07:27,284] {__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-11 17:07:27,284] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 17:07:27,680] {pyAvaCore:93} INFO - Fetching [2022-11-11 17:07:27,681] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 17:07:28,846] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 17:07:28,847] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 17:07:28,848] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 17:07:28,849] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 17:07:28,856] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 17:07:28,857] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 17:07:28,858] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 17:07:28,859] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 17:07:28,864] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 17:37:02,734] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 17:37:03,108] {__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/11/2022' [2022-11-11 17:37:03,113] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 17:37:03,314] {__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-11 17:37:03,316] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 17:37:03,497] {__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-11 17:37:03,498] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 17:37:03,692] {__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-11 17:37:03,693] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 17:37:03,898] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 17:37:03,899] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 17:37:04,056] {__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-11 17:37:04,057] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 17:37:04,086] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 17:37:04,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-11 17:37:04,245] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 17:37:04,588] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 17:37:04,594] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 17:37:04,738] {__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-11 17:37:04,739] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 17:37:04,904] {__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-11 17:37:04,905] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 17:37:05,432] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 17:37:05,432] {__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-11 17:37:05,785] {__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-11 17:37:06,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:06,748] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:07,236] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:07,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:08,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:08,826] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:09,290] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:09,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-11 17:37:10,240] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:10,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:11,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:11,513] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:11,921] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:12,375] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:12,798] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:13,254] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:13,666] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:14,146] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:14,526] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:14,952] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:15,386] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:15,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:16,277] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:16,721] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:17,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:17,586] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:17,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-11 17:37:18,448] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:18,867] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:19,312] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:19,789] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:20,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:20,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:21,080] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:21,516] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:21,912] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 17:37:22,197] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 17:37:22,260] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 17:37:22,846] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 17:37:23,527] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 17:37:23,527] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 17:37:23,541] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 17:37:23,542] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:37:23,713] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:37:23,894] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:37:24,079] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 17:37:24,109] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 17:37:24,128] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:37:24,299] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:37:24,472] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 17:37:24,651] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 17:37:24,934] {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-11 17:37:24,935] {__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-11 17:37:24,936] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 17:37:25,263] {pyAvaCore:93} INFO - Fetching [2022-11-11 17:37:25,264] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 17:37:26,200] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 17:37:26,201] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 17:37:26,202] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 17:37:26,203] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 17:37:26,207] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 17:37:26,208] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 17:37:26,208] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 17:37:26,211] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 17:37:26,211] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 18:07:02,546] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 18:07:03,151] {__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/11/2022' [2022-11-11 18:07:03,155] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 18:07:03,363] {__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-11 18:07:03,365] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 18:07:03,516] {__main__:178} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 18:07:03,517] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 18:07:03,668] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 18:07:03,669] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 18:07:03,812] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 18:07:03,814] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 18:07:03,960] {__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-11 18:07:03,960] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 18:07:03,986] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 18:07:04,128] {__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-11 18:07:04,129] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 18:07:04,548] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 18:07:04,554] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 18:07:04,664] {__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-11 18:07:04,665] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 18:07:04,812] {__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-11 18:07:04,813] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 18:07:05,375] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 18:07:05,375] {__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-11 18:07:05,623] {__main__:178} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 83, in get_bulletins reports = process_reports_es() File "/opt/pyAvaCore/avacore/processor_es.py", line 78, in process_reports_es reports = get_reports_from_file(bulletin_raw) File "/opt/pyAvaCore/avacore/processor_es.py", line 99, in get_reports_from_file year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-11 18:07:05,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:06,318] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:06,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:07,411] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:07,810] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:08,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:08,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:09,192] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:09,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:10,102] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:10,595] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:11,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:11,494] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:11,895] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:12,433] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:12,919] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:13,410] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:13,847] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:14,317] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:14,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:15,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:16,288] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:16,704] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:17,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:17,582] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:17,978] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:18,353] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:18,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:19,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:19,717] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:20,135] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:20,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:20,961] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:21,399] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:21,783] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:22,233] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 18:07:22,541] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 18:07:22,602] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 18:07:22,909] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 18:07:23,324] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 18:07:23,325] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 18:07:23,341] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 18:07:23,342] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:07:23,560] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:07:23,730] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:07:23,895] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 18:07:23,923] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 18:07:23,941] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:07:24,115] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:07:24,281] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:07:24,452] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 18:07:24,800] {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-11 18:07:24,801] {__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-11 18:07:24,801] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 18:07:25,112] {pyAvaCore:93} INFO - Fetching [2022-11-11 18:07:25,112] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 18:07:26,157] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 18:07:26,157] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 18:07:26,158] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 18:07:26,159] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 18:07:26,163] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 18:07:26,164] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 18:07:26,164] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 18:07:26,166] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 18:07:26,166] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 18:37:02,120] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 18:37:02,493] {__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/11/2022' [2022-11-11 18:37:02,497] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 18:37:02,698] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 18:37:02,700] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 18:37:02,884] {__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-11 18:37:02,885] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 18:37:03,044] {__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-11 18:37:03,045] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 18:37:03,199] {__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-11 18:37:03,200] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 18:37:03,355] {__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-11 18:37:03,357] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 18:37:03,384] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 18:37:03,533] {__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-11 18:37:03,534] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 18:37:03,816] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 18:37:03,821] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 18:37:03,912] {__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-11 18:37:03,913] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 18: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-11 18:37:04,066] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 18:37:04,585] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 18:37:04,585] {__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-11 18:37:04,799] {__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-11 18:37:04,987] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:05,522] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:05,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:06,375] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:06,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:07,339] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:07,814] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:08,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:08,895] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:09,324] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:09,769] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:10,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:10,621] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:11,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-11 18:37:11,506] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:11,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-11 18:37:12,363] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:12,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:13,218] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:13,631] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:14,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:14,454] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:15,068] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:15,440] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:15,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:16,230] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:16,645] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:17,216] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:17,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:18,058] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:18,530] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:19,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-11 18:37:19,430] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:20,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:20,491] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:20,859] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 18:37:21,126] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 18:37:21,204] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 18:37:21,521] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 18:37:21,929] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 18:37:21,929] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 18:37:21,944] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 18:37:21,945] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:37:22,113] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:37:22,283] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:37:22,451] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 18:37:22,478] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 18:37:22,496] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:37:22,664] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:37:22,837] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 18:37:23,007] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 18:37:23,219] {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-11 18:37:23,220] {__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-11 18:37:23,220] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 18:37:23,510] {pyAvaCore:93} INFO - Fetching [2022-11-11 18:37:23,510] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 18:37:24,654] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 18:37:24,656] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 18:37:24,657] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 18:37:24,657] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 18:37:24,665] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 18:37:24,665] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 18:37:24,666] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 18:37:24,668] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 18:37:24,668] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 19:07:02,147] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 19:07:02,550] {__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/11/2022' [2022-11-11 19:07:02,554] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 19:07:02,753] {__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-11 19:07:02,756] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 19:07:02,908] {__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-11 19:07:02,909] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 19:07:03,056] {__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-11 19:07:03,057] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 19:07:03,197] {__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-11 19:07:03,198] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 19:07:03,345] {__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-11 19:07:03,346] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 19:07:03,372] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 19:07:03,514] {__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-11 19:07:03,515] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 19:07:03,809] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 19:07:03,815] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 19:07:03,906] {__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-11 19:07:03,908] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 19:07:04,056] {__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-11 19:07:04,057] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 19:07:04,647] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 19:07:04,647] {__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-11 19:07:04,961] {__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-11 19:07:05,147] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:05,768] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:06,371] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:06,977] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:07,562] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:07,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:08,589] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:09,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:09,718] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:10,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:10,776] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:11,283] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:11,999] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:12,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:12,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:13,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:13,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:14,010] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:14,429] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:14,858] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:15,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:15,724] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:16,147] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:16,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:17,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:17,633] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:18,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:18,447] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:18,914] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:19,339] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:19,729] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:20,141] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:20,532] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:20,947] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:21,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:21,872] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 19:07:22,145] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 19:07:22,209] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 19:07:22,564] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 19:07:22,971] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 19:07:22,972] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 19:07:22,987] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 19:07:22,988] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:07:23,211] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:07:23,381] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:07:23,547] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 19:07:23,573] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 19:07:23,593] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:07:23,763] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:07:23,932] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:07:24,099] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 19:07:24,367] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 19:07:24,368] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 19:07:24,369] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 19:07:24,689] {pyAvaCore:93} INFO - Fetching [2022-11-11 19:07:24,689] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 19:07:25,712] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 19:07:25,714] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 19:07:25,715] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 19:07:25,716] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 19:07:25,720] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 19:07:25,721] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 19:07:25,722] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 19:07:25,724] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 19:07:25,725] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 19:37:02,564] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 19:37:02,925] {__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/11/2022' [2022-11-11 19:37:02,930] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 19:37:03,133] {__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-11 19:37:03,135] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 19:37:03,290] {__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-11 19:37:03,291] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 19:37:03,431] {__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-11 19:37:03,432] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 19:37:03,578] {__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-11 19:37:03,579] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 19:37:03,734] {__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-11 19:37:03,735] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 19:37:03,775] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 19:37:03,918] {__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-11 19:37:03,919] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 19:37:04,205] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 19:37:04,210] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 19:37:04,316] {__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-11 19:37:04,318] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 19:37:04,460] {__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-11 19:37:04,461] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 19:37:05,191] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 19:37:05,191] {__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-11 19:37:05,631] {__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-11 19:37:05,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:07,854] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:08,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:08,874] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:09,337] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:09,809] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:10,237] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:10,688] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:11,139] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:11,614] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:12,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:12,488] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:12,888] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:13,334] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:13,841] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:14,290] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:14,720] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:15,167] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:15,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:15,982] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:16,421] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:16,900] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:17,357] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:17,828] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:18,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-11 19:37:18,761] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:19,246] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:19,700] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:20,148] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:20,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:21,012] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:21,380] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:21,870] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:22,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-11 19:37:22,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:23,228] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 19:37:23,584] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 19:37:23,649] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 19:37:24,092] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 19:37:24,724] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.xml [2022-11-11 19:37:24,725] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.json [2022-11-11 19:37:24,747] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 19:37:24,748] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:37:25,002] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:37:25,180] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:37:25,347] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 19:37:25,377] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 19:37:25,396] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:37:25,567] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:37:25,738] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 19:37:25,909] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 19:37:26,280] {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-11 19:37:26,281] {__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-11 19:37:26,282] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 19:37:26,635] {pyAvaCore:93} INFO - Fetching [2022-11-11 19:37:26,637] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 19:37:27,544] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 19:37:27,545] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 19:37:27,546] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 19:37:27,547] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 19:37:27,552] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 19:37:27,552] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 19:37:27,553] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 19:37:27,554] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 19:37:27,555] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 20:07:02,113] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 20:07:02,805] {__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/11/2022' [2022-11-11 20:07:02,809] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 20:07:03,005] {__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-11 20:07:03,008] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 20:07:03,168] {__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-11 20:07:03,169] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 20:07:03,322] {__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-11 20:07:03,323] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 20:07:03,467] {__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-11 20:07:03,468] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 20:07:03,615] {__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-11 20:07:03,616] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 20:07:03,643] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 20:07:03,805] {__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-11 20:07:03,806] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 20:07:04,245] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 20:07:04,251] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 20:07:04,342] {__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-11 20:07:04,343] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 20:07:04,495] {__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-11 20:07:04,496] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 20:07:05,050] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 20:07:05,050] {__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-11 20:07:05,263] {__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-11 20:07:05,514] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:05,969] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:06,635] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:07,161] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:07,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:08,125] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:08,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-11 20:07:09,118] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:09,710] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:10,136] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:10,555] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:10,936] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:11,381] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:11,851] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:12,417] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:12,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:13,253] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:13,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:14,037] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:14,450] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:14,832] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:15,442] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:16,175] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:16,626] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:17,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:17,434] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:17,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-11 20:07:18,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:18,785] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 20: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-11 20:07:19,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:20,099] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:20,584] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:20,935] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:21,343] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:21,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 20:07:22,046] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 20:07:22,123] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 20:07:22,666] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 20:07:23,075] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 20:07:23,076] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 20:07:23,090] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 20:07:23,093] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 20:07:23,094] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 20:07:23,107] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 20:07:23,108] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 20:07:23,109] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 20:07:23,119] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 20:07:23,120] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:07:23,284] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:07:23,461] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:07:23,627] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 20:07:23,658] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 20:07:23,685] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:07:23,858] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:07:24,023] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:07:24,249] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 20:07:24,480] {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-11 20:07:24,481] {__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-11 20:07:24,482] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 20:07:24,782] {pyAvaCore:93} INFO - Fetching [2022-11-11 20:07:24,783] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 20:07:25,842] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 20:07:25,843] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 20:07:25,843] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 20:07:25,845] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 20:07:25,848] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 20:07:25,849] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 20:07:25,849] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 20:07:25,852] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 20:07:25,853] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 20:07:25,853] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 20:37:02,375] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 20:37:02,737] {__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/11/2022' [2022-11-11 20:37:02,742] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 20:37:02,937] {__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-11 20:37:02,939] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 20:37:03,095] {__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-11 20:37:03,096] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 20:37:03,255] {__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-11 20:37:03,257] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 20:37:03,421] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 20:37:03,422] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 20:37:03,581] {__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-11 20:37:03,582] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 20:37:03,609] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 20:37:03,759] {__main__:178} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 20:37:03,760] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 20:37:04,042] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 20:37:04,050] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 20:37:04,142] {__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-11 20:37:04,144] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 20:37:04,305] {__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-11 20:37:04,306] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 20:37:04,854] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 20:37:04,855] {__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-11 20:37:05,050] {__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-11 20:37:05,266] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:05,765] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:06,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:06,778] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:07,316] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:07,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-11 20:37:08,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:08,944] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:09,349] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:09,758] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:10,183] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:10,639] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:11,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:11,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:12,005] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:12,483] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:12,928] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:13,279] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:13,762] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:14,173] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:14,602] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:15,023] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:15,473] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:15,845] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:16,260] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:16,728] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:17,182] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:17,685] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:18,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-11 20:37:18,661] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:19,101] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:19,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:20,000] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:20,419] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:20,864] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:21,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 20:37:21,550] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 20:37:21,612] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 20:37:21,979] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 20:37:22,388] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 20:37:22,388] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 20:37:22,401] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 20:37:22,402] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 20:37:22,403] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 20:37:22,418] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 20:37:22,419] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 20:37:22,420] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 20:37:22,428] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 20:37:22,429] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:37:22,598] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:37:22,770] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:37:22,943] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 20:37:22,972] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 20:37:22,991] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:37:23,161] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:37:23,334] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 20:37:23,505] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 20:37:23,783] {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-11 20:37:23,784] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 20:37:23,785] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 20:37:24,128] {pyAvaCore:93} INFO - Fetching [2022-11-11 20:37:24,128] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 20:37:25,156] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 20:37:25,157] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 20:37:25,158] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 20:37:25,160] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 20:37:25,163] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 20:37:25,164] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 20:37:25,165] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 20:37:25,166] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 20:37:25,167] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 20:37:25,167] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 21:07:02,014] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 21:07:02,391] {__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/11/2022' [2022-11-11 21:07:02,395] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 21:07:02,591] {__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-11 21:07:02,593] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 21:07:02,750] {__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-11 21:07:02,751] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 21:07:02,900] {__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-11 21:07:02,901] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 21:07:03,040] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 21:07:03,041] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 21:07:03,193] {__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-11 21:07:03,194] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 21:07:03,222] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 21:07:03,362] {__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-11 21:07:03,364] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 21:07:03,779] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 21:07:03,786] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 21:07:03,892] {__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-11 21:07:03,893] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 21:07:04,034] {__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-11 21:07:04,035] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 21:07:04,646] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 21:07:04,646] {__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-11 21:07:04,854] {__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-11 21:07:05,107] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:05,617] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:06,051] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:06,514] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:06,991] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:07,652] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:08,071] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:08,677] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:09,160] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:09,551] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:09,984] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:10,423] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:10,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:11,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:11,686] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:12,130] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:12,566] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 21: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-11 21:07:13,475] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:13,951] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:14,327] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:14,786] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:15,209] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:15,637] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:16,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-11 21:07:16,735] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:17,202] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:17,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-11 21:07:18,133] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:18,546] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:18,942] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:19,405] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:19,806] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:20,284] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 21: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-11 21:07:21,220] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 21:07:21,516] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 21:07:21,583] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 21:07:22,024] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 21:07:22,633] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 21:07:22,634] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 21:07:22,650] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 21:07:22,652] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 21:07:22,652] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 21:07:22,666] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 21:07:22,667] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 21:07:22,667] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 21:07:22,678] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 21:07:22,679] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:07:22,922] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:07:23,112] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:07:23,283] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 21:07:23,311] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 21:07:23,330] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:07:23,498] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:07:23,668] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:07:23,836] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 21:07:24,109] {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-11 21: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-11 21:07:24,110] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 21:07:24,452] {pyAvaCore:93} INFO - Fetching [2022-11-11 21:07:24,453] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 21:07:25,601] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 21:07:25,602] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 21:07:25,603] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 21:07:25,604] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 21:07:25,608] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 21:07:25,608] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 21:07:25,609] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 21:07:25,610] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 21:07:25,611] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 21:07:25,611] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 21:37:02,540] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 21: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/11/2022' [2022-11-11 21:37:02,920] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 21:37:03,149] {__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-11 21:37:03,152] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 21: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-11 21:37:03,319] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 21:37:03,471] {__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-11 21:37:03,472] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 21:37:03,622] {__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-11 21:37:03,623] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 21:37:03,774] {__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-11 21:37:03,775] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 21:37:03,802] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 21:37:03,958] {__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-11 21:37:03,959] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 21:37:04,273] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 21:37:04,278] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 21:37:04,398] {__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-11 21:37:04,400] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 21:37:04,546] {__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-11 21:37:04,547] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 21:37:05,126] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 21:37:05,126] {__main__:178} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 130, in download_region f.write(data) TypeError: unicode argument expected, got 'bytes' [2022-11-11 21:37:05,412] {__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-11 21:37:05,640] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:06,157] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:06,594] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:07,057] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37: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-11 21:37:07,964] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:08,373] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:08,813] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:09,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-11 21:37:09,724] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:10,170] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:10,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:11,033] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:11,387] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:11,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:12,194] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:12,684] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:13,098] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:13,481] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:13,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:14,333] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:14,760] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:15,221] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:15,636] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:16,089] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:16,438] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:16,857] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:17,247] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:17,717] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:18,335] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:18,691] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:19,193] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:19,690] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:20,113] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:20,564] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:20,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 21:37:21,269] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 21:37:21,331] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 21:37:21,619] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 21:37:22,254] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 21:37:22,254] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 21:37:22,272] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 21:37:22,275] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 21:37:22,275] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 21:37:22,290] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 21:37:22,292] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 21:37:22,292] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 21:37:22,314] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 21:37:22,315] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:37:22,572] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:37:22,744] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:37:22,916] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 21:37:22,945] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 21:37:22,967] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:37:23,134] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:37:23,306] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 21:37:23,475] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 21:37:23,750] {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-11 21:37:23,750] {__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-11 21:37:23,751] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 21:37:24,082] {pyAvaCore:93} INFO - Fetching [2022-11-11 21:37:24,083] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 21:37:25,318] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 21:37:25,320] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 21:37:25,320] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 21:37:25,322] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 21:37:25,329] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 21:37:25,329] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 21:37:25,330] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 21:37:25,332] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 21:37:25,332] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 21:37:25,333] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 22:07:02,490] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 22:07:03,296] {__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/11/2022' [2022-11-11 22:07:03,300] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 22:07:03,498] {__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-11 22:07:03,501] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 22:07:03,646] {__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-11 22:07:03,647] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 22:07:03,798] {__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-11 22:07:03,799] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 22:07:03,941] {__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-11 22:07:03,942] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 22:07:04,083] {__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-11 22:07:04,084] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 22:07:04,111] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 22:07:04,264] {__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-11 22:07:04,265] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 22:07:04,673] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 22:07:04,678] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 22:07:04,767] {__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-11 22:07:04,768] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 22:07:04,910] {__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-11 22:07:04,911] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 22:07:05,490] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 22:07:05,490] {__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-11 22:07:05,688] {__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-11 22:07:05,967] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:06,493] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:06,998] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:07,432] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:07,915] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:08,396] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:08,946] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:09,345] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:09,773] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:10,210] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:10,752] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:11,242] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:11,772] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:12,269] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:12,649] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:13,059] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:13,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:13,882] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:14,311] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:14,717] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:15,172] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:15,598] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:16,021] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:16,480] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:16,934] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:17,407] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:17,878] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:18,279] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:18,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:19,128] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:19,597] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:19,966] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:20,452] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:20,883] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:21,251] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 22:07:21,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-11 22:07:21,933] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 22:07:22,004] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 22:07:22,376] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 22:07:22,948] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 22:07:22,948] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 22:07:22,965] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 22:07:22,967] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 22:07:22,967] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 22:07:22,985] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 22:07:22,986] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 22:07:22,987] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 22:07:22,998] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 22:07:22,999] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:07:23,222] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:07:23,391] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:07:23,575] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 22:07:23,602] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 22:07:23,623] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:07:23,794] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:07:23,964] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:07:24,134] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 22:07:24,413] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 22:07:24,414] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 22:07:24,414] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 22:07:24,718] {pyAvaCore:93} INFO - Fetching [2022-11-11 22:07:24,718] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 22:07:25,836] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 22:07:25,837] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 22:07:25,837] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 22:07:25,841] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 22:07:25,846] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 22:07:25,846] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 22:07:25,847] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 22:07:25,848] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 22:07:25,849] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 22:07:25,850] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 22:37:02,632] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 22:37:02,997] {__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/11/2022' [2022-11-11 22:37:03,000] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 22:37:03,213] {__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-11 22:37:03,215] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 22:37:03,375] {__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-11 22:37:03,376] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 22:37:03,529] {__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-11 22:37:03,530] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 22:37:03,706] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 22:37:03,707] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 22:37:03,887] {__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-11 22:37:03,888] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 22:37:03,916] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 22:37:04,067] {__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-11 22:37:04,068] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 22:37:04,391] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 22:37:04,396] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 22:37:04,503] {__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-11 22:37:04,504] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 22:37:04,652] {__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-11 22:37:04,653] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 22:37:05,210] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 22:37:05,210] {__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-11 22:37:05,463] {__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-11 22:37:05,716] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:06,395] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:06,866] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:07,297] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:07,698] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:08,154] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:08,670] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 22: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-11 22:37:09,558] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:09,983] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:10,389] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:10,834] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:11,287] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:11,712] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:12,162] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:12,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:13,047] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:13,486] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:13,909] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:14,282] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:14,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:15,056] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:15,680] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:16,121] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:16,521] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:16,959] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 22: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-11 22:37:17,821] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:18,286] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:18,634] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:19,053] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:19,422] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:19,795] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:20,244] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:20,643] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:21,174] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 22:37:21,483] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 22:37:21,569] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 22:37:21,852] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 22:37:22,273] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 22:37:22,274] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 22:37:22,288] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 22:37:22,291] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 22:37:22,292] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 22:37:22,306] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 22:37:22,307] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 22:37:22,308] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 22:37:22,320] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 22:37:22,321] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:37:22,503] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:37:22,676] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:37:22,851] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 22:37:22,878] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 22:37:22,897] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:37:23,070] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:37:23,293] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 22:37:23,466] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 22:37:23,774] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 22:37:23,775] {__main__:178} ERROR - Failed to download NO Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 69, in get_bulletins reports = process_all_reports_no() File "/opt/pyAvaCore/avacore/processor_norway.py", line 75, in process_all_reports_no for report in m_reports.bulletins: UnboundLocalError: local variable 'm_reports' referenced before assignment [2022-11-11 22:37:23,776] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 22:37:24,090] {pyAvaCore:93} INFO - Fetching [2022-11-11 22:37:24,091] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 22:37:25,196] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 22:37:25,197] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 22:37:25,198] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 22:37:25,199] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 22:37:25,202] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 22:37:25,203] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 22:37:25,204] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 22:37:25,205] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 22:37:25,206] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 22:37:25,207] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 23:07:02,190] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 23:07:02,566] {__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/11/2022' [2022-11-11 23:07:02,570] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 23:07:02,838] {__main__:178} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 23:07:02,840] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 23:07:03,020] {__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-11 23:07:03,021] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 23:07:03,180] {__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-11 23:07:03,181] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 23:07:03,326] {__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-11 23:07:03,327] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 23:07:03,482] {__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-11 23:07:03,483] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 23:07:03,510] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 23:07:03,653] {__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-11 23:07:03,654] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 23:07:03,938] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 23:07:03,944] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 23:07:04,029] {__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-11 23:07:04,031] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 23:07:04,168] {__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-11 23:07:04,169] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 23:07:04,810] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 23:07:04,810] {__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-11 23:07:21,873] {__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-11 23:07:22,191] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:22,722] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:23,276] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:23,745] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:24,203] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:24,681] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:25,226] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:25,816] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:26,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:26,687] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:27,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-11 23:07:28,015] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:28,382] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:28,822] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:29,191] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:29,628] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:30,064] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:30,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:30,896] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:31,268] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:31,794] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:32,239] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:32,650] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:33,044] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:33,499] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:33,917] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:34,413] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:34,840] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:35,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-11 23:07:35,655] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:36,022] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:36,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:36,846] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:37,261] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:37,715] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:38,153] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 23:07:38,376] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 23:07:38,454] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 23:07:38,760] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 23:07:39,333] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 23:07:39,334] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 23:07:39,348] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 23:07:39,350] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 23:07:39,351] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 23:07:39,364] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 23:07:39,365] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 23:07:39,365] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 23:07:39,376] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 23:07:39,377] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:07:39,624] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:07:39,791] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:07:39,961] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 23:07:39,989] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 23:07:40,009] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:07:40,184] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:07:40,364] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:07:40,537] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 23:07:40,845] {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-11 23:07:40,846] {__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-11 23:07:40,847] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 23:07:41,157] {pyAvaCore:93} INFO - Fetching [2022-11-11 23:07:41,158] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 23:07:42,219] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 23:07:42,220] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 23:07:42,221] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 23:07:42,222] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 23:07:42,226] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 23:07:42,226] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 23:07:42,227] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 23:07:42,229] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 23:07:42,230] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 23:07:42,230] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json [2022-11-11 23:37:02,181] {pyAvaCore:99} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-11 23:37:02,574] {__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/11/2022' [2022-11-11 23:37:02,577] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-11 23:37:02,825] {__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-11 23:37:02,827] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-11 23:37:02,990] {__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-11 23:37:02,991] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-11 23:37:03,143] {__main__:178} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 23:37:03,144] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-11 23:37:03,301] {__main__:178} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 23:37:03,302] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-11 23:37:03,448] {__main__:178} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 100, in get_bulletins with urlopen(url) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found [2022-11-11 23:37:03,449] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 23:37:03,475] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-11 23:37:03,622] {__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-11 23:37:03,623] {processor_ch:46} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-11 23:37:03,905] {processor_ch:55} WARNING - Could not locate gk_regions2pdf.txt [2022-11-11 23:37:03,910] {processor_cz:43} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-11 23:37:03,997] {__main__:178} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 176, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 80, in get_bulletins reports = process_reports_cz() File "/opt/pyAvaCore/avacore/processor_cz.py", line 44, in process_reports_cz with urllib.request.urlopen(req) as response: File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden [2022-11-11 23:37:03,999] {pyAvaCore:99} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-11 23:37:04,141] {__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-11 23:37:04,142] {pyAvaCore:99} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-11 23:37:04,665] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-11 23:37:04,665] {__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-11 23:37:04,865] {__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-11 23:37:05,083] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:05,482] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:05,892] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:06,373] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:06,771] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:07,278] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:07,707] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:08,103] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:08,523] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:08,976] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:09,431] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:10,003] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:10,474] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:10,850] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:11,294] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:11,714] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:12,112] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:12,542] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:12,894] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:13,367] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:13,791] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:14,211] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:14,673] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:15,088] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:15,574] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:17,309] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:18,151] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:18,603] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:19,050] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:19,507] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:20,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-11 23:37:20,562] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:21,082] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:21,599] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:21,973] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:23,459] {processor_fr:60} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-11 23:37:23,884] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.json [2022-11-11 23:37:23,944] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 23:37:24,243] {processor_is:41} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-11 23:37:24,663] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.xml [2022-11-11 23:37:24,663] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.json [2022-11-11 23:37:24,677] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 23:37:24,680] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.xml [2022-11-11 23:37:24,680] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.json [2022-11-11 23:37:24,695] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-13/2022-11-13-IS.ratings.json [2022-11-11 23:37:24,697] {__main__:129} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.xml [2022-11-11 23:37:24,698] {__main__:136} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.json [2022-11-11 23:37:24,738] {__main__:150} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-14/2022-11-14-IS.ratings.json [2022-11-11 23:37:24,739] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:37:24,915] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:37:25,089] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:37:25,263] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 23:37:25,290] {pyAvaCore:99} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-11 23:37:25,315] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:37:25,493] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:37:25,665] {pyAvaCore:99} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-11 23:37:25,837] {processor_norway:53} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-11 23:37:26,117] {processor_norway:73} ERROR - Failed to download NO-3003 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/processor_norway.py", line 71, in process_all_reports_no m_reports = process_reports_no(region) File "/opt/pyAvaCore/avacore/processor_norway.py", line 59, in process_reports_no reports = parse_json_no(region_id, varsom_report) File "/opt/pyAvaCore/avacore/processor_norway.py", line 113, in parse_json_no for problem in varsom_report[current]["AvalancheProblems"]: TypeError: 'NoneType' object is not iterable [2022-11-11 23:37:26,118] {__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-11 23:37:26,119] {pyAvaCore:99} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-11 23:37:26,426] {pyAvaCore:93} INFO - Fetching [2022-11-11 23:37:26,426] {processor_sk:38} INFO - Fetching https://caaml.hzs.sk/ [2022-11-11 23:37:27,326] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-AD.ratings.json [2022-11-11 23:37:27,328] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-FR.ratings.json [2022-11-11 23:37:27,329] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10-IS.ratings.json [2022-11-11 23:37:27,330] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-10/2022-11-10.ratings.json [2022-11-11 23:37:27,337] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-FR.ratings.json [2022-11-11 23:37:27,337] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11-IS.ratings.json [2022-11-11 23:37:27,338] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-11/2022-11-11.ratings.json [2022-11-11 23:37:27,341] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-FR.ratings.json [2022-11-11 23:37:27,341] {__main__:191} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12-IS.ratings.json [2022-11-11 23:37:27,342] {__main__:201} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-12/2022-11-12.ratings.json