[2022-11-20 00:07:02,008] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 00:07:02,416] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 00:07:02,416] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 00:07:02,423] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 00:07:02,424] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,430] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,433] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,435] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,436] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,437] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,439] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,605] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 00:07:02,721] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 00:07:02,725] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 00:07:02,727] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 00:07:02,817] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 00:07:02,822] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,823] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:02,825] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 00:07:02,826] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 00:07:03,048] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 00:07:03,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:03,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:04,215] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:04,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:05,355] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:06,156] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:06,752] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:07,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:07,783] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:08,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:08,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:09,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:09,485] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:09,932] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:10,418] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:10,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:11,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:11,677] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:12,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:12,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:13,109] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:13,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:13,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:14,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:15,155] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:15,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:16,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:16,804] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:17,254] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:17,679] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:18,154] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:18,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:18,865] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:19,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:19,739] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:21,218] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 00:07:21,852] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 00:07:21,875] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 00:07:21,944] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 00:07:21,949] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 00:07:22,269] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 00:07:22,675] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 00:07:22,675] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 00:07:22,691] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 00:07:22,693] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 00:07:22,722] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 00:07:22,723] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,725] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,725] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,726] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,727] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,728] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,728] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,729] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:22,730] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 00:07:22,974] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 00:07:23,230] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 00:07:28,671] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 00:07:28,896] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 00:07:29,110] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 00:07:29,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 00:07:29,586] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 00:07:29,810] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 00:07:30,033] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 00:07:30,257] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 00:07:30,483] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 00:07:30,712] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 00:07:30,938] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 00:07:31,164] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 00:07:31,377] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 00:07:31,600] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 00:07:31,827] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 00:07:32,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 00:07:32,274] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 00:07:32,512] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 00:07:32,727] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 00:07:32,952] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 00:07:33,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 00:07:33,402] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 00:07:33,403] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 00:07:33,427] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 00:07:33,429] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:33,431] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:07:33,432] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 00:07:33,433] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 00:07:33,433] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 00:07:33,433] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 00:07:33,436] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 00:07:33,438] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 00:07:33,438] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 00:07:33,439] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 00:07:33,439] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 00:07:33,440] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 00:07:33,441] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 00:07:33,442] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 00:37:02,335] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 00:37:02,753] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 00:37:02,754] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 00:37:02,758] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 00:37:02,759] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:02,764] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:02,767] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:02,769] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:02,770] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:02,771] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:02,773] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:03,980] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 00:37:04,118] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 00:37:04,122] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 00:37:04,123] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 00:37:04,223] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 00:37:04,228] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:04,229] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:04,231] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 00:37:04,232] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 00:37:04,538] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 00:37:05,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:05,742] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:06,232] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:06,981] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:11,925] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:12,444] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:12,892] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:13,362] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:13,808] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:14,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:15,350] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:16,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:17,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:17,793] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:18,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:18,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:19,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:19,889] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:20,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:20,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:21,342] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:21,854] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:22,243] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:22,740] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:23,125] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:23,574] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:24,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:24,476] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:25,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:26,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:26,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:27,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:27,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:28,282] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:28,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:29,122] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 00:37:29,461] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 00:37:29,479] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 00:37:29,552] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 00:37:29,556] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 00:37:29,852] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 00:37:30,261] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 00:37:30,262] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 00:37:30,275] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 00:37:30,279] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 00:37:30,287] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 00:37:30,288] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,289] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,290] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,290] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,292] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,293] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,293] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,294] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:30,295] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 00:37:30,609] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 00:37:30,823] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 00:37:31,048] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 00:37:31,271] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 00:37:31,492] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 00:37:31,714] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 00:37:31,935] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 00:37:32,158] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 00:37:32,377] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 00:37:32,604] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 00:37:32,831] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 00:37:33,055] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 00:37:33,277] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 00:37:33,502] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 00:37:33,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 00:37:33,953] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 00:37:34,167] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 00:37:34,391] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 00:37:34,611] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 00:37:34,833] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 00:37:35,056] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 00:37:35,283] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 00:37:35,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 00:37:35,734] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 00:37:35,735] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 00:37:35,767] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 00:37:35,769] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:35,771] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 00:37:35,772] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 00:37:35,773] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 00:37:35,773] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 00:37:35,774] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 00:37:35,775] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 00:37:35,777] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 00:37:35,778] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 00:37:35,778] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 00:37:35,779] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 00:37:35,779] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 00:37:35,781] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 00:37:35,781] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 01:07:02,939] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 01:07:03,334] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 01:07:03,334] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 01:07:03,339] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 01:07:03,340] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,345] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,348] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,350] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,351] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,353] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,354] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,524] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 01:07:03,641] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 01:07:03,645] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 01:07:03,646] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 01:07:03,732] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 01:07:03,739] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,740] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:03,742] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 01:07:03,743] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 01:07:03,967] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 01:07:04,119] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:05,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:06,105] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:06,920] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:07,377] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:07,800] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:08,821] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:10,490] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:11,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:11,704] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:12,362] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:12,759] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:13,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:13,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:13,996] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:14,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:14,840] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:15,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:15,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:16,376] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:16,813] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:18,407] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:19,079] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:19,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:20,171] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:20,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:21,073] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:21,961] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:22,492] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:23,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:23,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:24,527] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:25,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:25,441] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:25,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:26,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 01:07:26,703] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 01:07:26,721] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 01:07:26,799] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 01:07:26,803] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 01:07:27,160] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 01:07:27,658] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 01:07:27,659] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 01:07:27,671] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 01:07:27,674] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 01:07:27,680] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 01:07:27,681] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,682] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,683] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,684] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,685] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,686] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,686] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,687] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:27,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 01:07:27,914] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 01:07:28,132] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 01:07:28,379] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 01:07:28,600] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 01:07:28,818] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 01:07:29,044] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 01:07:29,260] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 01:07:29,480] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 01:07:29,702] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 01:07:29,928] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 01:07:30,154] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 01:07:30,430] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 01:07:30,660] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 01:07:30,882] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 01:07:31,109] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 01:07:31,332] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 01:07:31,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 01:07:31,778] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 01:07:32,000] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 01:07:32,224] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 01:07:32,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 01:07:32,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 01:07:32,896] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 01:07:33,118] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 01:07:33,119] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 01:07:33,159] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 01:07:33,163] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:33,164] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:07:33,165] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 01:07:33,166] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 01:07:33,166] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 01:07:33,167] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 01:07:33,168] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 01:07:33,171] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 01:07:33,171] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 01:07:33,172] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 01:07:33,172] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 01:07:33,172] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 01:07:33,174] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 01:07:33,175] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 01:37:02,067] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 01:37:02,374] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 01:37:02,374] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 01:37:02,379] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 01:37:02,379] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:02,385] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:02,388] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:02,390] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:02,391] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:02,392] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:02,393] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:02,733] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 01:37:02,887] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 01:37:02,891] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 01:37:02,892] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 01:37:03,005] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 01:37:03,010] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:03,011] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:03,014] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 01:37:03,014] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 01:37:03,268] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 01:37:03,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:04,472] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:04,981] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:05,715] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:06,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:06,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:07,120] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:07,571] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:07,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:08,424] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:08,823] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:09,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:09,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:10,175] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:10,787] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:11,218] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:11,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:12,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:12,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:13,154] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:13,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:14,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:14,434] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:14,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:15,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:15,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:16,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:16,478] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:16,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:17,770] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:25,363] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:25,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:26,306] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:26,825] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:27,311] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:27,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 01:37:28,024] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 01:37:28,042] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 01:37:28,113] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 01:37:28,117] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 01:37:28,413] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 01:37:28,828] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 01:37:28,828] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 01:37:28,834] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 01:37:28,836] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 01:37:28,850] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 01:37:28,852] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,854] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,855] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,856] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,857] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,858] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,859] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,860] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:28,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 01:37:29,112] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 01:37:29,343] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 01:37:29,569] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 01:37:29,793] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 01:37:30,015] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 01:37:30,300] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 01:37:30,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 01:37:30,753] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 01:37:30,980] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 01:37:31,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 01:37:31,429] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 01:37:31,653] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 01:37:31,873] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 01:37:32,098] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 01:37:32,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 01:37:32,551] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 01:37:32,766] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 01:37:32,985] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 01:37:33,216] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 01:37:33,447] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 01:37:33,668] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 01:37:33,892] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 01:37:34,116] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 01:37:34,341] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 01:37:34,342] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 01:37:34,379] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 01:37:34,383] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:34,384] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 01:37:34,386] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 01:37:34,387] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 01:37:34,388] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 01:37:34,389] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 01:37:34,391] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 01:37:34,393] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 01:37:34,394] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 01:37:34,395] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 01:37:34,395] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 01:37:34,396] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 01:37:34,399] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 01:37:34,400] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 02:07:02,432] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 02:07:02,824] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 02:07:02,824] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 02:07:02,829] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 02:07:02,830] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:02,836] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:02,841] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:02,844] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:02,846] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:02,847] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:02,849] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:03,020] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 02:07:03,186] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 02:07:03,190] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 02:07:03,192] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 02:07:03,277] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 02:07:03,282] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:03,283] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:03,285] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 02:07:03,286] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 02:07:03,483] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 02:07:03,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:04,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:04,861] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:05,319] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:05,801] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:06,263] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:06,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:07,102] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:07,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:07,935] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:08,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:08,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:09,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:09,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:10,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:10,559] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:10,989] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:11,437] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:11,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:12,596] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:13,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:13,478] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:14,184] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:14,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:15,137] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:15,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:15,884] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:16,285] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:16,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:17,396] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:17,746] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:18,203] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:18,610] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:19,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:19,972] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:20,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 02:07:20,814] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 02:07:20,835] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 02:07:20,903] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 02:07:20,907] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 02:07:21,380] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 02:07:21,798] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 02:07:21,798] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 02:07:21,811] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 02:07:21,813] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 02:07:21,820] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 02:07:21,821] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,822] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,823] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,824] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,825] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,826] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,827] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,827] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:21,829] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 02:07:22,082] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 02:07:22,308] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 02:07:22,534] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 02:07:22,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 02:07:22,980] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 02:07:23,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 02:07:23,428] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 02:07:23,655] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 02:07:23,881] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 02:07:24,108] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 02:07:24,333] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 02:07:24,559] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 02:07:24,785] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 02:07:25,010] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 02:07:25,236] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 02:07:25,462] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 02:07:25,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 02:07:25,916] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 02:07:26,142] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 02:07:26,369] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 02:07:26,593] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 02:07:26,817] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 02:07:27,041] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 02:07:27,265] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 02:07:27,266] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 02:07:27,301] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 02:07:27,304] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:27,305] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:07:27,307] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 02:07:27,307] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 02:07:27,308] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 02:07:27,308] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 02:07:27,310] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 02:07:27,312] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 02:07:27,313] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 02:07:27,313] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 02:07:27,314] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 02:07:27,315] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 02:07:27,317] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 02:07:27,317] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 02:37:02,125] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 02:37:02,529] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 02:37:02,530] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 02:37:02,534] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 02:37:02,535] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:02,540] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:02,544] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:02,546] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:02,547] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:02,548] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:02,549] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:02,796] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 02:37:02,911] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 02:37:02,916] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 02:37:02,917] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 02:37:03,030] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 02:37:03,036] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:03,037] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:03,039] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 02:37:03,040] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 02:37:03,306] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 02:37:03,474] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:04,011] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:04,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:04,948] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:05,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:05,822] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:06,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:06,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:07,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:07,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:08,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:08,535] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:10,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:10,683] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:11,197] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:11,622] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:12,072] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:12,557] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:13,050] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:13,493] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:14,260] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:14,671] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:15,149] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:15,823] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:16,619] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:17,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:17,599] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:18,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:18,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:19,231] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:19,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:20,262] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:20,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:21,503] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:21,911] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:22,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 02:37:22,684] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 02:37:22,703] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 02:37:22,774] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 02:37:22,778] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 02:37:23,091] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 02:37:23,653] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 02:37:23,654] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 02:37:23,668] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 02:37:23,672] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 02:37:23,680] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 02:37:23,681] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,682] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,683] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,684] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,685] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,686] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,687] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,688] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:23,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 02:37:23,955] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 02:37:24,177] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 02:37:24,404] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 02:37:24,631] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 02:37:24,855] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 02:37:25,079] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 02:37:25,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 02:37:25,529] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 02:37:25,750] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 02:37:25,976] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 02:37:26,201] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 02:37:26,428] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 02:37:26,654] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 02:37:26,880] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 02:37:27,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 02:37:27,327] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 02:37:27,552] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 02:37:27,777] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 02:37:28,001] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 02:37:28,223] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 02:37:28,446] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 02:37:28,668] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 02:37:28,890] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 02:37:29,122] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 02:37:29,123] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 02:37:29,156] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 02:37:29,158] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:29,159] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 02:37:29,161] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 02:37:29,161] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 02:37:29,162] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 02:37:29,162] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 02:37:29,165] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 02:37:29,167] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 02:37:29,167] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 02:37:29,168] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 02:37:29,168] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 02:37:29,168] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 02:37:29,170] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 02:37:29,171] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 03:07:01,948] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 03:07:02,230] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 03:07:02,230] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 03:07:02,235] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 03:07:02,236] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,241] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,245] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,247] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,248] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,249] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,250] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,392] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 03:07:02,512] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 03:07:02,516] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 03:07:02,517] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 03:07:02,606] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 03:07:02,611] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,613] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:02,615] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 03:07:02,615] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 03:07:02,844] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 03:07:03,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:03,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:04,403] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:04,975] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:05,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:05,969] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:06,626] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:07,024] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:07,423] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:07,831] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:08,180] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:08,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:10,009] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:10,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:10,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:11,294] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:11,789] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:12,244] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:12,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:13,332] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:14,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:14,606] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:15,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:16,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:17,312] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:17,755] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:18,189] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:18,606] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:19,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:19,484] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:20,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:20,524] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:20,962] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:21,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:22,014] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:22,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 03:07:23,023] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 03:07:23,041] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 03:07:23,116] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 03:07:23,120] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 03:07:23,597] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 03:07:24,002] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 03:07:24,003] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 03:07:24,010] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 03:07:24,011] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 03:07:24,027] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 03:07:24,028] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,029] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,030] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,031] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,032] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,032] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,033] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,034] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:24,035] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 03:07:24,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 03:07:24,558] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 03:07:24,789] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 03:07:25,017] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 03:07:25,244] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 03:07:25,474] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 03:07:25,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 03:07:25,929] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 03:07:26,156] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 03:07:26,383] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 03:07:26,606] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 03:07:26,830] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 03:07:27,052] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 03:07:27,275] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 03:07:27,524] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 03:07:27,747] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 03:07:27,968] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 03:07:28,192] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 03:07:28,412] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 03:07:28,637] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 03:07:28,863] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 03:07:29,086] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 03:07:29,313] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 03:07:29,544] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 03:07:29,545] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 03:07:29,573] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 03:07:29,575] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:29,576] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:07:29,578] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 03:07:29,578] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 03:07:29,579] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 03:07:29,579] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 03:07:29,580] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 03:07:29,582] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 03:07:29,583] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 03:07:29,583] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 03:07:29,584] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 03:07:29,584] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 03:07:29,586] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 03:07:29,587] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 03:37:02,629] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 03:37:03,028] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 03:37:03,029] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 03:37:03,033] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 03:37:03,034] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,039] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,042] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,044] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,045] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,047] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,048] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,341] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 03:37:03,468] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 03:37:03,472] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 03:37:03,474] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 03:37:03,591] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 03:37:03,597] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,598] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:03,600] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 03:37:03,601] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 03:37:03,942] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 03:37:04,225] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:07,818] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:12,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:13,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:14,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:14,475] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:14,939] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:15,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:16,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:16,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:17,168] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:17,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:18,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:19,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:19,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:19,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:20,743] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:21,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:21,840] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:22,353] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:22,843] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:24,323] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:24,703] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:25,160] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:25,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:25,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:26,673] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:27,357] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:27,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:28,231] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:28,625] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:29,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:29,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:29,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:30,718] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:31,166] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 03:37:31,448] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 03:37:31,470] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 03:37:31,533] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 03:37:31,537] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 03:37:31,842] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 03:37:32,404] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 03:37:32,405] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 03:37:32,416] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 03:37:32,418] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 03:37:32,425] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 03:37:32,427] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,428] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,429] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,430] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,430] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,431] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,432] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,433] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:32,434] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 03:37:32,733] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 03:37:32,955] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 03:37:33,178] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 03:37:33,408] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 03:37:33,640] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 03:37:33,875] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 03:37:34,115] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 03:37:34,353] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 03:37:34,587] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 03:37:34,816] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 03:37:35,048] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 03:37:35,276] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 03:37:35,505] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 03:37:35,730] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 03:37:35,963] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 03:37:36,190] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 03:37:36,414] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 03:37:36,644] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 03:37:36,871] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 03:37:37,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 03:37:37,311] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 03:37:37,535] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 03:37:37,759] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 03:37:37,982] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 03:37:37,983] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 03:37:38,019] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 03:37:38,021] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:38,023] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 03:37:38,024] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 03:37:38,025] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 03:37:38,025] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 03:37:38,026] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 03:37:38,027] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 03:37:38,030] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 03:37:38,031] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 03:37:38,031] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 03:37:38,031] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 03:37:38,033] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 03:37:38,035] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 03:37:38,035] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 04:07:01,859] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 04:07:02,145] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 04:07:02,146] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 04:07:02,150] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 04:07:02,151] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,156] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,160] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,162] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,163] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,164] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,166] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,311] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 04:07:02,427] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 04:07:02,431] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 04:07:02,432] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 04:07:02,533] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 04:07:02,538] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,540] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:02,542] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 04:07:02,543] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 04:07:02,778] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 04:07:02,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:03,396] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:03,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:04,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:04,844] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:05,593] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:06,340] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:06,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:07,747] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:08,225] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:08,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:09,393] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:09,841] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:10,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:11,138] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:11,783] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:12,253] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:12,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:13,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:13,513] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:14,049] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:14,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:14,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:15,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:15,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:16,093] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:16,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:18,035] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:18,450] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:19,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:20,244] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:21,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:22,328] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:22,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:23,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:23,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 04:07:23,891] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 04:07:23,910] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 04:07:23,981] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 04:07:23,985] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 04:07:24,393] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 04:07:24,796] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 04:07:24,797] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 04:07:24,812] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 04:07:24,814] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 04:07:24,851] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 04:07:24,852] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,853] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,854] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,855] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,855] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,856] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,857] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,858] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:24,859] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 04:07:25,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 04:07:25,319] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 04:07:25,547] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 04:07:25,769] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 04:07:25,993] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 04:07:26,212] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 04:07:26,439] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 04:07:26,658] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 04:07:26,880] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 04:07:27,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 04:07:27,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 04:07:27,550] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 04:07:27,772] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 04:07:27,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 04:07:28,221] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 04:07:28,442] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 04:07:28,668] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 04:07:28,887] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 04:07:29,116] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 04:07:29,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 04:07:29,567] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 04:07:29,793] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 04:07:30,018] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 04:07:30,244] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 04:07:30,245] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 04:07:30,272] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 04:07:30,275] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:30,277] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:07:30,278] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 04:07:30,279] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 04:07:30,279] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 04:07:30,280] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 04:07:30,281] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 04:07:30,283] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 04:07:30,284] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 04:07:30,284] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 04:07:30,284] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 04:07:30,285] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 04:07:30,287] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 04:07:30,287] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 04:37:01,964] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 04:37:02,358] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 04:37:02,360] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 04:37:02,364] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 04:37:02,365] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,370] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,373] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,375] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,376] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,377] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,378] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,575] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 04:37:02,699] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 04:37:02,703] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 04:37:02,704] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 04:37:02,807] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 04:37:02,812] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,813] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:02,815] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 04:37:02,816] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 04:37:03,164] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 04:37:04,359] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:06,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:09,331] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:09,958] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:10,445] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:10,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:11,390] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:11,905] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:12,319] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:12,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:13,203] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:13,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:14,347] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:14,822] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:15,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:15,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:16,102] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:16,550] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:16,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:17,359] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:17,834] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:18,229] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:19,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:19,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:20,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:20,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:21,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:21,812] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:22,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:22,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:23,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:23,776] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:24,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:24,521] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:24,901] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:25,371] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 04:37:25,716] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 04:37:25,733] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 04:37:25,803] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 04:37:25,807] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 04:37:26,151] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 04:37:26,558] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 04:37:26,559] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 04:37:26,571] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 04:37:26,572] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 04:37:26,586] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 04:37:26,586] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,588] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,589] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,589] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,590] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,591] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,592] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,592] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:26,593] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 04:37:26,891] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 04:37:27,115] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 04:37:27,343] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 04:37:27,569] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 04:37:27,795] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 04:37:28,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 04:37:28,241] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 04:37:28,469] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 04:37:28,697] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 04:37:28,955] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 04:37:29,178] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 04:37:29,396] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 04:37:29,627] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 04:37:29,863] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 04:37:30,080] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 04:37:30,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 04:37:30,536] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 04:37:30,759] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 04:37:30,985] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 04:37:31,210] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 04:37:31,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 04:37:31,663] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 04:37:31,891] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 04:37:32,119] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 04:37:32,119] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 04:37:32,148] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 04:37:32,150] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:32,151] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 04:37:32,152] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 04:37:32,153] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 04:37:32,153] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 04:37:32,154] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 04:37:32,155] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 04:37:32,157] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 04:37:32,158] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 04:37:32,158] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 04:37:32,159] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 04:37:32,159] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 04:37:32,162] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 04:37:32,162] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 05:07:01,857] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 05:07:02,134] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 05:07:02,134] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 05:07:02,139] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 05:07:02,140] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,145] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,148] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,150] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,151] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,152] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,154] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,324] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 05:07:02,442] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 05:07:02,447] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 05:07:02,448] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 05:07:02,536] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 05:07:02,541] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,542] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:02,544] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 05:07:02,545] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 05:07:02,737] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 05:07:02,891] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:04,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:04,900] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:05,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:05,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:06,375] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:06,753] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:07,125] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:07,625] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:08,060] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:08,935] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:09,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:09,852] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:11,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:11,474] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:11,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:12,541] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:12,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:13,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:13,839] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:14,426] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:14,844] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:15,303] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:15,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:16,127] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:16,509] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:16,990] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:17,566] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:18,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:18,504] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:18,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:19,261] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:19,839] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:20,483] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:20,960] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:21,673] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 05:07:21,973] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 05:07:21,991] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 05:07:22,073] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 05:07:22,078] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 05:07:22,501] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 05:07:23,001] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 05:07:23,002] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 05:07:23,015] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 05:07:23,017] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 05:07:23,025] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 05:07:23,028] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,029] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,030] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,030] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,031] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,032] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,033] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,034] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:23,035] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 05:07:23,287] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 05:07:23,514] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 05:07:23,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 05:07:23,988] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 05:07:24,209] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 05:07:24,433] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 05:07:24,650] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 05:07:24,875] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 05:07:25,097] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 05:07:25,320] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 05:07:25,547] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 05:07:25,772] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 05:07:26,008] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 05:07:26,287] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 05:07:26,529] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 05:07:26,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 05:07:27,009] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 05:07:27,238] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 05:07:27,469] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 05:07:27,704] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 05:07:27,928] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 05:07:28,153] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 05:07:28,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 05:07:28,600] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 05:07:28,601] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 05:07:28,638] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 05:07:28,639] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:28,640] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:07:28,642] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 05:07:28,642] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 05:07:28,643] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 05:07:28,643] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 05:07:28,645] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 05:07:28,647] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 05:07:28,648] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 05:07:28,648] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 05:07:28,649] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 05:07:28,649] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 05:07:28,651] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 05:07:28,652] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 05:37:02,582] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 05:37:02,988] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 05:37:02,989] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 05:37:02,994] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 05:37:02,995] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,000] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,004] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,006] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,007] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,008] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,009] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,309] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 05:37:03,425] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 05:37:03,429] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 05:37:03,430] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 05:37:03,537] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 05:37:03,542] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,543] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:03,545] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 05:37:03,546] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 05:37:03,845] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 05:37:04,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:04,737] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:05,258] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:05,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:06,281] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:06,867] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:07,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:07,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:08,368] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:08,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:09,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:09,765] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:10,276] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:11,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:11,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:12,059] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:12,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:13,042] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:13,524] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:13,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:14,684] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:15,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:15,670] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:16,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:16,799] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:17,229] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:17,622] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:18,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:18,425] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:18,805] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:20,366] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:20,742] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:21,260] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:21,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:22,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:22,533] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 05:37:22,937] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 05:37:22,959] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 05:37:23,054] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 05:37:23,060] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 05:37:23,383] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 05:37:23,785] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 05:37:23,786] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 05:37:23,799] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 05:37:23,801] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 05:37:23,815] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 05:37:23,816] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,817] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,818] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,819] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,820] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,820] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,821] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,822] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:23,823] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 05:37:24,064] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 05:37:24,282] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 05:37:24,516] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 05:37:24,740] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 05:37:24,961] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 05:37:25,184] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 05:37:25,409] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 05:37:25,633] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 05:37:25,853] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 05:37:26,079] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 05:37:26,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 05:37:26,607] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 05:37:26,887] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 05:37:27,140] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 05:37:27,388] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 05:37:27,673] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 05:37:27,916] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 05:37:28,142] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 05:37:28,377] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 05:37:28,605] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 05:37:28,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 05:37:29,062] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 05:37:29,315] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 05:37:29,537] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 05:37:29,538] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 05:37:29,564] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 05:37:29,565] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:29,566] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 05:37:29,568] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 05:37:29,569] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 05:37:29,569] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 05:37:29,569] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 05:37:29,571] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 05:37:29,573] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 05:37:29,573] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 05:37:29,574] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 05:37:29,574] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 05:37:29,575] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 05:37:29,577] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 05:37:29,578] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 06:07:02,688] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 06:07:03,098] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 06:07:03,100] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 06:07:03,104] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 06:07:03,105] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,111] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,114] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,116] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,117] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,118] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,120] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,292] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 06:07:03,409] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 06:07:03,414] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 06:07:03,415] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 06:07:03,523] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 06:07:03,528] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,529] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:03,531] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 06:07:03,532] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 06:07:03,731] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 06:07:03,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:04,925] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:06,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:07,124] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:08,640] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:09,211] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:09,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:10,233] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:10,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:11,125] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:11,861] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:13,376] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:13,842] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:14,269] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:14,866] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:15,558] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:16,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:16,700] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:17,410] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:17,854] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:18,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:18,725] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:19,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:19,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:20,187] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:20,608] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:21,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:21,505] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:22,152] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:22,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:23,186] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:23,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:24,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:25,153] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:25,550] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:26,231] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 06:07:26,574] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 06:07:26,595] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 06:07:26,680] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 06:07:26,684] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 06:07:26,967] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 06:07:27,536] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 06:07:27,536] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 06:07:27,550] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 06:07:27,552] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 06:07:27,559] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 06:07:27,560] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,562] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,563] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,564] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,564] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,565] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,566] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,567] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:27,568] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 06:07:27,901] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 06:07:28,121] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 06:07:28,339] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 06:07:28,556] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 06:07:28,826] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 06:07:29,047] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 06:07:29,272] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 06:07:29,499] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 06:07:29,720] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 06:07:29,945] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 06:07:30,169] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 06:07:30,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 06:07:30,616] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 06:07:30,840] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 06:07:31,065] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 06:07:31,292] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 06:07:31,518] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 06:07:31,746] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 06:07:31,969] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 06:07:32,192] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 06:07:32,422] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 06:07:32,645] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 06:07:33,179] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 06:07:33,719] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 06:07:33,720] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 06:07:33,767] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 06:07:33,770] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:33,771] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:07:33,772] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 06:07:33,774] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 06:07:33,774] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 06:07:33,775] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 06:07:33,776] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 06:07:33,778] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 06:07:33,779] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 06:07:33,779] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 06:07:33,780] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 06:07:33,780] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 06:07:33,782] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 06:07:33,783] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 06:37:02,754] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 06:37:03,158] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 06:37:03,160] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 06:37:03,165] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 06:37:03,166] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,172] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,175] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,177] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,178] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,179] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,180] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,450] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 06:37:03,566] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 06:37:03,570] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 06:37:03,571] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 06:37:03,691] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 06:37:03,696] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,697] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:03,699] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 06:37:03,700] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 06:37:04,082] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 06:37:04,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:04,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:05,402] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:05,920] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:06,381] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:06,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:07,192] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:07,635] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:08,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:08,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:08,912] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:09,421] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:09,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:10,375] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:10,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:11,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:11,586] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:12,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:12,455] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:12,888] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:13,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:13,792] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:14,211] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:14,647] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:15,072] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:15,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:16,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:16,907] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:17,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:17,731] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:18,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:18,685] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:19,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:19,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:19,859] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:20,305] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 06:37:20,622] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 06:37:20,648] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 06:37:20,750] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 06:37:20,754] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 06:37:21,054] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 06:37:21,458] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 06:37:21,459] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 06:37:21,466] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 06:37:21,469] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 06:37:21,483] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 06:37:21,483] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,484] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,485] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,486] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,487] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,487] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,488] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,489] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:21,490] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 06:37:21,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 06:37:21,966] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 06:37:22,183] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 06:37:22,409] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 06:37:22,637] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 06:37:22,860] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 06:37:23,077] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 06:37:24,037] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 06:37:24,309] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 06:37:24,611] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 06:37:24,863] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 06:37:25,099] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 06:37:25,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 06:37:25,549] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 06:37:25,776] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 06:37:26,008] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 06:37:26,230] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 06:37:26,456] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 06:37:26,683] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 06:37:26,903] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 06:37:27,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 06:37:27,478] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 06:37:27,749] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 06:37:27,974] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 06:37:27,975] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 06:37:28,006] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 06:37:28,009] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:28,011] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 06:37:28,012] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 06:37:28,013] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 06:37:28,013] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 06:37:28,014] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 06:37:28,016] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 06:37:28,019] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 06:37:28,020] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 06:37:28,020] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 06:37:28,021] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 06:37:28,021] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 06:37:28,023] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 06:37:28,023] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 07:07:02,273] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 07:07:02,658] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 07:07:02,658] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 07:07:02,663] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 07:07:02,664] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:02,669] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:02,672] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:02,674] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:02,675] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:02,676] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:02,678] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:02,847] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 07:07:02,962] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 07:07:02,966] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 07:07:02,968] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 07:07:03,055] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 07:07:03,060] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:03,061] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:03,063] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 07:07:03,063] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 07:07:03,359] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 07:07:03,548] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:04,258] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:04,744] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:05,237] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:05,759] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:06,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:06,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:07,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:07,505] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:07,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:08,392] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:08,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:09,231] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:09,653] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:10,348] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:10,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:11,262] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:11,739] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:12,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:12,508] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:12,900] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:13,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:13,728] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:14,249] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:14,685] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:15,531] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:15,977] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:16,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:17,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:17,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:17,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:19,410] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:19,780] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:20,264] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:20,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:21,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 07:07:21,368] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 07:07:21,383] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 07:07:21,455] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 07:07:21,459] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 07:07:21,888] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 07:07:22,292] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 07:07:22,292] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 07:07:22,305] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 07:07:22,307] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 07:07:22,321] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 07:07:22,321] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,322] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,323] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,324] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,325] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,325] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,326] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,327] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:22,328] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 07:07:22,605] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 07:07:22,886] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 07:07:23,120] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 07:07:23,368] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 07:07:23,620] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 07:07:23,856] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 07:07:24,137] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 07:07:24,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 07:07:24,599] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 07:07:24,825] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 07:07:25,049] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 07:07:25,275] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 07:07:25,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 07:07:25,723] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 07:07:25,946] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 07:07:26,172] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 07:07:26,399] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 07:07:26,624] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 07:07:26,844] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 07:07:27,065] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 07:07:27,354] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 07:07:27,584] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 07:07:27,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 07:07:28,029] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 07:07:28,030] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 07:07:28,058] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 07:07:28,061] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:28,062] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:07:28,064] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 07:07:28,066] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 07:07:28,066] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 07:07:28,066] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 07:07:28,068] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 07:07:28,070] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 07:07:28,071] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 07:07:28,072] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 07:07:28,072] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 07:07:28,073] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 07:07:28,075] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 07:07:28,075] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 07:37:02,199] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 07:37:02,660] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 07:37:02,661] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 07:37:02,666] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 07:37:02,666] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:02,672] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:02,675] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:02,677] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:02,678] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:02,679] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:02,681] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:02,908] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 07:37:03,052] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 07:37:03,056] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 07:37:03,057] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 07:37:03,218] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 07:37:03,223] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:03,224] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:03,227] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 07:37:03,228] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 07:37:03,607] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 07:37:03,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:04,503] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:05,056] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:05,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:06,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:06,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:07,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:07,624] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:08,160] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:08,632] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:09,063] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:09,529] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:09,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:10,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:11,089] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:11,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:11,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:12,312] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:12,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:13,131] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:13,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:13,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:14,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:15,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:15,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:16,342] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:16,846] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:17,232] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:17,644] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:18,122] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:18,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:19,150] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:19,586] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:19,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:20,378] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:20,765] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 07:37:21,106] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 07:37:21,120] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 07:37:21,196] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 07:37:21,200] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 07:37:21,495] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 07:37:22,057] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 07:37:22,058] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 07:37:22,071] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 07:37:22,072] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 07:37:22,079] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 07:37:22,080] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,081] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,082] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,083] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,083] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,084] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,085] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,086] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:22,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 07:37:22,337] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 07:37:22,562] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 07:37:22,786] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 07:37:23,010] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 07:37:23,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 07:37:23,456] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 07:37:23,677] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 07:37:23,899] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 07:37:24,128] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 07:37:24,352] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 07:37:24,574] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 07:37:24,796] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 07:37:25,010] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 07:37:25,229] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 07:37:25,452] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 07:37:25,674] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 07:37:25,895] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 07:37:26,118] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 07:37:26,347] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 07:37:26,567] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 07:37:26,795] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 07:37:27,027] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 07:37:27,318] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 07:37:27,545] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 07:37:27,547] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 07:37:27,591] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 07:37:27,594] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:27,596] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 07:37:27,597] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 07:37:27,598] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 07:37:27,598] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 07:37:27,599] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 07:37:27,599] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 07:37:27,602] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 07:37:27,603] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 07:37:27,604] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 07:37:27,604] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 07:37:27,605] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 07:37:27,607] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 07:37:27,608] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 08:07:02,437] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 08:07:02,810] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 08:07:02,812] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 08:07:02,817] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 08:07:02,818] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:02,823] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:02,827] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:02,829] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:02,830] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:02,831] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:02,832] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:02,998] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 08:07:03,117] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 08:07:03,121] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 08:07:03,123] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 08:07:03,230] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 08:07:03,235] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:03,236] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:03,238] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 08:07:03,239] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 08:07:03,553] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 08:07:03,776] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:04,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:04,958] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:05,593] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:06,036] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:06,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:07,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:07,561] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:08,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:09,008] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:09,383] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:10,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:10,651] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:11,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:11,618] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:12,094] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:12,834] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:14,214] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:14,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:16,455] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:16,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:17,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:17,701] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:18,375] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:18,776] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:19,219] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:19,656] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:20,002] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:20,428] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:20,887] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:21,346] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:21,831] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:22,175] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:22,632] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:22,997] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:23,486] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 08:07:23,741] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 08:07:23,758] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 08:07:23,827] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 08:07:23,833] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 08:07:24,184] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 08:07:24,589] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 08:07:24,590] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 08:07:24,603] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 08:07:24,605] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 08:07:24,620] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 08:07:24,621] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,622] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,623] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,624] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,625] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,625] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,626] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,627] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:24,628] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 08:07:24,859] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 08:07:25,106] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 08:07:25,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 08:07:25,599] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 08:07:25,851] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 08:07:26,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 08:07:26,330] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 08:07:26,556] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 08:07:26,782] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 08:07:27,005] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 08:07:27,289] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 08:07:27,519] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 08:07:27,744] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 08:07:28,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 08:07:28,227] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 08:07:28,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 08:07:28,671] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 08:07:28,902] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 08:07:29,115] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 08:07:29,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 08:07:29,568] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 08:07:29,792] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 08:07:30,023] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 08:07:30,249] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 08:07:30,250] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 08:07:30,278] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 08:07:30,280] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:30,282] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:07:30,283] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 08:07:30,284] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 08:07:30,285] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 08:07:30,285] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 08:07:30,287] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 08:07:30,289] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 08:07:30,290] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 08:07:30,290] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 08:07:30,291] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 08:07:30,291] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 08:07:30,293] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 08:07:30,293] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 08:37:02,265] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 08:37:02,672] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 08:37:02,674] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 08:37:02,679] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 08:37:02,680] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:02,686] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:02,689] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:02,692] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:02,693] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:02,695] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:02,697] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:03,008] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 08:37:03,123] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 08:37:03,127] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 08:37:03,129] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 08:37:03,247] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 08:37:03,252] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:03,253] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:03,255] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 08:37:03,256] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 08:37:03,641] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 08:37:03,963] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:04,790] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:05,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:06,745] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:07,146] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:07,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:08,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:08,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:09,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:09,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:10,359] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:11,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:11,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:12,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:12,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:14,478] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:14,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:15,343] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:15,742] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:16,140] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:16,626] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:17,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:17,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:17,942] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:18,314] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:18,961] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:19,388] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:19,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:20,177] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:20,656] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:26,168] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:26,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:27,076] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:27,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:27,964] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:28,615] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 08:37:28,873] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 08:37:28,892] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 08:37:28,966] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 08:37:28,970] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 08:37:29,288] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 08:37:29,853] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 08:37:29,854] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 08:37:29,866] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 08:37:29,869] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 08:37:29,876] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 08:37:29,877] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,878] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,879] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,880] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,881] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,882] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,882] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,883] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:29,885] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 08:37:30,166] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 08:37:30,391] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 08:37:30,615] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 08:37:30,842] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 08:37:31,064] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 08:37:31,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 08:37:31,519] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 08:37:31,745] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 08:37:31,974] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 08:37:32,200] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 08:37:32,424] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 08:37:32,643] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 08:37:32,868] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 08:37:33,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 08:37:33,320] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 08:37:33,546] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 08:37:33,769] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 08:37:33,994] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 08:37:34,213] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 08:37:34,474] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 08:37:34,693] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 08:37:34,920] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 08:37:35,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 08:37:35,360] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 08:37:35,361] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 08:37:35,399] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 08:37:35,403] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:35,404] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 08:37:35,405] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 08:37:35,409] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 08:37:35,410] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 08:37:35,410] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 08:37:35,412] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 08:37:35,415] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 08:37:35,417] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 08:37:35,417] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 08:37:35,417] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 08:37:35,418] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 08:37:35,420] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 08:37:35,420] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 09:07:01,976] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 09:07:02,367] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 09:07:02,368] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 09:07:02,373] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 09:07:02,374] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,379] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,382] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,385] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,386] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,387] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,388] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,559] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 09:07:02,673] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 09:07:02,677] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 09:07:02,679] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 09:07:02,764] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 09:07:02,769] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,770] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:02,772] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 09:07:02,773] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 09:07:04,171] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 09:07:04,419] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:04,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:05,398] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:05,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:06,353] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:06,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:07,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:07,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:08,351] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:08,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:09,274] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:09,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:10,207] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:10,688] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:11,129] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:11,511] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:11,971] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:12,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:12,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:13,377] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:13,820] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:14,274] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:14,967] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:15,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:15,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:16,331] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:16,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:17,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:18,078] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:18,490] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:18,881] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:19,305] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:19,741] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:20,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:20,504] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:20,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 09:07:21,182] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 09:07:21,196] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 09:07:21,274] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 09:07:21,278] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 09:07:21,685] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 09:07:22,143] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 09:07:22,143] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 09:07:22,159] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 09:07:22,161] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 09:07:22,170] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 09:07:22,171] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,172] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,173] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,174] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,174] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,175] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,176] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,177] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:22,178] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 09:07:22,452] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 09:07:22,710] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 09:07:22,958] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 09:07:23,186] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 09:07:23,414] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 09:07:23,640] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 09:07:23,867] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 09:07:24,094] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 09:07:24,319] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 09:07:24,545] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 09:07:24,772] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 09:07:24,998] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 09:07:25,225] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 09:07:25,448] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 09:07:25,664] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 09:07:25,937] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 09:07:26,168] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 09:07:26,382] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 09:07:26,601] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 09:07:26,830] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 09:07:27,053] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 09:07:27,270] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 09:07:27,495] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 09:07:27,721] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 09:07:27,722] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 09:07:27,756] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 09:07:27,760] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:27,761] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:07:27,763] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 09:07:27,764] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 09:07:27,765] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 09:07:27,765] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 09:07:27,768] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 09:07:27,771] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 09:07:27,772] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 09:07:27,773] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 09:07:27,773] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 09:07:27,774] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 09:07:27,777] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 09:07:27,778] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 09:37:02,704] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 09:37:03,068] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 09:37:03,069] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 09:37:03,074] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 09:37:03,074] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:03,080] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:03,083] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:03,085] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:03,086] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:03,087] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:03,089] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:04,483] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 09:37:04,599] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 09:37:04,603] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 09:37:04,605] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 09:37:04,716] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 09:37:04,720] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:04,722] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:04,724] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 09:37:04,724] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 09:37:05,037] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 09:37:05,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:06,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:06,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:07,112] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:07,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:08,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:08,521] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:08,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:09,374] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:09,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:10,166] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:10,605] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:11,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:11,568] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:12,021] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:12,397] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:12,793] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:13,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:13,659] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:14,088] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:14,557] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:15,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:15,601] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:16,187] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:16,641] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:17,294] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:17,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:18,080] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:18,557] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:18,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:19,449] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:20,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:20,510] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:20,968] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:21,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:21,771] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 09:37:22,073] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 09:37:22,088] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 09:37:22,156] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 09:37:22,160] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 09:37:22,439] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 09:37:22,845] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 09:37:22,845] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 09:37:22,863] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 09:37:22,864] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 09:37:22,873] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 09:37:22,874] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,876] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,876] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,877] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,878] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,879] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,880] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,880] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:22,882] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 09:37:23,153] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 09:37:23,380] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 09:37:23,604] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 09:37:23,819] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 09:37:24,046] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 09:37:24,274] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 09:37:24,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 09:37:24,734] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 09:37:24,968] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 09:37:25,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 09:37:25,424] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 09:37:25,664] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 09:37:25,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 09:37:26,121] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 09:37:26,354] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 09:37:26,583] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 09:37:26,810] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 09:37:27,038] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 09:37:27,262] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 09:37:27,486] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 09:37:27,714] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 09:37:27,935] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 09:37:28,159] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 09:37:28,384] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 09:37:28,385] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 09:37:28,413] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 09:37:28,417] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:28,419] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 09:37:28,420] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 09:37:28,421] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 09:37:28,421] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 09:37:28,421] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 09:37:28,422] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 09:37:28,424] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 09:37:28,425] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 09:37:28,425] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 09:37:28,425] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 09:37:28,426] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 09:37:28,428] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 09:37:28,428] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 10:07:02,379] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 10:07:02,790] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 10:07:02,791] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 10:07:02,795] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 10:07:02,796] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:02,801] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:02,804] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:02,806] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:02,807] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:02,808] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:02,810] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:02,988] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 10:07:03,143] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 10:07:03,147] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 10:07:03,148] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 10:07:03,256] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 10:07:03,261] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:03,262] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:03,264] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 10:07:03,265] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 10:07:03,525] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 10:07:03,802] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:04,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:04,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:05,391] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:05,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:06,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:06,789] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:08,364] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:09,714] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:10,129] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:10,680] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:11,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:11,996] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:12,449] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:12,964] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:13,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:13,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:14,344] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:14,722] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:15,193] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:15,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:16,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:16,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:17,160] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:17,657] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:18,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:18,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:18,939] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:19,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:19,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:20,402] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:20,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:21,204] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:21,624] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:22,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:22,435] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 10:07:22,776] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 10:07:22,792] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 10:07:22,870] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 10:07:22,875] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 10:07:23,224] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 10:07:23,790] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 10:07:23,791] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 10:07:23,802] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 10:07:23,802] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 10:07:23,812] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 10:07:23,813] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,814] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,815] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,816] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,816] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,817] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,818] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,819] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:23,820] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 10:07:24,090] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 10:07:24,314] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 10:07:24,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 10:07:24,767] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 10:07:24,996] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 10:07:25,220] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 10:07:25,443] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 10:07:25,668] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 10:07:25,886] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 10:07:26,109] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 10:07:26,333] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 10:07:26,580] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 10:07:26,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 10:07:27,034] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 10:07:27,256] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 10:07:27,479] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 10:07:27,705] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 10:07:27,933] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 10:07:28,159] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 10:07:28,380] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 10:07:28,609] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 10:07:28,834] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 10:07:29,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 10:07:29,284] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 10:07:29,285] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 10:07:29,329] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 10:07:29,332] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:29,334] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:07:29,335] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 10:07:29,336] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 10:07:29,337] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 10:07:29,338] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 10:07:29,338] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 10:07:29,341] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 10:07:29,342] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 10:07:29,343] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 10:07:29,343] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 10:07:29,344] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 10:07:29,346] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 10:07:29,346] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 10:37:02,002] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 10:37:02,379] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 10:37:02,379] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 10:37:02,384] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 10:37:02,385] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,390] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,393] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,395] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,396] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,397] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,398] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,546] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 10:37:02,672] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 10:37:02,677] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 10:37:02,678] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 10:37:02,780] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 10:37:02,785] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,786] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:02,788] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 10:37:02,789] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 10:37:02,985] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 10:37:03,173] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:03,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:04,114] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:04,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:05,030] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:05,508] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:06,030] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:06,450] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:06,804] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:07,328] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:07,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:09,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:09,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:10,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:10,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:11,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:11,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:11,907] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:12,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:12,824] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:13,283] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:13,683] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:14,075] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:14,430] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:14,889] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:15,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:15,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:16,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:16,608] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:17,059] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:17,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:17,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:18,379] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:18,848] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:19,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:19,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 10:37:19,987] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 10:37:20,004] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 10:37:20,081] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 10:37:20,085] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 10:37:20,406] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 10:37:20,855] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 10:37:20,855] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 10:37:20,868] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 10:37:20,870] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 10:37:20,883] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 10:37:20,885] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,886] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,887] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,887] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,888] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,889] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,890] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,891] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:20,892] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 10:37:21,152] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 10:37:21,396] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 10:37:21,627] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 10:37:21,854] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 10:37:22,067] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 10:37:22,285] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 10:37:22,509] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 10:37:22,736] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 10:37:22,962] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 10:37:23,190] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 10:37:23,472] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 10:37:23,694] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 10:37:23,918] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 10:37:24,138] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 10:37:24,370] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 10:37:24,596] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 10:37:24,817] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 10:37:25,044] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 10:37:25,269] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 10:37:25,496] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 10:37:25,722] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 10:37:25,945] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 10:37:26,168] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 10:37:26,399] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 10:37:26,400] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 10:37:26,427] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 10:37:26,429] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:26,431] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 10:37:26,431] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 10:37:26,432] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 10:37:26,433] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 10:37:26,434] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 10:37:26,435] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 10:37:26,437] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 10:37:26,438] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 10:37:26,438] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 10:37:26,439] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 10:37:26,439] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 10:37:26,441] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 10:37:26,442] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 11:07:02,751] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 11:07:03,125] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 11:07:03,126] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 11:07:03,130] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 11:07:03,131] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,136] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,139] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,141] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,142] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,143] {__main__:173} ERROR - Failed to download AT-07 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,145] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,316] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 11:07:03,431] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 11:07:03,435] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 11:07:03,437] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 11:07:03,545] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 11:07:03,550] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,551] {__main__:173} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:03,553] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 11:07:03,553] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 11:07:03,867] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 11:07:04,118] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:04,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:05,184] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:05,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:06,189] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:06,616] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:07,045] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:07,485] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:08,883] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:09,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:09,704] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:10,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:10,542] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:11,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:11,770] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:12,226] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:12,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:13,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:13,474] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:14,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:14,550] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:14,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:15,338] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:15,719] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:16,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:16,680] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:17,155] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:17,529] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:17,954] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:18,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:18,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:19,131] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:19,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:20,060] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:20,476] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:20,870] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 11:07:21,216] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 11:07:21,233] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 11:07:21,306] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 11:07:21,310] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 11:07:21,599] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 11:07:24,283] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 11:07:24,284] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 11:07:24,298] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 11:07:24,300] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 11:07:24,307] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 11:07:24,307] {__main__:173} ERROR - Failed to download IT-21 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,308] {__main__:173} ERROR - Failed to download IT-23 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,309] {__main__:173} ERROR - Failed to download IT-25 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,310] {__main__:173} ERROR - Failed to download IT-32-BZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,311] {__main__:173} ERROR - Failed to download IT-32-TN Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,312] {__main__:173} ERROR - Failed to download IT-34 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,312] {__main__:173} ERROR - Failed to download IT-36 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,313] {__main__:173} ERROR - Failed to download IT-57 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:24,314] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 11:07:24,649] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 11:07:24,877] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 11:07:25,098] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 11:07:25,325] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 11:07:25,548] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 11:07:25,763] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 11:07:25,984] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 11:07:26,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 11:07:26,426] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 11:07:26,649] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 11:07:26,869] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 11:07:27,086] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 11:07:27,312] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 11:07:27,537] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 11:07:27,758] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 11:07:27,981] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 11:07:28,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 11:07:28,422] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 11:07:28,649] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 11:07:28,872] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 11:07:29,100] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 11:07:29,320] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 11:07:29,533] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 11:07:29,750] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 11:07:29,751] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 11:07:29,784] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 11:07:29,786] {__main__:173} ERROR - Failed to download SI Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:29,788] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-20 11:07:29,789] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 11:07:29,790] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 11:07:29,790] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 11:07:29,791] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 11:07:29,792] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 11:07:29,794] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 11:07:29,794] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 11:07:29,795] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 11:07:29,795] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 11:07:29,795] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 11:07:29,797] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 11:07:29,798] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 11:31:45,265] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 11:31:45,552] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 11:31:45,556] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 11:31:45,560] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 11:31:45,561] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 11:31:46,007] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:31:46,011] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 11:31:46,196] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:31:46,197] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 11:31:46,362] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:31:46,364] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 11:31:46,528] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:31:46,529] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 11:31:46,704] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:31:46,705] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 11:31:46,744] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 11:31:46,912] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:31:47,091] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 11:31:47,214] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 11:31:47,219] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 11:31:47,220] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 11:31:47,317] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 11:31:47,319] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 11:31:47,472] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:31:47,473] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 11:31:47,739] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 11:31:47,741] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 11:31:47,940] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 11:31:48,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:48,589] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:49,078] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:49,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:50,050] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:50,425] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:50,905] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:51,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:51,700] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:52,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:52,653] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:53,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:53,584] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:53,976] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:54,420] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:54,870] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:55,287] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:55,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:56,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:56,686] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:57,129] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:57,489] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:57,920] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:58,340] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:58,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:59,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 11:31:59,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:00,110] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:00,545] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:00,983] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:01,378] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:01,850] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:02,258] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:02,729] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:03,201] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:03,663] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 11:32:03,931] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 11:32:03,949] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 11:32:04,020] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 11:32:04,024] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 11:32:04,335] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 11:32:04,743] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 11:32:04,744] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 11:32:04,752] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 11:32:04,757] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 11:32:04,772] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 11:32:04,773] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:32:05,027] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:32:05,200] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:32:05,373] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 11:32:05,399] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 11:32:05,423] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:32:05,596] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 11:32:05,598] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 11:32:05,600] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 11:32:05,601] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:32:05,774] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:32:05,956] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 11:32:06,192] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 11:32:06,415] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 11:32:06,638] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 11:32:06,866] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 11:32:07,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 11:32:07,318] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 11:32:07,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 11:32:07,762] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 11:32:08,035] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 11:32:08,252] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 11:32:08,726] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 11:32:08,952] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 11:32:09,178] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 11:32:09,409] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 11:32:09,641] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 11:32:09,892] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 11:32:10,155] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 11:32:10,415] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 11:32:10,659] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 11:32:10,893] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 11:32:11,124] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 11:32:11,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 11:32:11,575] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 11:32:11,796] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 11:32:11,797] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 11:32:11,833] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 11:32:11,836] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 11:32:12,182] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 11:32:13,343] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 11:32:13,346] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 11:32:13,347] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 11:32:13,348] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 11:32:13,348] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 11:32:13,350] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 11:32:13,354] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 11:32:13,355] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 11:32:13,355] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 11:32:13,355] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 11:32:13,356] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 11:32:13,358] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 11:32:13,359] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 11:37:02,479] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 11:37:02,867] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 11:37:02,868] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 11:37:02,872] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 11:37:02,873] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 11:37:03,122] {__main__:173} ERROR - Failed to download AT-02 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:37:03,126] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 11:37:03,279] {__main__:173} ERROR - Failed to download AT-03 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:37:03,281] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 11:37:03,452] {__main__:173} ERROR - Failed to download AT-04 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:37:03,453] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 11:37:03,634] {__main__:173} ERROR - Failed to download AT-05 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:37:03,636] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 11:37:03,862] {__main__:173} ERROR - Failed to download AT-06 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:37:03,863] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 11:37:03,889] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 11:37:04,058] {__main__:173} ERROR - Failed to download AT-08 Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:37:04,351] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 11:37:04,491] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 11:37:04,498] {__main__:173} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 11:37:04,499] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 11:37:04,629] {__main__:173} ERROR - Failed to download CZ Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_cz.py", line 35, in process_bulletin horskasluzba_report = self._fetch_json(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 68, in _fetch_json self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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-20 11:37:04,630] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 11:37:04,795] {__main__:173} ERROR - Failed to download DE-BY Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 404: Not Found [2022-11-20 11:37:04,796] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 11:37:05,061] {__main__:173} ERROR - Failed to download ES-CT Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_catalunya.py", line 51, in process_bulletin + str(lang_dir[lang]) KeyError: 3 [2022-11-20 11:37:05,063] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 11:37:05,326] {__main__:173} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 11:37:05,546] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:06,285] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:06,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:07,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:07,659] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:08,088] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:08,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:09,088] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:09,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:10,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:10,592] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:11,238] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:11,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:12,366] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:12,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:13,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:13,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:14,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:14,690] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:15,169] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:15,528] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:16,002] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:16,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:16,830] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:17,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:17,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:18,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:18,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:19,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:19,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:19,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:20,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:20,999] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:21,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:21,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:22,436] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 11:37:22,737] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 11:37:22,758] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 11:37:22,828] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 11:37:22,832] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 11:37:23,230] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 11:37:23,634] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 11:37:23,634] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 11:37:23,647] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 11:37:23,648] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 11:37:23,654] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 11:37:23,655] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:37:23,817] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:37:23,981] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:37:24,145] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 11:37:24,167] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 11:37:24,189] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:37:24,352] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 11:37:24,353] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 11:37:24,358] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 11:37:24,359] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:37:24,523] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 11:37:24,691] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 11:37:24,971] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 11:37:25,195] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 11:37:25,416] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 11:37:25,643] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 11:37:25,868] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 11:37:26,092] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 11:37:26,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 11:37:26,572] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 11:37:26,811] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 11:37:27,074] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 11:37:27,323] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 11:37:27,578] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 11:37:27,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 11:37:28,066] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 11:37:28,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 11:37:28,532] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 11:37:28,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 11:37:28,983] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 11:37:29,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 11:37:29,468] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 11:37:29,691] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 11:37:29,913] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 11:37:30,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 11:37:30,356] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 11:37:30,357] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 11:37:30,389] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 11:37:30,391] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 11:37:30,633] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 11:37:31,549] {__main__:173} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 171, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 108, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 11:37:31,551] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 11:37:31,552] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 11:37:31,553] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 11:37:31,553] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 11:37:31,554] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 11:37:31,559] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 11:37:31,560] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 11:37:31,560] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 11:37:31,560] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 11:37:31,561] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 11:37:31,563] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 11:37:31,563] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 12:07:01,802] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 12:07:02,095] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 12:07:02,096] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 12:07:02,101] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 12:07:02,101] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 12:07:02,332] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 12:07:02,332] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 12:07:02,548] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 12:07:02,548] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 12:07:02,745] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 12:07:02,746] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 12:07:02,937] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 12:07:02,938] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 12:07:03,128] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 12:07:03,129] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 12:07:03,159] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 12:07:03,328] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 12:07:03,503] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 12:07:03,628] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 12:07:03,633] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 12:07:03,635] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 12:07:03,734] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 12:07:03,735] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 12:07:03,876] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 12:07:03,877] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 12:07:04,163] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 12:07:04,523] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 12:07:04,523] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 12:07:04,531] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 12:07:04,532] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 12:07:04,744] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 12:07:04,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:05,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:06,197] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:06,690] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:07,120] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:07,602] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:07,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:08,418] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:08,891] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:09,341] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:09,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:10,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:10,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:11,061] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:11,472] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:11,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:12,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:12,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:13,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:13,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:14,130] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:14,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:15,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:15,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:15,967] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:16,403] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:16,956] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:17,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:17,855] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:18,370] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:18,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:19,418] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:19,914] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:20,458] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:20,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:21,294] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 12:07:21,591] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 12:07:21,607] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 12:07:21,715] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 12:07:21,719] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 12:07:22,036] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 12:07:22,537] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 12:07:22,538] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 12:07:22,544] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 12:07:22,549] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 12:07:22,559] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 12:07:22,560] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:07:22,778] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:07:22,944] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:07:23,114] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 12:07:23,141] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 12:07:23,169] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:07:23,332] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 12:07:23,333] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 12:07:23,338] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 12:07:23,340] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:07:23,514] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:07:23,685] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 12:07:23,979] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 12:07:24,202] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 12:07:24,500] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 12:07:24,723] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 12:07:25,043] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 12:07:25,258] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 12:07:25,473] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 12:07:25,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 12:07:25,912] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 12:07:26,140] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 12:07:26,378] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 12:07:26,597] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 12:07:26,823] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 12:07:27,044] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 12:07:27,333] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 12:07:27,559] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 12:07:27,786] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 12:07:28,017] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 12:07:28,259] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 12:07:28,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 12:07:28,860] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 12:07:29,114] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 12:07:29,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 12:07:29,605] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 12:07:29,606] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 12:07:29,632] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 12:07:29,635] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 12:07:29,951] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 12:07:30,910] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 12:07:30,912] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 12:07:30,915] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 12:07:30,916] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 12:07:30,916] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 12:07:30,920] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 12:07:30,922] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 12:07:30,924] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 12:07:30,924] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 12:07:30,925] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 12:07:30,925] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 12:07:30,927] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 12:07:30,928] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 12:37:01,831] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 12:37:02,192] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 12:37:02,194] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 12:37:02,201] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 12:37:02,202] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 12:37:02,387] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 12:37:02,388] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 12:37:02,545] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 12:37:02,546] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 12:37:02,701] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 12:37:02,702] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 12:37:02,862] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 12:37:02,862] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 12:37:03,009] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 12:37:03,010] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 12:37:03,038] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 12:37:03,197] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 12:37:03,341] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 12:37:03,457] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 12:37:03,461] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 12:37:03,464] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 12:37:03,556] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 12:37:03,557] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 12:37:03,702] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 12:37:03,702] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 12:37:03,948] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 12:37:04,217] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 12:37:04,220] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 12:37:04,228] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 12:37:04,229] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 12:37:04,452] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 12:37:04,672] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:05,113] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:05,607] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:06,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:06,449] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:06,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:07,416] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:07,888] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:08,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:08,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:09,255] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:11,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:11,512] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:12,002] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:12,382] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:12,841] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:13,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:13,841] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:14,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:14,717] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:15,244] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:15,678] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:16,080] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:16,526] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:16,922] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:17,366] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:17,774] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:18,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:18,568] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:18,973] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:19,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:19,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:20,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:20,559] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:21,018] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:21,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 12:37:21,724] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 12:37:21,741] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 12:37:21,816] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 12:37:21,822] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 12:37:22,136] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 12:37:22,542] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 12:37:22,543] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 12:37:22,550] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 12:37:22,551] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 12:37:22,559] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 12:37:22,560] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:37:22,810] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:37:22,974] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:37:23,142] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 12:37:23,161] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 12:37:23,181] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:37:23,362] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 12:37:23,363] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 12:37:23,365] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 12:37:23,366] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:37:23,541] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 12:37:23,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 12:37:23,942] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 12:37:24,170] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 12:37:24,482] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 12:37:24,739] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 12:37:25,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 12:37:25,248] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 12:37:25,476] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 12:37:25,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 12:37:25,929] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 12:37:26,162] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 12:37:26,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 12:37:26,618] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 12:37:26,843] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 12:37:27,069] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 12:37:27,293] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 12:37:27,517] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 12:37:27,739] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 12:37:27,958] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 12:37:28,184] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 12:37:28,404] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 12:37:28,625] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 12:37:28,845] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 12:37:34,283] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 12:37:34,509] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 12:37:34,510] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 12:37:34,541] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 12:37:34,545] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 12:37:34,852] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 12:37:35,901] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 12:37:35,903] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 12:37:35,904] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 12:37:35,904] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 12:37:35,905] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 12:37:35,906] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 12:37:35,909] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 12:37:35,909] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 12:37:35,910] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 12:37:35,910] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 12:37:35,911] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 12:37:35,913] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 12:37:35,913] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 13:07:02,623] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 13:07:03,034] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 13:07:03,035] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 13:07:03,042] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 13:07:03,043] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 13:07:03,245] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 13:07:03,246] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 13:07:03,395] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 13:07:03,395] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 13:07:03,548] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 13:07:03,549] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 13:07:03,695] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 13:07:03,695] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 13:07:03,855] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 13:07:03,856] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 13:07:03,883] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 13:07:04,031] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 13:07:04,200] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 13:07:04,315] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 13:07:04,321] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 13:07:04,324] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 13:07:04,439] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 13:07:04,440] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 13:07:04,590] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 13:07:04,590] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 13:07:04,865] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 13:07:05,163] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 13:07:05,164] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 13:07:05,172] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 13:07:05,173] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 13:07:05,389] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 13:07:05,672] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:06,184] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:06,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:07,087] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:07,566] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:08,021] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:08,912] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:09,295] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:09,699] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:10,119] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:10,561] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:10,990] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:11,420] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:11,870] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:12,306] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:12,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:13,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:13,705] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:14,133] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:14,563] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:14,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:15,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:15,801] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:16,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:16,692] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:17,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:17,597] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:18,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:18,493] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:18,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:19,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:19,697] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:20,146] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:20,685] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:21,034] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:21,494] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 13:07:21,838] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 13:07:21,856] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 13:07:21,960] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 13:07:21,964] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 13:07:22,277] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 13:07:22,847] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 13:07:22,847] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 13:07:22,854] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 13:07:22,857] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 13:07:22,865] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 13:07:22,866] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:07:23,085] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:07:23,253] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:07:23,431] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 13:07:23,456] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 13:07:23,483] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:07:23,648] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 13:07:23,650] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 13:07:23,652] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 13:07:23,653] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:07:23,818] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:07:23,986] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 13:07:24,232] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 13:07:24,513] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 13:07:24,740] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 13:07:24,973] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 13:07:25,208] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 13:07:25,479] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 13:07:25,753] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 13:07:25,983] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 13:07:26,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 13:07:26,452] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 13:07:26,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 13:07:26,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 13:07:27,174] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 13:07:27,409] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 13:07:27,646] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 13:07:27,876] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 13:07:28,177] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 13:07:28,405] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 13:07:28,630] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 13:07:28,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 13:07:29,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 13:07:29,312] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 13:07:29,534] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 13:07:29,763] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 13:07:29,763] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 13:07:29,792] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 13:07:29,795] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 13:07:30,103] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 13:07:30,994] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 13:07:30,996] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 13:07:30,998] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 13:07:30,998] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 13:07:30,999] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 13:07:31,001] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 13:07:31,004] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 13:07:31,005] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 13:07:31,005] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 13:07:31,005] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 13:07:31,006] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 13:07:31,008] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 13:07:31,009] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 13:37:02,726] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 13:37:03,114] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 13:37:03,115] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 13:37:03,123] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 13:37:03,124] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 13:37:03,343] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 13:37:03,344] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 13:37:03,492] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 13:37:03,492] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 13:37:03,661] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 13:37:03,662] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 13:37:03,814] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 13:37:03,815] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 13:37:03,979] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 13:37:03,980] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 13:37:04,007] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 13:37:04,156] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 13:37:04,397] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 13:37:04,513] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 13:37:04,517] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 13:37:04,519] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 13:37:04,604] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 13:37:04,605] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 13:37:04,766] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 13:37:04,767] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 13:39:12,234] {__main__:182} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1375, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2022-11-20 13:39:12,241] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 13:39:12,547] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 13:39:12,548] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 13:39:12,556] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 13:39:12,557] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 13:39:12,821] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 13:39:13,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:13,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:14,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:14,729] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:15,154] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:15,653] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:16,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:16,494] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:16,914] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:17,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:17,725] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:18,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:18,484] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:18,940] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:19,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:19,798] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:20,215] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:20,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:21,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:21,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:21,928] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:22,344] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:22,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:23,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:23,642] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:24,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:24,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:24,943] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:25,416] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:25,872] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:26,286] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:26,728] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:27,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:27,717] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:28,187] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:28,681] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 13:39:29,181] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 13:39:29,198] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 13:39:29,280] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 13:39:29,285] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 13:39:29,633] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 13:39:30,053] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 13:39:30,054] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 13:39:30,060] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 13:39:30,062] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 13:39:30,092] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 13:39:30,093] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:39:30,321] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:39:30,496] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:39:30,662] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 13:39:30,685] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 13:39:30,712] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:39:30,885] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 13:39:30,886] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 13:39:30,891] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 13:39:30,892] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:39:31,059] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 13:39:31,230] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 13:39:31,538] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 13:39:31,766] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 13:39:31,991] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 13:39:32,218] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 13:39:32,452] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 13:39:32,677] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 13:39:32,903] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 13:39:33,134] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 13:39:33,357] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 13:39:33,584] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 13:39:33,814] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 13:39:34,040] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 13:39:34,266] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 13:39:34,484] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 13:39:34,722] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 13:39:34,948] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 13:39:35,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 13:39:35,399] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 13:39:35,624] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 13:39:35,839] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 13:39:36,057] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 13:39:36,293] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 13:39:36,516] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 13:39:36,813] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 13:39:36,813] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 13:39:36,844] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 13:39:36,847] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 13:39:37,149] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 13:39:38,200] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 13:39:38,201] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 13:39:38,203] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 13:39:38,204] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 13:39:38,204] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 13:39:38,206] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 13:39:38,208] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 13:39:38,209] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 13:39:38,210] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 13:39:38,210] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 13:39:38,211] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 13:39:38,214] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 13:39:38,214] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 14:07:01,893] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 14:07:02,180] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 14:07:02,181] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 14:07:02,188] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 14:07:02,189] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 14:07:02,417] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 14:07:02,418] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 14:07:02,609] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 14:07:02,609] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 14:07:02,772] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 14:07:02,773] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 14:07:02,954] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 14:07:02,954] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 14:07:03,100] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 14:07:03,101] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 14:07:03,128] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 14:07:03,276] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 14:07:03,443] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 14:07:03,561] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 14:07:03,566] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 14:07:03,568] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 14:07:03,684] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 14:07:03,684] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 14:07:03,831] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 14:07:03,832] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 14:09:11,146] {__main__:182} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1375, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2022-11-20 14:09:11,153] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 14:09:11,481] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 14:09:11,482] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 14:09:11,491] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 14:09:11,492] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 14:09:11,670] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 14:09:11,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:12,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:13,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:13,596] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:14,139] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:14,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:15,194] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:16,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:17,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:17,996] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:18,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:19,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:19,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:20,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:20,660] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:21,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:21,642] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:22,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:22,518] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:22,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:23,475] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:23,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:24,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:24,818] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:25,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:25,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:26,492] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:27,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:27,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:28,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:28,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:29,062] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:29,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:29,932] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:30,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:31,121] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 14:09:31,560] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 14:09:31,581] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 14:09:31,660] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 14:09:31,664] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 14:09:32,006] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 14:09:32,574] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 14:09:32,575] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 14:09:32,583] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 14:09:32,586] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 14:09:32,594] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 14:09:32,595] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:09:32,815] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:09:32,986] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:09:33,162] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 14:09:33,183] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 14:09:33,215] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:09:33,381] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 14:09:33,382] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 14:09:33,384] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 14:09:33,386] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:09:33,556] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:09:33,727] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 14:09:34,015] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 14:09:34,241] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 14:09:34,510] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 14:09:34,733] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 14:09:34,956] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 14:09:35,174] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 14:09:35,456] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 14:09:35,775] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 14:09:35,996] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 14:09:36,251] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 14:09:36,476] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 14:09:36,691] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 14:09:36,917] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 14:09:37,143] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 14:09:37,397] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 14:09:37,661] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 14:09:37,881] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 14:09:38,106] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 14:09:38,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 14:09:38,549] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 14:09:38,773] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 14:09:39,061] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 14:09:39,299] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 14:09:39,528] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 14:09:39,529] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 14:09:39,558] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 14:09:39,562] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 14:09:39,957] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 14:09:41,186] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 14:09:41,188] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 14:09:41,189] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 14:09:41,190] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 14:09:41,190] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 14:09:41,192] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 14:09:41,194] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 14:09:41,195] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 14:09:41,195] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 14:09:41,195] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 14:09:41,196] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 14:09:41,198] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 14:09:41,198] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 14:37:02,423] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 14:37:02,790] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 14:37:02,791] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 14:37:02,798] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 14:37:02,799] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 14:37:03,058] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 14:37:03,059] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 14:37:03,226] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 14:37:03,227] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 14:37:03,374] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 14:37:03,375] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 14:37:03,523] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 14:37:03,524] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 14:37:03,674] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 14:37:03,675] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 14:37:03,702] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 14:37:03,859] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 14:37:04,062] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 14:37:04,177] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 14:37:04,181] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 14:37:04,183] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 14:37:04,322] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 14:37:04,323] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 14:37:04,477] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 14:37:04,477] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 14:39:11,850] {__main__:182} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1375, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2022-11-20 14:39:11,857] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 14:39:12,162] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 14:39:12,163] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 14:39:12,171] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 14:39:12,172] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 14:39:12,573] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 14:39:12,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:13,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:13,855] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:14,344] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:14,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:15,381] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:15,836] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:16,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:16,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:17,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:17,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:18,174] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:18,784] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:20,361] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:20,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:21,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:21,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:22,188] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:22,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:23,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:23,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:23,863] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:24,340] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:24,782] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:25,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:25,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:26,151] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:26,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:27,205] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:27,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:28,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:28,496] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:28,889] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:29,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:29,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:30,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 14:39:30,885] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 14:39:30,903] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 14:39:30,983] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 14:39:30,987] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 14:39:31,280] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 14:39:31,682] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-20 14:39:31,682] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-20 14:39:31,689] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 14:39:31,690] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 14:39:31,700] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 14:39:31,701] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:39:31,865] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:39:32,029] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:39:32,289] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 14:39:32,317] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 14:39:32,342] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:39:32,507] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 14:39:32,508] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 14:39:32,511] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 14:39:32,512] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:39:32,675] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 14:39:32,852] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 14:39:33,139] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 14:39:33,446] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 14:39:33,671] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 14:39:33,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 14:39:34,150] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 14:39:34,368] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 14:39:34,638] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 14:39:34,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 14:39:35,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 14:39:35,314] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 14:39:35,533] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 14:39:35,761] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 14:39:35,981] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 14:39:36,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 14:39:36,430] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 14:39:36,645] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 14:39:36,867] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 14:39:37,088] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 14:39:37,312] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 14:39:37,536] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 14:39:37,760] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 14:39:37,981] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 14:39:38,199] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 14:39:38,472] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 14:39:38,473] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 14:39:38,505] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 14:39:38,508] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 14:39:38,809] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 14:39:39,703] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 14:39:39,705] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 14:39:39,706] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 14:39:39,707] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 14:39:39,707] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 14:39:39,708] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 14:39:39,712] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 14:39:39,713] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 14:39:39,714] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 14:39:39,714] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 14:39:39,715] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 14:39:39,716] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 14:39:39,717] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 15:07:01,874] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 15:07:02,171] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 15:07:02,171] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 15:07:02,179] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 15:07:02,180] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 15:07:02,377] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 15:07:02,378] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 15:07:02,533] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 15:07:02,534] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 15:07:02,688] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 15:07:02,689] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 15:07:02,842] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 15:07:02,843] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 15:07:02,999] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 15:07:03,000] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 15:07:03,031] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 15:07:03,191] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 15:07:03,362] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 15:07:03,475] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 15:07:03,479] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 15:07:03,482] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 15:07:03,568] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 15:07:03,568] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 15:07:03,730] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 15:07:03,731] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 15:09:11,146] {__main__:182} ERROR - Failed to download ES-CT-L Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 980, in send self.connect() File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/http/client.py", line 946, in connect self.sock = self._create_connection( File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 844, in create_connection raise err File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/socket.py", line 832, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 92, in _fetch_xml self.raw_data = self._fetch_url(url, headers) File "/opt/pyAvaCore/avacore/processor.py", line 49, in _fetch_url 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 517, in open response = self._open(req, data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 534, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1375, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/urllib/request.py", line 1349, in do_open raise URLError(err) urllib.error.URLError: [2022-11-20 15:09:11,153] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 15:09:11,451] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 15:09:11,451] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 15:09:11,460] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 15:09:11,462] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 15:09:11,642] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 15:09:11,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:12,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:12,874] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:13,433] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:14,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:14,511] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:15,044] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:15,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:15,981] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:16,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:16,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:17,283] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:17,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:18,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:18,638] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:19,058] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:19,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:20,330] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:20,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:21,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:21,640] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:22,121] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:22,588] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:23,137] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:23,610] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:24,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:24,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:25,152] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:25,646] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:26,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:26,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:26,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:27,230] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:27,666] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:28,101] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:28,485] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 15:09:28,859] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 15:09:28,877] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 15:09:28,957] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 15:09:28,961] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 15:09:29,253] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 15:09:29,657] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 15:09:29,658] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 15:09:29,665] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 15:09:29,666] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:09:29,831] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:09:29,993] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:09:30,162] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 15:09:30,185] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 15:09:30,212] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:09:30,374] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 15:09:30,375] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 15:09:30,377] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 15:09:30,378] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:09:30,549] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:09:30,759] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 15:09:31,029] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 15:09:31,425] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 15:09:31,699] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 15:09:31,968] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 15:09:32,306] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 15:09:32,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 15:09:32,866] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 15:09:33,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 15:09:33,435] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 15:09:33,653] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 15:09:33,874] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 15:09:34,106] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 15:09:34,405] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 15:09:34,628] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 15:09:34,851] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 15:09:35,071] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 15:09:35,288] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 15:09:35,527] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 15:09:35,788] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 15:09:36,003] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 15:09:36,215] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 15:09:36,441] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 15:09:36,749] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 15:09:36,980] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 15:09:36,981] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 15:09:37,013] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 15:09:37,016] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 15:09:37,315] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 15:09:38,299] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 15:09:38,301] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 15:09:38,302] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 15:09:38,303] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 15:09:38,303] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 15:09:38,304] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 15:09:38,307] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 15:09:38,307] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 15:09:38,308] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 15:09:38,308] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 15:09:38,309] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 15:09:38,311] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 15:09:38,311] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 15:37:02,448] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 15:37:02,939] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 15:37:02,940] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 15:37:02,948] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 15:37:02,950] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 15:37:03,177] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 15:37:03,178] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 15:37:03,326] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 15:37:03,327] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 15:37:03,486] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 15:37:03,487] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 15:37:03,645] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 15:37:03,646] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 15:37:03,813] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 15:37:03,813] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 15:37:03,841] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 15:37:03,989] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 15:37:04,331] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 15:37:04,447] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 15:37:04,451] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 15:37:04,453] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 15:37:04,544] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 15:37:04,545] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 15:37:04,687] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 15:37:04,687] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 15:37:04,965] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 15:37:05,239] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 15:37:05,240] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 15:37:05,248] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 15:37:05,249] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 15:37:05,631] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 15:37:05,848] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:06,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:06,756] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:07,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:07,677] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:08,234] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:08,692] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:09,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:09,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:09,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:10,289] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:10,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:11,341] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:11,727] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:12,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:12,593] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:13,044] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:13,475] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:14,127] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:14,644] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:15,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:15,499] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:15,902] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:16,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:16,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:17,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:17,533] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:18,027] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:18,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:18,755] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:19,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:19,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:20,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:20,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:20,956] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:21,425] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 15:37:21,687] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-20 15:37:21,703] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-20 15:37:21,785] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 15:37:21,790] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 15:37:22,100] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 15:37:22,598] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 15:37:22,599] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 15:37:22,606] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 15:37:22,606] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:37:22,826] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:37:22,995] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:37:23,170] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 15:37:23,190] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 15:37:23,213] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:37:23,379] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 15:37:23,380] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 15:37:23,383] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 15:37:23,384] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:37:23,549] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 15:37:23,718] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 15:37:23,949] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 15:37:24,170] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 15:37:24,394] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 15:37:24,619] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 15:37:24,846] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 15:37:25,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 15:37:25,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 15:37:25,583] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 15:37:25,806] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 15:37:26,035] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 15:37:26,259] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 15:37:26,483] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 15:37:26,710] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 15:37:26,934] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 15:37:32,370] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 15:37:32,623] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 15:37:32,884] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 15:37:33,138] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 15:37:33,381] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 15:37:33,611] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 15:37:33,838] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 15:37:34,064] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 15:37:34,292] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 15:37:34,522] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 15:37:34,523] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 15:37:34,560] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 15:37:34,562] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 15:37:34,893] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 15:37:35,978] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 69, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 69, column 15 [2022-11-20 15:37:35,980] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 15:37:35,981] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 15:37:35,981] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 15:37:35,982] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 15:37:35,982] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 15:37:35,987] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 15:37:35,988] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 15:37:35,988] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 15:37:35,989] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 15:37:35,989] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 15:37:35,991] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 15:37:35,991] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 16:07:02,596] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 16:07:02,974] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 16:07:02,975] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 16:07:02,983] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 16:07:02,984] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 16:07:03,199] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 16:07:03,200] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 16:07:03,355] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 16:07:03,356] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 16:07:03,505] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 16:07:03,506] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 16:07:03,657] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 16:07:03,658] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 16:07:03,816] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 16:07:03,816] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 16:07:03,847] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 16:07:04,006] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 16:07:04,172] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 16:07:09,522] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 16:07:09,526] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 16:07:09,529] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 16:07:09,633] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 16:07:09,634] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 16:07:09,807] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 16:07:09,808] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 16:07:10,061] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 16:07:10,365] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 16:07:10,366] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 16:07:10,374] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 16:07:10,375] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 16:07:10,748] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 16:07:11,050] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:11,669] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:12,196] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:12,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:13,214] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:13,626] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:14,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:14,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:14,910] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:16,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:17,076] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:17,587] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:18,123] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:18,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:18,995] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:19,446] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:19,932] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:20,570] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:20,920] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:21,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:21,800] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:22,155] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:22,535] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:26,153] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:26,576] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:26,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:27,542] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:27,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:28,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:28,824] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:29,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:29,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:30,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:30,632] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:31,002] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:31,477] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 16:07:31,907] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 16:07:31,919] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 16:07:31,997] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 16:07:32,001] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 16:07:32,308] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 16:07:32,728] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 16:07:32,730] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 16:07:32,740] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 16:07:32,741] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:07:32,997] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:07:33,170] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:07:33,347] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 16:07:33,368] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 16:07:33,393] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:07:33,559] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 16:07:33,561] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 16:07:33,565] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 16:07:33,566] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:07:33,738] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:07:33,907] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 16:07:34,196] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 16:07:34,426] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 16:07:34,649] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 16:07:34,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 16:07:35,108] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 16:07:35,333] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 16:07:35,565] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 16:07:35,791] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 16:07:36,020] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 16:07:36,247] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 16:07:36,472] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 16:07:36,701] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 16:07:36,926] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 16:07:37,154] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 16:07:37,380] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 16:07:37,604] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 16:07:37,829] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 16:07:38,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 16:07:38,278] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 16:07:38,498] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 16:07:38,723] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 16:07:38,954] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 16:07:39,181] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 16:07:39,421] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 16:07:39,422] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 16:07:39,466] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 16:07:39,468] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 16:07:39,866] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 16:07:41,158] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 16:07:41,161] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 16:07:41,162] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 16:07:41,162] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 16:07:41,163] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 16:07:41,164] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 16:07:41,166] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 16:07:41,167] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 16:07:41,167] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 16:07:41,168] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 16:07:41,168] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 16:07:41,170] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 16:07:41,170] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 16:07:41,171] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 16:37:02,096] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 16:37:02,498] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 16:37:02,500] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 16:37:02,507] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 16:37:02,508] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 16:37:02,712] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 16:37:02,713] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 16:37:02,859] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 16:37:02,859] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 16:37:03,006] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 16:37:03,007] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 16:37:03,174] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 16:37:03,175] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 16:37:03,323] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 16:37:03,324] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 16:37:03,358] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 16:37:03,512] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 16:37:03,630] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 16:37:03,746] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 16:37:03,751] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 16:37:03,753] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 16:37:03,902] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 16:37:03,902] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 16:37:04,125] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 16:37:04,126] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 16:37:04,425] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 16:37:04,824] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 16:37:04,826] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 16:37:04,835] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 16:37:04,836] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 16:37:05,130] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 16:37:05,347] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:06,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:06,490] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:07,100] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:07,606] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:08,243] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:08,804] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:09,309] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:09,783] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:10,232] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:10,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:11,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:11,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:12,312] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:12,722] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:13,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:13,840] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:14,268] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:14,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:15,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:15,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:16,149] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:16,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:17,109] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:17,681] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:18,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:18,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:19,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:19,770] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:20,263] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:20,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:20,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:21,499] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:21,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:22,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:23,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 16:37:23,501] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 16:37:23,519] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 16:37:23,588] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 16:37:23,592] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 16:37:23,899] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 16:37:24,395] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 16:37:24,396] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 16:37:24,425] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 16:37:24,426] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:37:24,594] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:37:24,760] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:37:24,934] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 16:37:24,955] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 16:37:24,984] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:37:25,148] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.raw.xml [2022-11-20 16:37:25,150] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.json [2022-11-20 16:37:25,153] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IT-34.ratings.json [2022-11-20 16:37:25,154] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:37:25,319] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 16:37:25,490] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 16:37:25,756] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 16:37:26,011] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 16:37:26,242] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 16:37:26,468] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 16:37:26,696] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 16:37:26,927] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 16:37:27,152] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 16:37:27,386] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 16:37:27,613] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 16:37:27,835] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 16:37:28,059] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 16:37:28,285] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 16:37:28,510] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 16:37:28,740] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 16:37:28,965] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 16:37:29,185] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 16:37:29,410] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 16:37:29,633] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 16:37:29,854] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 16:37:30,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 16:37:30,346] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 16:37:30,599] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 16:37:30,835] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 16:37:31,081] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-20 16:37:31,081] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-20 16:37:31,128] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 16:37:31,132] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 16:37:31,448] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 16:37:32,690] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 16:37:32,692] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 16:37:32,692] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 16:37:32,693] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 16:37:32,693] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 16:37:32,694] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 16:37:32,699] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 16:37:32,700] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 16:37:32,700] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 16:37:32,701] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 16:37:32,701] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 16:37:32,703] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 16:37:32,703] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 16:37:32,704] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 17:07:02,362] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 17:07:02,757] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 17:07:02,758] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 17:07:02,765] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 17:07:02,766] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 17:07:03,016] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 17:07:03,017] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 17:07:03,186] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 17:07:03,186] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 17:07:03,341] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 17:07:03,342] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 17:07:03,513] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 17:07:03,514] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 17:07:03,669] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 17:07:03,670] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 17:07:03,695] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 17:07:03,843] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 17:07:04,013] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 17:07:04,129] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 17:07:04,133] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 17:07:04,135] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 17:07:04,241] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 17:07:04,242] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 17:07:04,391] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 17:07:04,391] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 17:07:04,630] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 17:07:04,980] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 17:07:04,981] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 17:07:04,989] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 17:07:04,991] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 17:07:05,393] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 17:07:05,653] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:06,356] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:07,012] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:07,468] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:07,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:08,679] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:09,141] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:09,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:09,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:10,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:10,861] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:11,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:11,672] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:12,119] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:12,563] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:13,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:13,387] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:13,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:14,261] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:14,729] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:15,111] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:15,602] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:16,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:16,552] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:17,016] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:17,505] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:17,994] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:18,485] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:18,962] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:19,381] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:19,939] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:20,353] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:20,777] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:21,219] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:21,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:21,970] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 17:07:22,273] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 17:07:22,290] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 17:07:22,357] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 17:07:22,361] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 17:07:22,581] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 17:07:22,985] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 17:07:22,985] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 17:07:23,013] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 17:07:23,014] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:07:23,238] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:07:23,446] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:07:23,634] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 17:07:23,655] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 17:07:23,679] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:07:23,862] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 17:07:23,863] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 17:07:23,866] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 17:07:23,867] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:07:24,040] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:07:24,223] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 17:07:24,511] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 17:07:24,737] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 17:07:24,957] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 17:07:25,188] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 17:07:25,414] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 17:07:25,641] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 17:07:25,864] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 17:07:26,089] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 17:07:26,556] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 17:07:26,780] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 17:07:27,005] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 17:07:27,228] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 17:07:27,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 17:07:27,671] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 17:07:27,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 17:07:28,115] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 17:07:28,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 17:07:28,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 17:07:28,996] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 17:07:29,210] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 17:07:29,435] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 17:07:29,654] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 17:07:29,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 17:07:30,108] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 17:07:30,108] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 17:07:30,151] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 17:07:30,155] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 17:07:30,457] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 17:07:31,406] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 17:07:31,408] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 17:07:31,409] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 17:07:31,409] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 17:07:31,409] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 17:07:31,411] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 17:07:31,416] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 17:07:31,416] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 17:07:31,417] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 17:07:31,417] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 17:07:31,418] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 17:07:31,420] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 17:07:31,420] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 17:07:31,421] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 17:07:31,421] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 17:37:02,217] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 17:37:02,613] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 17:37:02,614] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 17:37:02,621] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 17:37:02,622] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 17:37:02,836] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 17:37:02,837] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 17:37:03,000] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 17:37:03,001] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 17:37:03,163] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 17:37:03,164] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 17:37:03,316] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 17:37:03,317] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 17:37:03,463] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 17:37:03,464] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 17:37:03,491] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 17:37:03,642] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 17:37:03,964] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 17:37:04,079] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 17:37:04,083] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 17:37:04,086] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 17:37:04,176] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 17:37:04,176] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 17:37:04,327] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 17:37:04,328] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 17:37:04,606] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 17:37:04,899] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 17:37:04,899] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 17:37:04,907] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 17:37:04,909] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 17:37:05,314] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 17:37:05,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:05,984] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:06,438] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:06,890] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:07,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:07,875] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:08,351] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:08,774] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:09,214] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:09,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:10,106] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:10,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:11,097] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:11,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:11,905] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:12,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:12,758] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:13,218] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:13,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:14,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:14,482] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:14,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:15,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:15,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:16,353] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:16,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:17,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:17,759] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:18,175] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:18,550] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:19,030] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:19,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:19,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:20,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:20,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:21,106] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 17:37:21,525] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 17:37:21,542] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 17:37:21,611] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 17:37:21,616] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 17:37:21,904] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 17:37:22,312] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 17:37:22,313] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 17:37:22,321] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 17:37:22,322] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:37:22,537] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:37:22,699] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:37:22,879] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 17:37:22,900] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 17:37:22,923] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:37:23,094] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 17:37:23,095] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 17:37:23,098] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 17:37:23,099] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:37:23,316] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 17:37:23,487] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 17:37:23,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 17:37:23,983] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 17:37:24,206] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 17:37:24,508] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 17:37:24,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 17:37:24,967] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 17:37:25,191] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 17:37:25,413] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 17:37:25,638] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 17:37:25,866] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 17:37:26,096] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 17:37:26,321] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 17:37:26,545] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 17:37:26,774] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 17:37:26,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 17:37:27,220] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 17:37:27,447] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 17:37:27,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 17:37:27,895] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 17:37:28,123] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 17:37:28,348] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 17:37:28,573] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 17:37:28,796] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 17:37:29,020] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 17:37:29,020] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 17:37:29,061] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 17:37:29,063] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 17:37:29,360] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 17:37:30,377] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 17:37:30,379] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 17:37:30,380] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 17:37:30,380] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 17:37:30,381] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 17:37:30,382] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 17:37:30,384] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 17:37:30,385] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 17:37:30,385] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 17:37:30,385] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 17:37:30,386] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 17:37:30,389] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 17:37:30,390] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 17:37:30,390] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 17:37:30,390] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 18:07:02,730] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 18:07:03,215] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 18:07:03,216] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 18:07:03,224] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 18:07:03,226] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 18:07:03,507] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 18:07:03,508] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 18:07:03,650] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 18:07:03,651] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 18:07:03,823] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 18:07:03,824] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 18:07:03,966] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 18:07:03,967] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 18:07:04,111] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 18:07:04,112] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 18:07:04,142] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 18:07:04,327] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 18:07:04,497] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 18:07:04,614] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 18:07:04,618] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 18:07:04,620] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 18:07:04,744] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 18:07:04,744] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 18:07:04,924] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 18:07:04,925] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 18:07:05,173] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 18:07:05,481] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 18:07:05,483] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 18:07:05,492] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 18:07:05,494] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 18:07:05,701] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 18:07:05,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:06,338] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:06,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:07,196] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:07,640] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:08,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:08,595] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:08,948] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:09,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:09,774] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:10,254] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:10,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:11,087] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:11,500] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:12,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:12,717] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:13,146] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:13,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:14,058] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:14,508] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:15,003] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:15,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:16,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:16,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:17,081] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:17,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:18,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:19,479] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:19,881] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:20,411] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:20,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:21,391] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:21,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:22,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:22,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:26,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 18:07:26,471] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 18:07:26,485] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 18:07:26,557] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 18:07:26,561] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 18:07:26,796] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 18:07:27,364] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 18:07:27,364] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 18:07:27,395] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 18:07:27,397] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:07:27,616] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:07:27,788] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:07:27,975] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 18:07:27,998] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 18:07:28,026] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:07:28,206] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 18:07:28,206] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 18:07:28,209] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 18:07:28,210] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:07:28,395] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:07:28,576] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 18:07:28,887] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 18:07:29,113] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 18:07:29,337] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 18:07:29,566] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 18:07:29,787] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 18:07:30,006] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 18:07:30,230] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 18:07:30,455] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 18:07:30,677] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 18:07:30,899] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 18:07:31,122] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 18:07:31,347] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 18:07:31,572] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 18:07:31,796] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 18:07:32,025] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 18:07:32,252] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 18:07:32,475] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 18:07:32,699] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 18:07:32,925] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 18:07:33,147] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 18:07:33,364] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 18:07:33,584] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 18:07:33,804] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 18:07:34,031] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 18:07:34,032] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 18:07:34,077] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 18:07:34,080] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 18:07:34,420] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 18:07:35,440] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 18:07:35,442] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 18:07:35,444] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 18:07:35,444] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 18:07:35,445] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 18:07:35,446] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 18:07:35,450] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 18:07:35,452] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 18:07:35,452] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 18:07:35,452] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 18:07:35,453] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 18:07:35,455] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 18:07:35,456] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 18:07:35,456] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 18:07:35,456] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 18:37:02,174] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 18:37:02,555] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 18:37:02,556] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 18:37:02,563] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 18:37:02,564] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 18:37:02,766] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 18:37:02,767] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 18:37:02,930] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 18:37:02,930] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 18:37:03,081] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 18:37:03,082] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 18:37:03,225] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 18:37:03,226] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 18:37:03,373] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 18:37:03,373] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 18:37:03,400] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 18:37:03,548] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 18:37:03,807] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 18:37:03,923] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 18:37:03,927] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 18:37:03,929] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 18:37:04,019] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 18:37:04,019] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 18:37:04,171] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 18:37:04,172] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 18:37:04,418] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 18:37:04,744] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 18:37:04,745] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 18:37:04,753] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 18:37:04,755] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 18:37:05,050] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 18:37:05,206] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:05,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:06,449] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:06,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:07,511] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:08,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:08,472] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:08,948] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:09,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:09,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:10,255] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:10,660] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:11,131] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:11,528] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:11,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:12,385] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:12,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:13,238] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:13,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:14,107] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:14,603] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:15,013] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:15,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:15,836] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:16,316] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:16,708] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:17,165] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:17,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:17,911] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:18,297] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:18,777] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:19,306] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:19,718] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:20,203] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:20,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:21,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 18:37:21,512] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 18:37:21,528] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 18:37:21,594] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 18:37:21,599] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 18:37:21,909] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 18:37:22,318] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 18:37:22,318] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 18:37:22,326] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 18:37:22,327] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:37:22,498] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:37:22,670] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:37:22,848] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 18:37:22,868] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 18:37:22,890] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:37:23,062] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 18:37:23,062] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 18:37:23,066] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 18:37:23,067] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:37:23,238] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 18:37:23,414] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 18:37:23,697] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 18:37:23,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 18:37:24,146] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 18:37:24,370] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 18:37:24,597] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 18:37:24,825] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 18:37:25,049] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 18:37:25,275] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 18:37:25,499] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 18:37:25,721] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 18:37:25,945] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 18:37:26,168] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 18:37:26,395] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 18:37:26,619] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 18:37:26,852] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 18:37:27,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 18:37:27,307] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 18:37:27,532] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 18:37:27,758] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 18:37:27,983] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 18:37:28,210] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 18:37:28,491] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 18:37:28,720] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 18:37:28,948] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 18:37:28,949] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 18:37:28,989] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 18:37:28,991] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 18:37:29,293] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 18:37:30,447] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 18:37:30,453] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 18:37:30,454] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 18:37:30,454] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 18:37:30,454] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 18:37:30,456] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 18:37:30,459] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 18:37:30,460] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 18:37:30,460] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 18:37:30,461] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 18:37:30,462] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 18:37:30,464] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 18:37:30,464] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 18:37:30,464] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 18:37:30,465] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 19:07:01,985] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 19:07:02,396] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 19:07:02,397] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 19:07:02,405] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 19:07:02,405] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 19:07:02,614] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 19:07:02,614] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 19:07:02,766] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 19:07:02,767] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 19:07:02,927] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 19:07:02,928] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 19:07:03,092] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 19:07:03,093] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 19:07:03,266] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 19:07:03,266] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 19:07:03,296] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 19:07:03,447] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 19:07:03,614] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 19:07:03,732] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 19:07:03,736] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 19:07:03,739] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 19:07:03,852] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 19:07:03,853] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 19:07:04,006] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 19:07:04,007] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 19:07:04,224] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 19:07:04,523] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 19:07:04,524] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 19:07:04,532] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 19:07:04,533] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 19:07:04,944] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 19:07:05,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:05,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:06,443] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:06,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:07,351] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:07,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:08,570] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:08,970] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:09,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:09,828] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:10,299] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:10,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:11,138] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:11,969] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:12,410] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:12,870] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:13,314] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:13,658] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:15,017] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:15,441] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:15,883] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:16,257] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:16,703] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:17,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:17,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:17,933] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:18,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:19,904] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:20,382] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:20,892] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:21,308] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:21,925] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:22,386] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:22,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:23,207] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:23,616] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 19:07:23,908] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 19:07:23,924] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 19:07:23,992] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 19:07:23,996] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 19:07:24,318] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 19:07:24,722] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 19:07:24,723] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 19:07:24,731] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 19:07:24,732] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:07:24,970] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:07:25,146] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:07:25,318] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 19:07:25,336] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 19:07:25,362] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:07:25,531] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 19:07:25,532] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 19:07:25,536] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 19:07:25,537] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:07:25,714] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:07:25,893] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 19:07:26,121] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 19:07:26,341] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 19:07:26,567] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 19:07:26,792] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 19:07:27,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 19:07:27,239] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 19:07:27,462] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 19:07:27,685] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 19:07:27,906] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 19:07:28,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 19:07:28,405] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 19:07:28,632] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 19:07:28,858] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 19:07:29,080] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 19:07:29,308] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 19:07:29,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 19:07:29,754] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 19:07:29,982] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 19:07:30,206] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 19:07:30,432] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 19:07:30,654] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 19:07:30,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 19:07:31,107] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 19:07:31,331] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 19:07:31,332] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 19:07:31,377] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 19:07:31,379] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 19:07:31,720] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 19:07:33,023] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 19:07:33,024] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 19:07:33,025] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 19:07:33,026] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 19:07:33,026] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 19:07:33,027] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 19:07:33,030] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 19:07:33,030] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 19:07:33,031] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 19:07:33,031] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 19:07:33,032] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 19:07:33,034] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 19:07:33,034] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 19:07:33,034] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 19:07:33,035] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 19:37:02,010] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 19:37:02,381] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 19:37:02,381] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 19:37:02,389] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 19:37:02,389] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 19:37:02,618] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 19:37:02,619] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 19:37:02,796] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 19:37:02,796] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 19:37:02,992] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 19:37:02,993] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 19:37:03,174] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 19:37:03,174] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 19:37:03,338] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 19:37:03,339] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 19:37:03,367] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 19:37:03,511] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 19:37:03,839] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 19:37:03,954] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 19:37:03,958] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 19:37:03,960] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 19:37:04,056] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 19:37:04,056] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 19:37:04,222] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 19:37:04,222] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 19:37:04,472] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 19:37:04,773] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 19:37:04,773] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 19:37:04,781] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 19:37:04,783] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 19:37:05,287] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 19:37:05,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:06,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:07,044] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:07,701] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:08,157] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:08,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:09,040] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:09,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:10,012] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:10,372] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:10,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:11,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:11,681] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:12,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:12,601] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:12,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:13,416] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:13,953] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:14,403] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:14,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:15,262] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:15,713] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:16,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:16,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:16,953] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:17,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:17,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:18,206] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:18,628] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:19,027] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:19,418] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:19,876] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:20,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:20,718] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:21,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:21,508] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 19:37:21,757] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 19:37:21,773] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 19:37:21,838] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 19:37:21,842] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 19:37:22,219] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 19:37:22,673] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 19:37:22,674] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 19:37:22,683] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 19:37:22,685] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:37:22,874] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:37:23,066] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:37:23,255] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 19:37:23,293] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 19:37:23,315] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:37:23,502] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 19:37:23,503] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 19:37:23,506] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 19:37:23,507] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:37:23,677] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 19:37:23,849] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 19:37:24,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 19:37:24,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 19:37:24,576] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 19:37:24,801] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 19:37:25,031] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 19:37:25,255] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 19:37:25,479] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 19:37:25,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 19:37:25,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 19:37:26,154] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 19:37:26,377] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 19:37:26,600] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 19:37:26,823] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 19:37:27,048] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 19:37:27,272] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 19:37:27,496] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 19:37:27,720] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 19:37:27,947] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 19:37:28,170] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 19:37:28,505] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 19:37:28,729] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 19:37:28,951] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 19:37:29,181] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 19:37:29,402] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 19:37:29,403] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 19:37:29,444] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 19:37:29,449] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 19:37:29,747] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 19:37:35,979] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 19:37:35,983] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 19:37:35,984] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 19:37:35,984] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 19:37:35,984] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 19:37:35,985] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 19:37:35,987] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 19:37:35,988] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 19:37:35,989] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 19:37:35,989] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 19:37:35,989] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 19:37:35,991] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 19:37:35,992] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 19:37:35,992] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 19:37:35,992] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 20:07:01,949] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 20:07:02,221] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 20:07:02,222] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 20:07:02,230] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 20:07:02,231] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 20:07:02,492] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 20:07:02,493] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 20:07:02,649] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 20:07:02,650] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 20:07:02,799] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 20:07:02,800] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 20:07:02,964] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 20:07:02,965] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 20:07:03,129] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 20:07:03,130] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 20:07:03,156] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 20:07:03,301] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 20:07:03,468] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 20:07:03,584] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 20:07:03,589] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 20:07:03,591] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 20:07:03,702] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 20:07:03,703] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 20:07:03,854] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 20:07:03,855] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 20:07:04,104] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 20:07:04,399] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 20:07:04,399] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 20:07:04,410] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 20:07:04,412] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 20:07:04,642] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 20:07:04,838] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:05,382] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:05,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:06,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:06,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:07,293] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:07,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:08,147] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:08,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:08,933] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:09,310] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:09,782] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:10,330] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:10,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:11,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:11,738] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:12,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:12,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:13,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:13,475] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:13,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:14,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:14,949] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:15,388] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:15,737] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:16,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:16,782] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:17,235] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:17,679] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:18,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:18,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:18,815] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:19,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:19,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:20,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:20,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 20:07:20,813] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 20:07:20,830] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 20:07:20,897] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 20:07:20,901] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 20:07:21,337] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 20:07:21,744] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 20:07:21,745] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 20:07:21,754] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 20:07:21,755] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:07:21,973] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:07:22,140] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:07:22,309] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 20:07:22,331] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 20:07:22,362] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:07:22,530] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 20:07:22,530] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 20:07:22,535] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 20:07:22,535] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:07:22,698] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:07:22,870] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 20:07:23,125] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 20:07:23,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 20:07:23,577] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 20:07:23,800] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 20:07:24,023] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 20:07:24,244] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 20:07:24,467] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 20:07:24,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 20:07:24,913] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 20:07:25,127] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 20:07:25,349] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 20:07:25,565] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 20:07:25,784] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 20:07:26,001] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 20:07:26,222] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 20:07:26,447] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 20:07:26,673] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 20:07:26,898] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 20:07:27,160] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 20:07:27,382] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 20:07:27,606] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 20:07:27,837] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 20:07:28,054] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 20:07:28,328] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 20:07:28,329] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 20:07:28,373] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 20:07:28,376] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 20:07:28,678] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 20:07:29,672] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 20:07:29,674] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 20:07:29,675] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 20:07:29,675] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 20:07:29,676] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 20:07:29,677] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 20:07:29,683] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 20:07:29,683] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 20:07:29,684] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 20:07:29,684] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 20:07:29,685] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 20:07:29,687] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 20:07:29,687] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 20:07:29,688] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 20:07:29,688] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 20:37:02,421] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 20:37:02,800] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 20:37:02,802] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 20:37:02,808] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 20:37:02,809] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 20:37:03,056] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 20:37:03,057] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 20:37:03,209] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 20:37:03,210] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 20:37:03,367] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 20:37:03,368] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 20:37:03,517] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 20:37:03,517] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 20:37:03,727] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 20:37:03,728] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 20:37:03,761] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 20:37:03,961] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 20:37:04,273] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 20:37:04,389] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 20:37:04,392] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 20:37:04,395] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 20:37:04,504] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 20:37:04,505] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 20:37:04,659] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 20:37:04,660] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 20:37:04,967] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 20:37:05,304] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 20:37:05,307] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 20:37:05,315] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 20:37:05,317] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 20:37:05,595] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 20:37:05,855] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:06,437] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:06,971] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:07,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:08,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:08,616] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:09,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:09,542] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:10,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:10,522] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:11,004] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:11,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:12,019] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:12,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:12,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:13,368] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:13,836] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:14,277] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:14,766] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:15,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:15,685] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:16,156] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:16,644] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:17,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:17,589] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:18,053] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:18,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:18,982] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:19,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:19,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:20,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:20,704] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:21,133] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:21,584] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:22,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:22,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 20:37:22,791] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 20:37:22,806] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 20:37:22,872] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 20:37:22,876] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 20:37:23,244] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 20:37:23,816] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 20:37:23,817] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 20:37:23,853] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 20:37:23,855] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:37:24,113] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:37:24,282] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:37:24,457] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 20:37:24,480] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 20:37:24,501] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:37:24,673] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 20:37:24,674] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 20:37:24,692] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 20:37:24,694] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:37:24,865] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 20:37:25,030] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 20:37:25,354] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 20:37:25,576] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 20:37:25,798] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 20:37:26,029] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 20:37:26,261] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 20:37:26,487] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 20:37:26,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 20:37:26,959] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 20:37:27,189] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 20:37:27,412] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 20:37:27,634] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 20:37:27,849] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 20:37:28,072] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 20:37:28,353] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 20:37:28,618] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 20:37:28,836] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 20:37:29,057] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 20:37:29,279] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 20:37:29,563] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 20:37:29,865] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 20:37:30,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 20:37:30,317] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 20:37:30,534] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 20:37:30,761] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 20:37:30,762] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 20:37:30,804] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 20:37:30,808] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 20:37:31,112] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 20:37:32,348] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 20:37:32,351] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 20:37:32,353] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 20:37:32,353] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 20:37:32,354] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 20:37:32,355] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 20:37:32,358] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 20:37:32,360] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 20:37:32,360] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 20:37:32,360] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 20:37:32,363] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 20:37:32,366] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 20:37:32,366] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 20:37:32,367] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 20:37:32,367] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 21:07:02,746] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 21:07:03,145] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 21:07:03,147] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 21:07:03,154] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 21:07:03,155] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 21:07:03,364] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 21:07:03,365] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 21:07:03,516] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 21:07:03,517] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 21:07:03,675] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 21:07:03,676] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 21:07:03,826] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 21:07:03,826] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 21:07:03,978] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 21:07:03,978] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 21:07:04,005] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 21:07:04,172] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 21:07:04,340] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 21:07:04,456] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 21:07:04,460] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 21:07:04,462] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 21:07:04,557] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 21:07:04,557] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 21:07:04,705] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 21:07:04,706] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 21:07:04,959] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 21:07:05,229] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 21:07:05,231] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 21:07:05,239] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 21:07:05,241] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 21:07:05,440] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 21:07:05,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:06,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:06,680] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:07,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:08,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:08,617] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:09,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:09,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:09,965] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:10,510] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:11,030] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:11,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:12,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:12,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:13,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:13,767] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:14,207] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:14,599] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:15,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:15,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:15,864] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:16,353] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:16,833] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:17,271] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:17,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:18,130] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:18,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:19,105] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:19,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:20,200] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:20,646] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:21,129] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:21,558] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:22,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:22,481] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:22,986] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 21:07:23,296] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 21:07:23,310] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 21:07:23,379] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 21:07:23,383] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 21:07:23,698] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 21:07:24,371] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 21:07:24,372] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 21:07:24,381] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 21:07:24,382] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:07:24,598] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:07:24,769] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:07:24,948] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 21:07:24,972] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 21:07:24,997] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:07:25,164] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 21:07:25,165] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 21:07:25,169] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 21:07:25,170] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:07:25,338] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:07:25,512] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 21:07:25,740] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 21:07:25,961] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 21:07:26,188] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 21:07:26,417] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 21:07:26,643] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 21:07:26,869] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 21:07:27,095] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 21:07:27,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 21:07:27,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 21:07:27,786] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 21:07:28,020] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 21:07:28,312] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 21:07:28,544] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 21:07:28,762] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 21:07:28,990] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 21:07:29,242] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 21:07:29,469] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 21:07:29,697] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 21:07:29,928] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 21:07:30,164] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 21:07:30,395] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 21:07:30,625] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 21:07:30,853] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 21:07:31,094] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 21:07:31,095] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 21:07:31,135] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 21:07:31,137] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 21:07:31,446] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 21:07:32,638] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 21:07:32,640] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 21:07:32,641] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 21:07:32,642] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 21:07:32,642] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 21:07:32,644] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 21:07:32,649] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 21:07:32,650] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 21:07:32,650] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 21:07:32,651] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 21:07:32,651] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 21:07:32,654] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 21:07:32,654] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 21:07:32,654] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 21:07:32,655] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 21:37:02,531] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 21:37:03,919] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 21:37:03,920] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 21:37:03,928] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 21:37:03,929] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 21:37:04,142] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 21:37:04,142] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 21:37:04,321] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 21:37:04,322] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 21:37:04,498] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 21:37:04,500] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 21:37:04,670] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 21:37:04,671] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 21:37:04,830] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 21:37:04,831] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 21:37:04,858] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 21:37:05,023] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 21:37:05,334] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 21:37:05,455] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 21:37:05,460] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 21:37:05,462] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 21:37:05,575] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 21:37:05,575] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 21:37:05,733] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 21:37:05,733] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 21:37:06,012] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 21:37:06,319] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 21:37:06,320] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 21:37:06,330] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 21:37:06,332] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 21:37:06,805] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 21:37:07,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:07,635] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:08,171] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:08,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:09,050] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:09,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:10,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:10,535] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:11,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:11,541] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:11,947] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:12,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:12,896] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:13,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:13,956] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:14,425] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:15,189] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:15,651] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:16,149] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:16,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:17,133] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:17,582] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:18,059] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:18,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:18,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:19,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:20,046] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:20,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:20,876] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:21,325] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:21,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:22,146] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:22,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:22,963] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:23,356] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:23,802] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 21:37:24,177] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 21:37:24,193] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 21:37:24,263] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 21:37:24,269] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 21:37:24,578] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 21:37:25,147] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 21:37:25,148] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 21:37:25,179] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 21:37:25,180] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:37:25,408] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:37:25,585] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:37:25,760] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 21:37:25,783] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 21:37:25,810] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:37:25,989] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 21:37:25,990] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 21:37:25,993] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 21:37:25,994] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:37:26,215] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 21:37:26,394] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 21:37:26,676] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 21:37:26,932] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 21:37:27,164] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 21:37:27,396] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 21:37:27,624] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 21:37:27,860] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 21:37:28,086] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 21:37:28,386] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 21:37:28,621] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 21:37:28,863] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 21:37:29,096] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 21:37:29,330] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 21:37:32,560] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 21:37:32,781] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 21:37:33,006] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 21:37:33,240] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 21:37:33,477] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 21:37:34,712] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 21:37:34,940] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 21:37:35,170] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 21:37:35,389] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 21:37:35,612] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 21:37:35,839] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 21:37:36,068] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 21:37:36,069] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 21:37:36,116] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 21:37:36,120] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 21:37:36,440] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 21:37:37,389] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 21:37:37,393] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 21:37:37,394] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 21:37:37,395] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 21:37:37,395] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 21:37:37,396] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 21:37:37,400] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 21:37:37,401] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 21:37:37,402] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 21:37:37,402] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 21:37:37,403] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 21:37:37,405] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 21:37:37,405] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 21:37:37,406] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 21:37:37,406] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 22:07:02,354] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 22:07:02,793] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 22:07:02,794] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 22:07:02,801] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 22:07:02,802] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 22:07:03,004] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 22:07:03,005] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 22:07:03,169] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 22:07:03,170] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 22:07:03,330] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 22:07:03,331] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 22:07:03,482] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 22:07:03,483] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 22:07:03,654] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 22:07:03,655] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 22:07:03,683] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 22:07:03,846] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 22:07:03,990] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 22:07:04,109] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 22:07:04,113] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 22:07:04,115] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 22:07:04,219] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 22:07:04,219] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 22:07:04,372] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 22:07:04,373] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 22:07:04,620] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 22:07:04,891] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 22:07:04,892] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 22:07:04,900] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 22:07:04,902] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 22:07:05,115] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 22:07:05,343] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:05,756] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:06,311] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:06,850] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:07,223] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:07,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:08,130] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:08,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:08,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:09,357] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:09,775] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:10,174] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:10,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:10,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:11,346] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:11,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:12,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:12,634] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:13,115] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:13,570] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:13,996] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:14,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:14,820] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:15,270] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:15,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:16,232] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:16,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:17,099] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:17,519] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:17,887] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:18,403] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:18,745] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:19,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:19,672] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:20,077] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:20,598] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 22:07:20,961] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 22:07:20,978] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 22:07:21,050] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 22:07:21,055] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 22:07:21,520] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 22:07:21,983] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 22:07:21,984] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 22:07:21,991] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 22:07:21,992] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:07:22,159] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:07:22,328] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:07:22,504] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 22:07:22,524] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 22:07:22,545] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:07:22,715] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 22:07:22,716] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 22:07:22,720] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 22:07:22,720] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:07:22,893] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:07:23,066] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 22:07:23,291] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 22:07:23,515] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 22:07:23,741] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 22:07:23,969] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 22:07:24,195] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 22:07:24,414] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 22:07:24,639] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 22:07:24,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 22:07:25,086] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 22:07:25,312] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 22:07:25,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 22:07:25,754] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 22:07:25,983] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 22:07:26,233] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 22:07:26,458] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 22:07:26,684] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 22:07:26,917] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 22:07:27,133] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 22:07:27,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 22:07:27,587] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 22:07:27,809] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 22:07:28,030] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 22:07:28,328] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 22:07:28,555] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 22:07:28,556] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 22:07:28,601] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 22:07:28,604] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 22:07:28,892] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 22:07:30,076] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 22:07:30,078] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 22:07:30,079] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 22:07:30,080] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 22:07:30,080] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 22:07:30,081] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 22:07:30,084] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 22:07:30,085] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 22:07:30,085] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 22:07:30,085] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 22:07:30,086] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 22:07:30,089] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 22:07:30,089] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 22:07:30,090] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 22:07:30,090] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 22:37:01,791] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 22:37:02,071] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 22:37:02,072] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 22:37:02,080] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 22:37:02,081] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 22:37:02,280] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 22:37:02,281] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 22:37:02,461] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 22:37:02,462] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 22:37:02,616] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 22:37:02,617] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 22:37:02,762] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 22:37:02,763] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 22:37:02,905] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 22:37:02,906] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 22:37:02,937] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 22:37:03,095] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 22:37:03,241] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 22:37:03,356] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 22:37:03,360] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 22:37:03,362] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 22:37:03,452] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 22:37:03,453] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 22:37:03,601] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 22:37:03,601] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 22:37:03,852] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 22:37:04,150] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 22:37:04,151] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 22:37:04,159] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 22:37:04,161] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 22:37:04,364] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 22:37:04,553] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:05,037] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:05,490] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:05,949] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:06,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:06,934] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:07,367] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:07,790] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:08,190] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:08,615] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:09,131] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:09,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:09,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:10,409] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:10,934] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:11,434] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:11,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:12,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:12,758] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:13,194] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:13,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:14,091] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:19,543] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:19,981] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:20,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:20,837] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:21,300] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:21,771] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:22,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:22,595] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:22,998] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:23,480] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:23,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:24,364] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:24,780] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:25,127] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 22:37:25,421] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 22:37:25,437] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 22:37:25,506] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 22:37:25,510] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 22:37:25,915] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 22:37:26,488] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 22:37:26,490] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 22:37:26,497] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 22:37:26,498] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:37:26,714] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:37:26,880] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:37:27,072] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 22:37:27,093] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 22:37:27,116] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:37:27,282] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 22:37:27,282] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 22:37:27,286] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 22:37:27,287] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:37:27,458] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 22:37:27,624] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 22:37:27,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 22:37:28,120] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 22:37:28,402] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 22:37:28,622] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 22:37:28,834] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 22:37:29,057] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 22:37:29,281] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 22:37:29,502] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 22:37:29,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 22:37:29,947] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 22:37:30,574] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 22:37:30,795] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 22:37:31,017] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 22:37:31,235] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 22:37:31,458] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 22:37:31,681] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 22:37:31,907] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 22:37:32,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 22:37:32,354] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 22:37:32,577] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 22:37:32,833] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 22:37:33,064] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 22:37:33,288] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 22:37:33,910] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 22:37:33,911] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 22:37:33,956] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 22:37:33,959] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 22:37:34,302] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 22:37:35,326] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 22:37:35,329] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 22:37:35,331] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 22:37:35,331] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 22:37:35,332] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 22:37:35,333] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 22:37:35,338] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 22:37:35,340] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 22:37:35,340] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 22:37:35,341] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 22:37:35,342] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 22:37:35,345] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 22:37:35,345] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 22:37:35,346] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 22:37:35,346] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 23:07:02,534] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 23:07:02,954] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 23:07:02,962] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 23:07:02,970] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 23:07:02,972] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 23:07:03,236] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 23:07:03,237] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 23:07:03,388] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 23:07:03,388] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 23:07:03,564] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 23:07:03,565] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 23:07:03,748] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 23:07:03,748] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 23:07:03,896] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 23:07:03,896] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 23:07:03,923] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 23:07:04,301] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 23:07:04,470] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 23:07:04,584] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 23:07:04,588] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 23:07:04,590] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 23:07:04,701] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 23:07:04,701] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 23:07:04,852] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 23:07:04,853] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 23:07:05,199] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 23:07:05,488] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 23:07:05,489] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 23:07:05,497] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 23:07:05,499] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 23:07:05,785] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 23:07:05,969] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:06,534] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:07,034] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:07,625] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:08,117] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:08,730] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:09,215] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:09,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:10,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:10,597] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:11,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:11,533] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:12,035] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:12,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:13,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:13,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:14,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:14,504] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:14,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:15,478] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:15,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:16,415] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:16,836] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:17,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:17,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:18,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:18,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:19,131] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:19,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:20,063] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:20,504] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:20,897] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:21,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:21,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:22,117] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:22,513] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 23:07:22,841] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 23:07:22,859] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 23:07:22,926] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 23:07:22,931] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 23:07:23,379] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 23:07:23,785] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 23:07:23,786] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 23:07:23,824] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 23:07:23,825] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:07:23,991] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:07:24,155] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:07:24,332] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 23:07:24,363] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 23:07:24,385] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:07:24,558] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 23:07:24,559] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 23:07:24,562] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 23:07:24,563] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:07:24,728] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:07:24,893] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 23:07:25,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 23:07:25,359] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 23:07:25,590] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 23:07:25,818] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 23:07:26,046] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 23:07:26,275] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 23:07:26,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 23:07:26,729] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 23:07:26,959] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 23:07:27,195] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 23:07:27,424] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 23:07:27,650] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 23:07:27,882] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 23:07:28,110] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 23:07:28,445] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 23:07:28,676] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 23:07:28,906] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 23:07:29,141] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 23:07:29,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 23:07:29,595] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 23:07:29,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 23:07:30,048] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 23:07:30,277] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 23:07:30,504] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 23:07:30,505] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 23:07:30,537] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 23:07:30,541] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 23:07:30,880] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 23:07:32,055] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 23:07:32,057] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 23:07:32,058] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 23:07:32,058] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 23:07:32,059] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 23:07:32,060] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 23:07:32,063] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 23:07:32,063] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 23:07:32,064] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 23:07:32,064] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 23:07:32,065] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 23:07:32,068] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 23:07:32,068] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 23:07:32,069] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 23:07:32,069] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json [2022-11-20 23:37:02,087] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-20 23:37:02,492] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.raw.xml [2022-11-20 23:37:02,493] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.json [2022-11-20 23:37:02,500] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 23:37:02,501] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/kaernten/caaml [2022-11-20 23:37:02,726] {__main__:174} WARNING - Failed to download AT-02 from https://www.avalanche-warnings.eu/public/kaernten/caaml: 404 Not Found [2022-11-20 23:37:02,726] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/niederoesterreich/caaml [2022-11-20 23:37:02,910] {__main__:174} WARNING - Failed to download AT-03 from https://www.avalanche-warnings.eu/public/niederoesterreich/caaml: 404 Not Found [2022-11-20 23:37:02,911] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/oberoesterreich/caaml [2022-11-20 23:37:03,079] {__main__:174} WARNING - Failed to download AT-04 from https://www.avalanche-warnings.eu/public/oberoesterreich/caaml: 404 Not Found [2022-11-20 23:37:03,080] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/salzburg/caaml/en [2022-11-20 23:37:03,296] {__main__:174} WARNING - Failed to download AT-05 from https://www.avalanche-warnings.eu/public/salzburg/caaml/en: 404 Not Found [2022-11-20 23:37:03,297] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/steiermark/caaml/en [2022-11-20 23:37:03,451] {__main__:174} WARNING - Failed to download AT-06 from https://www.avalanche-warnings.eu/public/steiermark/caaml/en: 404 Not Found [2022-11-20 23:37:03,452] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 23:37:03,480] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en [2022-11-20 23:37:03,634] {__main__:174} WARNING - Failed to download AT-08 from https://www.avalanche-warnings.eu/public/vorarlberg/caaml/en: 404 Not Found [2022-11-20 23:37:03,876] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-20 23:37:03,994] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-20 23:37:03,998] {__main__:182} ERROR - Failed to download CH Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor_ch.py", line 165, in process_bulletin begin, end = data["validity"].split("/") ValueError: not enough values to unpack (expected 2, got 1) [2022-11-20 23:37:04,000] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-20 23:37:04,087] {__main__:174} WARNING - Failed to download CZ from https://www.horskasluzba.cz/cz/avalanche-json: 403 Forbidden [2022-11-20 23:37:04,088] {processor:48} INFO - Fetching https://www.avalanche-warnings.eu/public/bayern/caaml/en [2022-11-20 23:37:04,247] {__main__:174} WARNING - Failed to download DE-BY from https://www.avalanche-warnings.eu/public/bayern/caaml/en: 404 Not Found [2022-11-20 23:37:04,248] {processor:48} INFO - Fetching http://statics.lauegi.report/albina_files/latest/en.xml [2022-11-20 23:37:04,519] {processor:48} INFO - Fetching https://bpa.icgc.cat/api/apiext/butlletiglobal?values=2022-11-20;3 [2022-11-20 23:37:04,795] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.raw.json [2022-11-20 23:37:04,796] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.json [2022-11-20 23:37:04,804] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-12-01/2022-12-01-ES-CT.ratings.json [2022-11-20 23:37:04,806] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-20 23:37:05,068] {__main__:182} ERROR - Failed to download ES Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 76, in process_bulletin return self.parse_xml(region_id, root) File "/opt/pyAvaCore/avacore/processor_es.py", line 86, in parse_xml year=int(re_result.group("year")), AttributeError: 'NoneType' object has no attribute 'group' [2022-11-20 23:37:05,288] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:05,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:06,509] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:07,045] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:07,574] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:08,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:08,482] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:08,831] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:09,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:09,882] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:10,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:10,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:11,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:11,670] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:12,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:12,554] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:12,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:13,399] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:13,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:14,243] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:14,618] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:15,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:15,531] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:16,034] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:16,477] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:16,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:17,593] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:18,061] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:18,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:18,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:19,371] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:19,835] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:20,276] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:20,647] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:21,100] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:21,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-20 23:37:21,791] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.raw.xml [2022-11-20 23:37:21,814] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.json [2022-11-20 23:37:21,888] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 23:37:21,893] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-20 23:37:22,175] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-20 23:37:22,617] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.raw.xml [2022-11-20 23:37:22,618] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-20 23:37:22,626] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 23:37:22,627] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:37:22,877] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:37:23,049] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:37:23,221] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 23:37:23,244] {processor:48} INFO - Fetching https://static.avalanche.report/bulletins/latest/en.xml [2022-11-20 23:37:23,269] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:37:23,444] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.raw.xml [2022-11-20 23:37:23,445] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.json [2022-11-20 23:37:23,448] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IT-34.ratings.json [2022-11-20 23:37:23,449] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:37:23,613] {processor:48} INFO - Fetching https://bollettini.aineva.it/albina_files/latest/en.xml [2022-11-20 23:37:23,782] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-20 23:37:24,007] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-20 23:37:24,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-20 23:37:24,453] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-20 23:37:24,678] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-20 23:37:24,899] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-20 23:37:25,123] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-20 23:37:25,349] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-20 23:37:25,570] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-20 23:37:25,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-20 23:37:26,018] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-20 23:37:26,243] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-20 23:37:26,470] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-20 23:37:26,692] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-20 23:37:26,916] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-20 23:37:27,145] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-20 23:37:27,369] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-20 23:37:27,594] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-20 23:37:27,815] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-20 23:37:28,047] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-20 23:37:28,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-20 23:37:28,594] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-20 23:37:28,817] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-20 23:37:29,062] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-20 23:37:29,288] {__main__:122} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.raw.json [2022-11-20 23:37:29,290] {__main__:132} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.json [2022-11-20 23:37:29,336] {__main__:146} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 23:37:29,339] {processor:48} INFO - Fetching https://meteo.arso.gov.si/uploads/probase/www/avalanche/text/sl/bulletinAvalanche.xml [2022-11-20 23:37:29,682] {processor:48} INFO - Fetching https://caaml.hzs.sk/ [2022-11-20 23:37:30,663] {__main__:182} ERROR - Failed to download SK Traceback (most recent call last): File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1720, in feed self.parser.Parse(data, False) pyexpat.ExpatError: not well-formed (invalid token): line 70, column 15 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyAvaCore/avacore/__main__.py", line 172, in download_regions download_region(region) File "/opt/pyAvaCore/avacore/__main__.py", line 109, in download_region bulletins = get_bulletins(regionID) File "/opt/pyAvaCore/avacore/pyAvaCore.py", line 39, in get_bulletins reports = processor.process_bulletin(region_id) File "/opt/pyAvaCore/avacore/processor.py", line 75, in process_bulletin root = self._fetch_xml(self.url, {}) File "/opt/pyAvaCore/avacore/processor.py", line 94, in _fetch_xml return ET.fromstring(self.raw_data) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1349, in XML parser.feed(text) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1722, in feed self._raiseerror(v) File "/opt/pypy3.9-v7.3.9-linux64/lib/pypy3.9/xml/etree/ElementTree.py", line 1629, in _raiseerror raise err xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 70, column 15 [2022-11-20 23:37:30,666] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-20 23:37:30,667] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-20 23:37:30,667] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-20 23:37:30,668] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-20 23:37:30,669] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-20 23:37:30,673] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-AD.ratings.json [2022-11-20 23:37:30,674] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-20 23:37:30,675] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-20 23:37:30,675] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-20 23:37:30,676] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-20 23:37:30,678] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-FR.ratings.json [2022-11-20 23:37:30,679] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-20 23:37:30,679] {__main__:195} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-NO.ratings.json [2022-11-20 23:37:30,679] {__main__:205} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21.ratings.json